|
Ananas Library 0.9.5
|
The AExtensionPlugin class provides an abstract base for custom AExtension plugins. More...
#include <aextensionplugin.h>
Public Member Functions | |
| QStringList | keys () const |
| AExtension * | create (const QString &key) |
Public Member Functions inherited from AExtensionPluginBase | |
| AExtensionPluginBase () | |
| ~AExtensionPluginBase () | |
| virtual QStringList | keys () const =0 |
| virtual AExtension * | create (const QString &key)=0 |
The AExtensionPlugin class provides an abstract base for custom AExtension plugins.
|
inlinevirtual |
Creates and returns a AExtension object for the driver key key. The driver key is usually the class name of the required driver.
Implements 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.
Implements AExtensionPluginBase.