#include <aextensionplugin.h>
Открытые члены | |
QStringList | keys () const |
AExtension * | create (const QString &key) |
QStringList AExtensionPlugin< type >::keys | ( | ) | const [inline, virtual] |
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.
AExtension * AExtensionPlugin< type >::create | ( | const QString & | key | ) | [inline, virtual] |
Creates and returns a AExtension object for the driver key key. The driver key is usually the class name of the required driver.
Замещает AExtensionPluginBase.