#include "DLLInfo.h"
#include <NDEVR/Event.h>
#include <NDEVR/SoftwareService.h>
#include <NDEVR/Dictionary.h>
#include <NDEVR/INIInterface.h>
#include <NDEVR/TranslatedString.h>
#include <NDEVR/UUID.h>
#include <functional>
Go to the source code of this file.
|
class | BasicKeyController |
| The core class for assigning actions to key-presses and registering them as a program-wide service. More...
|
|
class | KeyController |
| A high-level controller that stores many sub controllers that can be used to modify behaviors on user key-presses. More...
|
|
class | KeyControllerBase |
| Base class for KeyController, a service which provides functionality based on user key-presses. More...
|
|
struct | KeyOption |
| An action that can be tied to a specific KeyPress within the software. More...
|
|