stmm-input-doc  0.17.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NstdSTL namespace
 Chash< stmi::Capability::Class >
 Chash< stmi::Event::Class >
 Chash< stmi::HARDWARE_KEY >
 Nstmi
 Nlibconfig
 Ntesting
 CFakeDeviceFake device template that implements one capability class
 CFakeDeviceManagerClass for testing code that interacts with device managers
 CFakeJoystickCapabilityFake joystick capability
 CFakeJoystickDeviceFake device that implements the joystick capability
 CFakeKeyCapabilityFake key capability
 CFakeKeyDeviceFake device that implements the key capability
 CFakePointerCapabilityFake pointer capability
 CFakePointerDeviceFake device that implements the pointer capability
 CFakeTouchCapabilityFake touch capability
 CFakeTouchDeviceFake device that implements the touch capability
 CAccessorA generic class that helps a device manager to generate events
 CBasicDeviceDevice class template
 CBasicDeviceManagerHelper class for implementing a device manager
 CListenerDataHelper class that represents a listener
 CListenerExtraDataBase class to store extra listener data
 CCallIfBase class used to determine whether to send an event to a listener
 CCallIfAccessorAccessor callif
 CCallIfAndApplies a "conditional AND" to two callif conditions
 CCallIfCapabilityClassCapability class callif
 CCallIfCapabilityIdCapability id callif
 CCallIfDeviceIdDevice id callif
 CCallIfDeviceManagerCapabilityDevice manager capability callif
 CCallIfEventClassEvent class callif
 CCallIfFalseNever call back listener
 CCallIfFuctionFunction callif
 CCallIfNotApplies a "NOT" to a callif condition
 CCallIfOrApplies a "conditional OR" to two callif conditions
 CCallIfTrueAlways call back listener
 CCallIfXYEventXYEvent class callif
 CCapabilityBase capability class
 CClassThe representation of a registered capability class
 CRegisterClassTemplate used to register capability classes
 CChildDeviceManagerDefines a child device manager
 CDeviceDevice base class
 CDeviceManagerThis class manages devices that generate events that listeners will receive
 CDeviceManagerCapabilityDeviceManager capabilities should derive from this class
 CDeviceMgmtCapabilityDevice manager's capability for tree like composed device managers
 CDeviceMgmtEventEvent informing about a device being added, removed or changed
 CEventBase event class
 CClassThe representation of a registered event class
 CRegisterClassTemplate used to register event classes
 CGdkKeyConverterGdk key event (keycode) to hardware key conversion class
 CGdkKeyConverterEvDevConverts from evdev gdk keycode to hardware key (linux/input.h)
 CGtkAccessorAccessor wrapping a Gtk::Window
 CGtkDeviceManagerDevice manager that attaches to Gtk's main event loop
 CInitInitialization data
 CJoystickAxisEventEvent generated when the state of a joystick's absolute axis is changed
 CJoystickButtonEventEvent generated when the state of a joystick's button is changed
 CJoystickCapabilityThe joystick capability of a device
 CJoystickHatEventEvent generated when the state of a joystick's hat is changed
 CJsDeviceFilesJoystick device files initialization class for GtkDeviceManager
 CKeyCapabilityThe keys capability of a device
 CKeyEventEvent generated when the state of a key is changed
 CKeyRepeatKey repeat translation type
 CParentDeviceManagerDevice manager container class
 CPluginsDeviceManagerDynamic plug-in loader device manager class
 CInitInitialization data
 CPointerCapabilityThe pointer capability of a device
 CPointerEventEvent generated when the button state or the position of a pointer is changed
 CPointerScrollEventEvent generated when scrolling the pointer
 CStdDeviceManagerHelper class for implementing a device manager with DeviceMgmtCapability
 CTouchCapabilityThe touch capability of a device
 CTouchEventEvent generated when the state of a touch is changed
 CXYEventBase class for pointer-like events that hold coordinates