![]() |
VR-Forces 4.7 Class Documentation
|
Logic for the tactical graphics settings GUI. More...

Public Member Functions | |
| DtTacticalGraphicsSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtTacticalGraphicsSettingsInterface &widget) | |
| CTOR. | |
| virtual | ~DtTacticalGraphicsSettingsLogic () |
| DTOR. | |
Protected Member Functions | |
| virtual void | sendSettingsToGui () |
| Set up the gui with the current window settings. | |
Boost slots | |
| DtTacticalGraphicsSettingsInterface & | myWidget |
| DtPersistenceControlsInterface & | myPersistenceControls |
| DtDe & | myDe |
| virtual void | slot_tacticalGraphicsSet (bool enabled) |
| Called when tactical graphics display is changed by the GUI. | |
| virtual void | slot_tacticalGraphicsIndicatorsSet (bool enabled) |
| Called when tactical graphics indicators are turned on/off by the GUI. | |
| virtual void | slot_heightAboveTerrainEnabled (bool enabled) |
| Called when height above terrain lines turned on /off. | |
| virtual void | slot_heightAboveTerrainSelectedOnlySet (bool enabled) |
| Call when height above terrain lines set for selected only (or all) | |
| virtual void | slot_TacticalGraphicsSettingsRestored (const DtSettingsBackup *s) |
| Called when settings are restored. Will restore gui if settings are entity settings. | |
| virtual void | slot_remoteGraphicsSet (bool enabled) |
| Called when remote graphics display is changed by the GUI. | |
| virtual void | on_import () |
| Persistence slots: | |
| virtual void | on_export () |
| virtual void | on_importFilePathChosen (const std::string &filePath) |
| virtual void | on_exportFilePathChosen (const std::string &filePath) |
Additional Inherited Members | |
Private Member Functions inherited from makVrv::DtSignalConnectionManager | |
| DtSignalConnectionManager () | |
| CTOR. | |
| virtual | ~DtSignalConnectionManager () |
| DTOR. | |
| void | manageConnection (const boost::signalslib::connection &conn) |
| Connect a signal. | |
| DtSignalConnectionManager & | operator+= (const boost::signalslib::connection &conn) |
| Connect a signal. | |
| int | numberOfConnections () const |
| Get the number of connections. | |
| void | disconnectSignals () |
| Disconnect all signals. | |
| bool | blockConnections (bool blocked) |
| Blocks/unblocks connections. | |
| bool | blockConnection (int index, bool blocked) |
| Blocks/unblocks connections. | |
| bool | connectionsBlocked () const |
| check whether connections are blocked. | |
| bool | connectionBlocked (int index) const |
| check whether connections are blocked. | |
Logic for the tactical graphics settings GUI.
| makVrv::DtTacticalGraphicsSettingsLogic::DtTacticalGraphicsSettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtTacticalGraphicsSettingsInterface & | widget | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
Set up the gui with the current window settings.
Reimplemented in makVrf::DtVrfTacticalGraphicsSettingsLogic.
|
protectedvirtual |
Called when tactical graphics display is changed by the GUI.
|
protectedvirtual |
Called when tactical graphics indicators are turned on/off by the GUI.
|
protectedvirtual |
Called when height above terrain lines turned on /off.
|
protectedvirtual |
Call when height above terrain lines set for selected only (or all)
|
protectedvirtual |
Called when settings are restored. Will restore gui if settings are entity settings.
|
protectedvirtual |
Called when remote graphics display is changed by the GUI.
|
protectedvirtual |
Persistence slots:
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |