#include <layout.h>
Inheritance diagram for SaX::SaXManipulateLayoutIF:
Public Member Functions | |
virtual void | setXOrgMultiheadMode (int)=0 |
virtual bool | setXOrgLayout (int, int, int, int, int)=0 |
virtual bool | setRelative (int, int, int, int)=0 |
virtual bool | removeRelative (int)=0 |
virtual int | getMultiheadMode (void)=0 |
virtual QList< QString > | getXOrgLayout (int)=0 |
virtual QList< QString > | getInputLayout (void)=0 |
virtual void | addInputLayout (int)=0 |
virtual void | removeInputLayout (int)=0 |
virtual | ~SaXManipulateLayoutIF (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 52 of file layout.h.