#include <keyboard.h>
Inheritance diagram for SaX::SaXKeyRulesIF:
Public Member Functions | |
virtual QDict< QString > | getModels (void)=0 |
virtual QDict< QString > | getLayouts (void)=0 |
virtual QDict< QString > | getOptions (void)=0 |
virtual QList< QString > | getVariants (const QString &)=0 |
virtual | ~SaXKeyRulesIF (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 67 of file keyboard.h.