![]() |
NDEVR
API Documentation
|
Forward declaration for the camera class. More...
Public Member Functions | |
| virtual bool | processKeyEvent (const KeyEvent &key_event, DesignObjectLookup *lookup, Camera *camera)=0 |
| Processes a key event and performs the associated action. | |
Forward declaration for the camera class.
Base class for services that provide functionality triggered by user key presses.
Definition at line 50 of file KeyController.h.
|
pure virtual |
Processes a key event and performs the associated action.
| [in] | key_event | The key event to process. |
| [in] | lookup | The design object lookup context. |
| [in] | camera | The active camera context. |
Implemented in BasicKeyController, GeometryMaker, KeyController, KeystrokeWidget, ModelEditController, SelectionController, and SnapController.