|
Libpointing
An open-source cross-platform library to get raw events from pointing devices and master transfer functions.
|
Friends | |
| class | DisplayDeviceManager |
Additional Inherited Members | |
Public Member Functions inherited from pointing::DisplayDeviceManager | |
| void | addDeviceUpdateCallback (DeviceUpdateCallback callback, void *context) |
| Adds the callback function which is called when a device was added or removed. | |
| void | removeDeviceUpdateCallback (DeviceUpdateCallback callback, void *context) |
| Removes the callback function which is called when a device was added or removed. | |
| size_t | size () const |
| size More... | |
| DisplayDescriptorIterator | begin () |
| DisplayDescriptorIterator | end () |
Static Public Member Functions inherited from pointing::DisplayDeviceManager | |
| static DisplayDeviceManager * | get () |
| This static function is used to instantiate a platform-specific object of the class or return the already existing one. | |
Protected Types inherited from pointing::DisplayDeviceManager | |
|
typedef std::set< CallbackInfo > ::iterator | CallbackInfoIterator |
Protected Member Functions inherited from pointing::DisplayDeviceManager | |
| void | callCallbackFunctions (DisplayDeviceDescriptor &descriptor, bool wasAdded) |
| void | addDevice (DisplayDeviceDescriptor &descriptor) |
| void | removeDevice (DisplayDeviceDescriptor &descriptor) |
Protected Attributes inherited from pointing::DisplayDeviceManager | |
| DeviceUpdateCallback | callback |
| DisplayDescriptorSet | descriptors |
| std::set< CallbackInfo > | callbackInfos |
Static Protected Attributes inherited from pointing::DisplayDeviceManager | |
| static DisplayDeviceManager * | singleManager = 0 |
1.8.8