![]() |
VR-Forces 4.6.1 Class Documentation
|
The logic for dealing with Loader settings. More...

Public Member Functions | |
| DtLoaderSettingsLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtLoaderSettingsInterface &widget) | |
| CTOR. | |
| virtual | ~DtLoaderSettingsLogic () |
| DTOR. | |
Protected Member Functions | |
| void | sendSettingsToGui () |
| Set up the gui with the current settings. | |
Protected 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. | |
Boost slots | |
| DtLoaderSettingsInterface & | myWidget |
| DtPersistenceControlsInterface & | myPersistenceControls |
| DtDe & | myDe |
| void | slot_ddsFlipSet (bool flip) |
| Called when the dds flip setting is changed by the gui. | |
| void | on_import () |
| Persistence slots: | |
| void | on_export () |
| void | on_importFilePathChosen (const std::string &filePath) |
| void | on_exportFilePathChosen (const std::string &filePath) |
| virtual void | settingsRestored (const DtSettingsBackup *) |
| Called when settings are restored. Resets gui if the restored object type is of this class. | |
Additional Inherited Members |
The logic for dealing with Loader settings.
| makVrv::DtLoaderSettingsLogic::DtLoaderSettingsLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtLoaderSettingsInterface & | widget | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |
Set up the gui with the current settings.
|
protected |
Called when the dds flip setting is changed by the gui.
|
protected |
Persistence slots:
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Called when settings are restored. Resets gui if the restored object type is of this class.
|
protected |
|
protected |
|
protected |