![]() |
VR-Forces Development_Version Class Documentation
|
The logic for the GUI layout page. More...

Public Member Functions | |
| DtInterfaceLayoutEditorLogic (DtDe &de, DtPersistenceControlsInterface &persistenceControls, DtInterfaceLayoutEditorWidgetInterface &iFace) | |
| virtual | ~DtInterfaceLayoutEditorLogic () |
| virtual DTOR | |
| virtual void | setupGui () |
| 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 | on_restoreFactorySettings () |
| virtual void | on_restoreLastSettings () |
Public 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. | |
Protected Member Functions | |
| virtual void | processSavedConfig (const DtVrvApplicationConfiguration::UIConfiguration &savedConfig) |
Protected Attributes | |
| DtDe & | myDe |
| DtInterfaceLayoutEditorWidgetInterface & | myInterface |
| DtPersistenceControlsInterface & | myToolbar |
Protected Attributes inherited from makVrv::DtSignalConnectionManager | |
| Connections | myConnections |
| The connected signals. | |
| bool | myConnectionsBlocked |
| bool | myIndiviualConnectionedBlocked |
Additional Inherited Members | |
Protected Types inherited from makVrv::DtSignalConnectionManager | |
| typedef std::vector < boost::signalslib::connection > | Connections |
| A collection of signals. | |
The logic for the GUI layout page.
| makVrv::DtInterfaceLayoutEditorLogic::DtInterfaceLayoutEditorLogic | ( | DtDe & | de, |
| DtPersistenceControlsInterface & | persistenceControls, | ||
| DtInterfaceLayoutEditorWidgetInterface & | iFace | ||
| ) |
|
virtual |
virtual DTOR
|
virtual |
|
virtual |
Persistence slots:
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |