#include <aextensionfactory.h>
Открытые статические члены | |
static QStringList | keys () |
static AExtension * | create (const QString &) |
QStringList AExtensionFactory::keys | ( | ) | [static] |
Returns the list of keys this factory can create styles for.
Используется в aObjectsFactory::aObjectsFactory() и aObjectsFactory::create().
AExtension * AExtensionFactory::create | ( | const QString & | key | ) | [static] |
Creates a AExtension object that matches key. This is either a built-in extensions, or a extension from a extension plugin.
Используется в aObjectsFactory::create().