Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

SaX::SaXManipulateTabletsIF Class Reference

SaX2 - Tablet manipulator class interface. More...

#include <pointers.h>

Inheritance diagram for SaX::SaXManipulateTabletsIF:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual QDict< QString > getTabletData (const QString &)=0
virtual QDict< QString > getTabletData (const QString &, const QString &)=0
virtual QDict< QString > getPenData (const QString &)=0
virtual QDict< QString > getPenData (const QString &, const QString &)=0
virtual QList< QString > getTabletVendorList (void)=0
virtual QList< QString > getTabletModelList (const QString &)=0
virtual QList< QString > getTabletList (void)=0
virtual QList< QString > getPenList (void)=0
virtual QList< QString > getTabletDrivers (void)=0
virtual QDict< QString > getTabletOptions (const QString &)=0
virtual QDict< QString > getOptions (void)=0
virtual void setTablet (const QString &, const QString &)=0
virtual void setTablet (const QString &)=0
virtual void setType (const QString &)=0
virtual void setMode (const QString &)=0
virtual int addPen (const QString &)=0
virtual int addPen (const QString &, const QString &)=0
virtual int removePen (int)=0
virtual QString getName (void)=0
virtual QString getVendor (void)=0
virtual QString getType (void)=0
virtual QString getMode (void)=0
virtual bool isTablet (void)=0
virtual bool isPen (void)=0
virtual bool isEraser (void)=0
virtual ~SaXManipulateTabletsIF (void)

Protected Member Functions

 SaXManipulateTabletsIF (SaXImport *in, int id)

Detailed Description

SaX2 - Tablet 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 238 of file pointers.h.


Member Function Documentation

virtual QDict<QString> SaX::SaXManipulateTabletsIF::getOptions void   )  [pure virtual]
 

retrieve an option list of all options set for this pointer device. The storage is a dictionary saving the option name as key and the options value as value for this key. If there is no value set for the option (bool options) the value for the key is the (null) string

Reimplemented from SaX::SaXManipulatePointers.

Implemented in SaX::SaXManipulateTablets.


The documentation for this class was generated from the following file:
Generated on Wed Sep 14 10:27:43 2005 for libsax by  doxygen 1.4.4