SaX::SaXManipulatePointersIF Class Reference
SaX2 - Base pointer class interface.
More...
#include <pointers.h>
List of all members.
|
Public Member Functions |
|
virtual void | setDriver (const QString &)=0 |
|
virtual void | setDevice (const QString &)=0 |
|
virtual void | setProtocol (const QString &)=0 |
|
virtual void | setNamePair (const QString &, const QString &)=0 |
|
virtual void | setOption (const QString &, const QString &=0)=0 |
|
virtual void | addOption (const QString &, const QString &=0)=0 |
|
virtual void | removeOption (const QString &)=0 |
|
virtual QString | getDevice (void)=0 |
|
virtual QString | getDriver (void)=0 |
|
virtual QString | getProtocol (void)=0 |
|
virtual Q3Dict< QString > | getOptions (void)=0 |
|
virtual bool | selectPointer (int)=0 |
Detailed Description
SaX2 - Base pointer 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 47 of file pointers.h.
The documentation for this class was generated from the following file: