![]() |
VR-Forces 4.1.1 Class Documentation
|
Abstract interface for instance editor widgets. More...

Public Member Functions | |
| virtual | ~DtMouseMappingEditorWidgetInterface () |
| Virtual DTOR. | |
| virtual void | clearMappings ()=0 |
| Clears out mouse mappings tree widget. | |
| virtual void | addItem (const QString &key, const QString &context, const QString &functionText, bool ctrl=false, bool shift=false, bool drag=false)=0 |
| Adds a new mapping to the dialog. | |
Abstract interface for instance editor widgets.
|
virtual |
Virtual DTOR.
|
pure virtual |
Clears out mouse mappings tree widget.
Implemented in makVrv::DtMouseMappingEditorWidget.
|
pure virtual |
Adds a new mapping to the dialog.
Implemented in makVrv::DtMouseMappingEditorWidget.