![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for the mouse mapping editor page. More...
Classes | |
| struct | MouseMappingInformation |
Public Member Functions | |
| DtMouseMappingEditorLogic (DtDe &de, DtMouseMappingEditorWidgetInterface &iFace, DtSelectInstanceWidget &selectedInstance) | |
| virtual | ~DtMouseMappingEditorLogic () |
| virtual DTOR | |
| virtual void | setupGui () |
Protected Types | |
| typedef std::vector < MouseMappingInformation > | MouseMappingList |
| typedef std::map< std::string, MouseMappingList > | MouseMappings |
Protected Member Functions | |
| virtual void | slot_currentInstanceChanged (int, const std::string &) |
| virtual void | addItem (const QString &mode, const QString &key, const QString &context, const QString &functionText="", bool ctrl=false, bool shift=false, bool drag=false) |
Protected Attributes | |
| DtDe & | myDe |
| DtMouseMappingEditorWidgetInterface & | myInterface |
| DtSelectInstanceWidget & | mySelectedInstance |
| MouseMappings | myMouseMappings |
| current function filter in use | |
The logic for the mouse mapping editor page.
typedef std::vector<MouseMappingInformation> makVrv::DtMouseMappingEditorLogic::MouseMappingList [protected] |
typedef std::map<std::string, MouseMappingList> makVrv::DtMouseMappingEditorLogic::MouseMappings [protected] |
| makVrv::DtMouseMappingEditorLogic::DtMouseMappingEditorLogic | ( | DtDe & | de, |
| DtMouseMappingEditorWidgetInterface & | iFace, | ||
| DtSelectInstanceWidget & | selectedInstance | ||
| ) |
| virtual makVrv::DtMouseMappingEditorLogic::~DtMouseMappingEditorLogic | ( | ) | [virtual] |
virtual DTOR
| virtual void makVrv::DtMouseMappingEditorLogic::setupGui | ( | ) | [virtual] |
| virtual void makVrv::DtMouseMappingEditorLogic::slot_currentInstanceChanged | ( | int | , |
| const std::string & | |||
| ) | [protected, virtual] |
| virtual void makVrv::DtMouseMappingEditorLogic::addItem | ( | const QString & | mode, |
| const QString & | key, | ||
| const QString & | context, | ||
| const QString & | functionText = "", |
||
| bool | ctrl = false, |
||
| bool | shift = false, |
||
| bool | drag = false |
||
| ) | [protected, virtual] |
DtDe& makVrv::DtMouseMappingEditorLogic::myDe [protected] |
current function filter in use