libs/flake
KoDeviceRegistry Class Reference
This singleton class keeps a register of all custom input devices for instance the 3D Space Navigator which generate input events. More...
#include <KoDeviceRegistry.h>
Inheritance diagram for KoDeviceRegistry:

Public Member Functions | |
| ~KoDeviceRegistry () | |
Static Public Member Functions | |
| static KoDeviceRegistry * | instance () |
Detailed Description
This singleton class keeps a register of all custom input devices for instance the 3D Space Navigator which generate input events.
These will get routed the the active tools which can then do whatever they like with it.
Definition at line 35 of file KoDeviceRegistry.h.
Constructor & Destructor Documentation
| KoDeviceRegistry::~KoDeviceRegistry | ( | ) |
Definition at line 45 of file KoDeviceRegistry.cpp.
Member Function Documentation
| KoDeviceRegistry * KoDeviceRegistry::instance | ( | ) | [static] |
Return an instance of the KoDeviceRegistry Create a new instance on first call and return the singleton.
Definition at line 54 of file KoDeviceRegistry.cpp.
The documentation for this class was generated from the following files:
