#include <path.h>
Inheritance diagram for SaX::SaXManipulatePathIF:
Public Member Functions | |
virtual void | setFontPath (const QString &)=0 |
virtual void | addFontPath (const QString &)=0 |
virtual void | removeFontPath (const QString &)=0 |
virtual void | setLoadableModule (const QString &)=0 |
virtual void | addLoadableModule (const QString &)=0 |
virtual void | removeLoadableModule (const QString &)=0 |
virtual void | setServerFlag (const QString &)=0 |
virtual void | addServerFlag (const QString &)=0 |
virtual void | removeServerFlag (const QString &)=0 |
virtual QList< QString > | getFontPaths (void)=0 |
virtual QList< QString > | getModules (void)=0 |
virtual QList< QString > | getServerFlags (void)=0 |
virtual | ~SaXManipulatePathIF (void) |
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 40 of file path.h.