Public Member Functions |
| | DtHazardAreaCreatePalette (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) |
| | CTOR.
|
| virtual | ~DtHazardAreaCreatePalette () |
| | DTOR.
|
| virtual QIcon | icon () |
| | Icon to be used in small display.
|
| virtual QString | title () |
| | Name to put next to the icon.
|
| virtual const std::string & | pageClassName () const |
| | Get the class name of the page.
|
| virtual bool | hasDeployedCountries () const |
| | Returns true if supports deployed countries.
|
| | DtEntityCreatePalette (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0, bool hasDeployedCountries=true) |
| | CTOR.
|
| | DtEntityCreatePalette (makVrv::DtDe &de, bool favoritesSupported, QWidget *parent=0, Qt::WindowFlags flags=0, bool hasDeployedCountries=true) |
| virtual | ~DtEntityCreatePalette () |
| | DTOR.
|
| virtual void | activate () |
| | Called when the page is displayed.
|
| virtual void | deactivate () |
| | Called when the page is hidden.
|
| | DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) |
| | CTOR for page.
|
| virtual | ~DtPage () |
| | DTOR for page.
|
| virtual | ~DtEntityCreatePaletteInterface () |
| | Virtual DTOR.
|
| virtual void | filterItems ()=0 |
| | Filters items.
|
Additional Inherited Members |
| QVBoxLayout * | myMainLayout |
| QLabel * | myForceLabel |
| QLabel * | myDeployedCountriesLabel |
| QComboBox * | myDeployedCountries |
| QLabel * | myCategoriesLabel |
| QComboBox * | myCategories |
| QComboBox * | myForces |
| QTreeWidget * | myEntities |
| QImage | myFavoriteOn |
| QImage | myFavoriteOff |
| QLabel * | mySearchLabel |
| QLineEdit * | mySearch |
| QPushButton * | myResetButton |
| bool | myInCreationProcess |
| virtual void | slot_onForceChanged () |
| virtual void | slot_onCategoryChanged () |
| virtual void | slot_onDeployedCountryChanged () |
| virtual void | slot_onItemPressed (QTreeWidgetItem *, int) |
| virtual void | filterItems () |
| virtual void | resetFilter () |
| void | setupUi (QWidget *p, bool favoritesSupported) |
| | Sets up the contents of the widget onto the supplied parent.
|
| virtual void | clear () |
| | Clears contents of widget.
|
| virtual void | update () |
| | Tells widget to update (redraw)
|
| virtual QString | currentForce () const |
| | Returns currently selected force.
|
| virtual int | currentForceType () const |
| | Returns the current force type selected.
|
| virtual int | currentForceIndex () const |
| | Returns the index of the currently selected force in the combo box.
|
| virtual int | currentCategoryIndex () const |
| | Returns the index of the currently selected category in the combo box.
|
| virtual int | currentDeployedCountryIndex () const |
| | Returns the index of the currently selected deployed country in the combo box.
|
| virtual int | forceTypeAtIndex (int) const |
| | Force type at index.
|
| virtual QString | currentCategory () const |
| | Returns currently selected category.
|
| virtual QString | currentDeployedCountry () const |
| | Returns currently selected deployed country.
|
| virtual bool | hasDeployedCountry (const QString &) const |
| | Returns true if the specified deployed country exists.
|
| virtual void | insertDeployedCountry (const QString &, int) |
| | Adds new deployed country at the specified index.
|
| virtual void | insertDeployedCountryBefore (const QString &, const QString &) |
| | Adds new deployed country before the specified item.
|
| virtual void | insertDeployedCountryAfter (const QString &, const QString &) |
| | Adds new deployed country after the specified item.
|
| virtual void | addDeployedCountry (const QString &) |
| | Adds new deployed country.
|
| virtual void | selectDeployedCountry (const QString &) |
| | Selects deployed country by name.
|
| virtual void | selectDeployedCountry (int) |
| | Selects deployed country by index.
|
| virtual int | numForces () const |
| | Returns number of forces.
|
| virtual int | numCategories () const |
| | Returns number of categories.
|
| virtual int | numDeployedCountries () const |
| | Returns number of deployed countries.
|
| virtual void | addForce (const QString &, int) |
| | Adds new force and force type.
|
| virtual QString | force (int) const |
| | Returns the force string at the specified index.
|
| virtual bool | hasForce (int) const |
| | Returns true if the specified force exists.
|
| virtual void | addCategory (const QString &) |
| | Adds new category.
|
| virtual void | insertCategory (const QString &, int) |
| | Adds new category at the specified index.
|
| virtual void | insertCategoryBefore (const QString &, const QString &) |
| | Adds new category before the specified item.
|
| virtual void | insertCategoryAfter (const QString &, const QString &) |
| | Adds new category after the specified item.
|
| virtual bool | hasCategory (const QString &) const |
| | Returns true if the specified category exists.
|
| virtual void | selectForce (const QString &) |
| | Selects force by name.
|
| virtual void | showForce (bool) |
| | Show/hide force.
|
| virtual void | selectForce (int) |
| | Selects force by index.
|
| virtual void | selectCategory (const QString &) |
| | Selects category by name.
|
| virtual void | selectCategory (int) |
| | Selects category by index.
|
| virtual void | clearCreateList () |
| | Clears the create list.
|
| virtual void | setSortingEnabled (bool) |
| | Sets whether or not to allow list soring.
|
| virtual void | sizeColumns () |
| | Sizes the columns to contents.
|
| virtual void | addItem (const _DtEntityPaletteItem &, int force, bool newItem=false) |
| | If the entity model key type and force is not already in the list, add it Set newItem to true if this is an item that is a part of the model set.
|
| virtual void | addPaletteItem (const _DtEntityPaletteItem &) |
| | Adds the new item into the logic.
|
| virtual void | removePaletteItem (const DtEntityMapperKey &key) |
| | Removes an item from the internal list for any key that matches the supplied key.
|
| virtual void | setEnabled (bool) |
| | Enables/Disables Gui.
|
| void | createFavoriteIcon () |
| | Creates the favorites icon (on and off)
|
| virtual void | clearForces () |
| | Clear forces combo.
|
| virtual void | clearDeployedCountries () |
| | Clear deployed countries combo.
|
| virtual void | clearCategories () |
| | Clear categories combo.
|
| virtual void | initialize () |
| | Called when first item is added.
|
| bool | myInitialized |
| DtEntityCreatePaletteLogic * | myLogic |
std::map< std::string,
QTreeWidgetItem * > | myItems |
| bool | myFavoritesSupported |
| bool | myHasDeployedCountries |
A widget class for creating Hazard Area objects.