#include <interface.h>
Public Member Functions | |
| SaXInit * | saxInit (void) |
| SaXConfig * | saxConfig (int=SAX_MERGE) |
| SaXImport * | saxImport (int) |
| SaXImportSysp * | saxImportSysp (int) |
| SaXImportCDB * | saxImportCDB (int) |
| SaXImportProfile * | saxImportProfile (const char *) |
| SaXManipulateDesktop * | saxManipulateDesktop (SaXImport *, SaXImport *, SaXImport *, int=0) |
| SaXManipulateCard * | saxManipulateCard (SaXImport *, int=0) |
| SaXManipulateKeyboard * | saxManipulateKeyboard (SaXImport *, int=0) |
| SaXManipulateDevices * | saxManipulateDevices (SaXImport *, SaXImport *, SaXImport *) |
| SaXManipulateDevices * | saxManipulateDevices (SaXImport *, SaXImport *) |
| SaXManipulateLayout * | saxManipulateLayout (SaXImport *, SaXImport *) |
| SaXManipulatePath * | saxManipulatePath (SaXImport *, int=0) |
| SaXManipulateMice * | saxManipulateMice (SaXImport *, int=1) |
| SaXManipulateTablets * | saxManipulateTablets (SaXImport *, SaXImport *, int=1) |
| SaXManipulateVNC * | saxManipulateVNC (SaXImport *, SaXImport *, SaXImport *, SaXImport *, SaXImport *, int=0) |
| SaXManipulateTouchscreens * | saxManipulateTouchscreens (SaXImport *, int=1) |
| SaXManipulateExtensions * | saxManipulateExtensions (SaXImport *) |
| std::string | STLstring (const QString &) |
| std::deque< std::string > | STLdeque (const QList< QString > &) |
|
std::map< std::string, std::string > | STLmap (const Q3Dict< QString > &) |
| void | setDebug (bool=true) |
Static Public Member Functions | |
| static SaXPluglib * | factory (void) |
The SaXPluglib class is a wrapper class for all constructors implemented in libsax. An object of this class is normally only used when libsax has been loaded with dlopen.
Definition at line 227 of file interface.h.
1.5.5