#include <pointers.h>
Inheritance diagram for SaX::SaXManipulateTouchscreensIF:
Public Member Functions | |
virtual QList< QString > | getPanelList (void)=0 |
virtual QList< QString > | getPanelVendorList (void)=0 |
virtual QList< QString > | getPanelModelList (const QString &)=0 |
virtual QDict< QString > | getPanelData (const QString &)=0 |
virtual QDict< 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 |
virtual | ~SaXManipulateTouchscreensIF (void) |
Protected Member Functions | |
SaXManipulateTouchscreensIF (SaXImport *in, int id) |
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 411 of file pointers.h.