![]() |
VR-Forces 4.3.1 Class Documentation
|

Public Member Functions | |
| virtual | ~DtTacticalGraphicCreatePaletteLogic () |
| virtual DTOR | |
| virtual void | setAllowCreateLocal (bool) |
| bool | allowCreateLocal () const |
Public Member Functions inherited from makVrf::DtEntityCreatePaletteLogic | |
| virtual | ~DtEntityCreatePaletteLogic () |
| virtual DTOR | |
| virtual void | createAndAddItem (const std::string &name, const DtEntityMapperKey &key, const std::string &category, const std::vector< int > &forces) |
| virtual void | removeItem (const DtEntityMapperKey &key) |
| Removes an item from the internal list for any key that matches the supplied key. | |
| virtual void | disconnectCreationSignal (bool disconnect) |
| virtual void | setFavorite (const DtEntityMapperKey &, bool) |
| Sets item to be a favorite or not. | |
Static Public Member Functions | |
| static DtTacticalGraphicCreatePaletteLogic * | create (makVrv::DtDe &de, DtEntityCreatePaletteInterface *iFace) |
| Create and initialize the logic. | |
Static Public Member Functions inherited from makVrf::DtEntityCreatePaletteLogic | |
| static void | addPaletteFilter (DtPaletteFilter *) |
| Adds a filter to use to filter out items that should be added to palette. | |
| static void | removePaletteFilter (DtPaletteFilter *) |
Protected Member Functions | |
| DtTacticalGraphicCreatePaletteLogic (makVrv::DtDe &de, DtEntityCreatePaletteInterface *iFace) | |
| Constructor (protected - use ::create() ) | |
| virtual void | enablePalette (int terrainPatchOffset=0) |
Protected Member Functions inherited from makVrf::DtEntityCreatePaletteLogic | |
| DtEntityCreatePaletteLogic (makVrv::DtDe &de, DtEntityCreatePaletteInterface *iFace) | |
| Constructor (protected - use ::create() ) | |
| virtual void | slot_postInitialize (makVrv::DtDe &de) |
| virtual void | slot_modelSetChanged () |
| virtual void | slot_categoryChanged (std::string newCategory) |
| virtual void | slot_deployedCountryChanged (std::string newCategory) |
| virtual void | slot_executeFilter () |
| virtual void | slot_selectedBackEndChanged (const DtSimulationAddress &old, const DtSimulationAddress &newaddr) |
| virtual void | slot_backendUpdated (const DtVrfBackendState &, int) |
| virtual void | slot_createObject (const DtEntityMapperKey &) |
| virtual void | slot_spotReportOptionsChanged (const DtVrfSpotReportsSettingsRecord &) |
| virtual bool | forceCanBeCreatedByUser (int) const |
| virtual bool | shouldAddCreationItem (const DtEntityPaletteItem &, const QString &category, const QString &deployedCountry, int force) const |
| virtual void | slot_terrainPatchToBeDeleted () |
| virtual void | slot_terrainPatchAdded () |
| virtual void | slot_sessionStatusChanged () |
Protected Attributes | |
| bool | myAllowCreateLocal |
Protected Attributes inherited from makVrf::DtEntityCreatePaletteLogic | |
| makVrv::DtDe & | myDe |
| DtEntityCreatePaletteInterface * | myInterface |
| std::vector< DtEntityPaletteItem > | myItems |
| makVrv::DtMenuPath | myOrderedPath |
| bool | myAllowOverlays |
| std::map< int, std::string > | myPotentialForces |
| makVrv::DtSignalConnectionManager | myConnectionManager |
Additional Inherited Members | |
Static Protected Attributes inherited from makVrf::DtEntityCreatePaletteLogic | |
| static std::vector < DtPaletteFilter * > | thePaletteFilters |
|
virtual |
virtual DTOR
|
protected |
Constructor (protected - use ::create() )
|
static |
Create and initialize the logic.
Reimplemented from makVrf::DtEntityCreatePaletteLogic.
|
virtual |
|
inline |
|
protectedvirtual |
Reimplemented from makVrf::DtEntityCreatePaletteLogic.
|
protected |