#include <device.h>
Inheritance diagram for SaX::SaXManipulateDevicesIF:

Public Member Functions | |
| virtual int | addDesktopDevice (void)=0 |
| virtual int | addInputDevice (const char *)=0 |
| virtual int | removeDesktopDevice (int)=0 |
| virtual int | removeInputDevice (int)=0 |
| virtual | ~SaXManipulateDevicesIF (void) |
The interface class is provided to be able to dlopen the library and have all methods available in the compilers virtual table. For a detailed description of the class itself please refer to the derived class definition
Definition at line 51 of file device.h.
1.5.0