![]() |
VR-Forces Development_Version Class Documentation
|
Example Logic (based on humble dialog pattern). More...

Public Member Functions | |
| DtExampleLogic (DtDe &de, DtExampleInterface &iFace, DtPersistenceControlsInterface &pIFace) | |
| CTOR. | |
| virtual | ~DtExampleLogic () |
| Virtual DTOR. | |
| virtual void | sendSettingsToGui () |
| Update the GUI with settings. | |
| void | slot_onIntChanged (int val) |
| Called when the user changes a value on the widget. | |
| 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) |
| virtual void | settingsRestored (const DtSettingsBackup *b) |
| Called when settings have been restored. If these settings, reset gui. | |
Protected Attributes | |
| DtDe & | myDe |
| DtExampleInterface & | myInterface |
| DtPersistenceControlsInterface & | myPersistenceInterface |
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. | |
Example Logic (based on humble dialog pattern).
| makVrv::DtExampleLogic::DtExampleLogic | ( | DtDe & | de, |
| DtExampleInterface & | iFace, | ||
| DtPersistenceControlsInterface & | pIFace | ||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Update the GUI with settings.
| void makVrv::DtExampleLogic::slot_onIntChanged | ( | int | val | ) |
Called when the user changes a value on the widget.
|
virtual |
Persistence slots:
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Called when settings have been restored. If these settings, reset gui.
|
protected |
|
protected |
|
protected |