![]() |
VR-Forces 4.6.1 Class Documentation
|
The logic for the mouse mapping editor (and mouse hide settings) page. More...
Classes | |
| struct | MouseMappingInformation |
Public Member Functions | |
| DtMouseMappingEditorLogic (DtDe &de, DtMouseMappingEditorWidgetInterface &iFace) | |
| virtual | ~DtMouseMappingEditorLogic () |
| virtual DTOR | |
| virtual void | setupGui () |
Protected Types | |
| typedef std::vector < MouseMappingInformation > | MouseMappingList |
| typedef std::map < DtMouseMappingEditorWidgetInterface::ProjectionIndex, MouseMappingList > | MouseMappings |
Protected Member Functions | |
| virtual void | slot_currentInstanceChanged (DtMouseMappingEditorWidgetInterface::ProjectionIndex) |
| Called by signal when a different projection is chosen for the mouse mapping display. | |
| virtual void | addItem (DtMouseMappingEditorWidgetInterface::ProjectionIndex projection, const std::string &key, const std::string &context, const std::string &functionText="", bool ctrl=false, bool shift=false, bool drag=false, bool alt=false) |
| Add an item to the mouse mapping display. | |
| virtual void | slot_mouseHideTimeChanged (double hideTime) |
| Called by signal when the hide time changes in the GUI. | |
| virtual void | slot_mouseHideEnabledChanged (bool enabled) |
| Called by signal when the mouse hide enable changes in the GUI. | |
Protected Attributes | |
| DtDe & | myDe |
| DtMouseMappingEditorWidgetInterface & | myInterface |
| MouseMappings | myMouseMappings |
| DtSignalConnectionManager | myConnectionManager |
The logic for the mouse mapping editor (and mouse hide settings) page.
|
protected |
|
protected |
| makVrv::DtMouseMappingEditorLogic::DtMouseMappingEditorLogic | ( | DtDe & | de, |
| DtMouseMappingEditorWidgetInterface & | iFace | ||
| ) |
|
virtual |
virtual DTOR
|
virtual |
|
protectedvirtual |
Called by signal when a different projection is chosen for the mouse mapping display.
|
protectedvirtual |
Add an item to the mouse mapping display.
|
protectedvirtual |
Called by signal when the hide time changes in the GUI.
|
protectedvirtual |
Called by signal when the mouse hide enable changes in the GUI.
|
protected |
|
protected |
|
protected |
|
protected |