Handler for all kinds of input devices. More...
#include <OSDLInputDeviceHandler.h>
Public Member Functions | |
InputDeviceHandler () | |
Constructs a new intput device handler. | |
virtual | ~InputDeviceHandler () throw () |
Virtual destructor. | |
Private Member Functions | |
InputDeviceHandler (const InputDeviceHandler &source) | |
Copy constructor made private to ensure that it will never be called. | |
InputDeviceHandler & | operator= (const InputDeviceHandler &source) |
Assignment operator made private to ensure that it will never be called. |
Handler for all kinds of input devices.
Definition at line 75 of file OSDLInputDeviceHandler.h.
InputDeviceHandler::InputDeviceHandler | ( | ) | [explicit] |
Constructs a new intput device handler.
InputDeviceHandlerException | if the initialization of the input device subsystem failed. |
Definition at line 52 of file OSDLInputDeviceHandler.cc.
InputDeviceHandler::~InputDeviceHandler | ( | ) | throw () [virtual] |
Virtual destructor.
Definition at line 59 of file OSDLInputDeviceHandler.cc.
OSDL::Events::InputDeviceHandler::InputDeviceHandler | ( | const InputDeviceHandler & | source | ) | [explicit, private] |
Copy constructor made private to ensure that it will never be called.
The compiler should complain whenever this undefined constructor is called, implicitly or not.
InputDeviceHandler& OSDL::Events::InputDeviceHandler::operator= | ( | const InputDeviceHandler & | source | ) | [private] |
Assignment operator made private to ensure that it will never be called.
The compiler should complain whenever this undefined operator is called, implicitly or not.