Ananas Library 0.9.5
|
Базовый класс для создания собственных расширений. Наследует AExtensionPluginBase . Подробнее...
#include <aextensionplugin.h>
Открытые члены | |
QStringList | keys () const |
AExtension * | create (const QString &key) |
![]() | |
AExtensionPluginBase () | |
~AExtensionPluginBase () | |
Базовый класс для создания собственных расширений. Наследует AExtensionPluginBase .
|
inlinevirtual |
Creates and returns a AExtension object for the driver key key. The driver key is usually the class name of the required driver.
Замещает AExtensionPluginBase.
|
inlinevirtual |
Returns the list of extensions (keys) this plugin supports.
These keys are usually the class names of the custom extension that are implemented in the plugin.
Замещает AExtensionPluginBase.