|
libsax 7.2
|
SaX2 - Touchscreen manipulator class interface. More...
#include <pointers.h>

Public Member Functions | |
| virtual QList< QString > | getPanelList (void)=0 |
| virtual QList< QString > | getPanelVendorList (void)=0 |
| virtual QList< QString > | getPanelModelList (const QString &)=0 |
| virtual Q3Dict< QString > | getPanelData (const QString &)=0 |
| virtual Q3Dict< QString > | getPanelData (const QString &, const QString &)=0 |
| virtual void | setTouchPanel (const QString &, const QString &)=0 |
| virtual void | setTouchPanel (const QString &)=0 |
| virtual bool | isTouchpanel (void)=0 |
| virtual QString | getName (void)=0 |
| virtual QString | getVendor (void)=0 |
| virtual QString | getType (void)=0 |
Protected Member Functions | |
| SaXManipulateTouchscreensIF (SaXImport *in, int id) | |
SaX2 - Touchscreen manipulator class interface.
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 431 of file pointers.h.
1.7.3