#include <KoPluginLoader.h>
Graphe de collaboration de KoPluginLoader:
Fonctions membres publiques | |
| ~KoPluginLoader () | |
| void | load (const QString &serviceType, const QString &versionString) |
Fonctions membres publiques statiques | |
| static KoPluginLoader * | instance () |
Fonctions membres privées | |
| KoPluginLoader () | |
| KoPluginLoader (const KoPluginLoader &) | |
| KoPluginLoader | operator= (const KoPluginLoader &) |
Attributs privés | |
| QStringList | m_loadedServiceTypes |
Attributs privés statiques | |
| static KoPluginLoader * | m_singleton |
TODO: make plugins manageable.
Définition à la ligne 39 du fichier KoPluginLoader.h.
| KoPluginLoader::~KoPluginLoader | ( | ) |
Définition à la ligne 34 du fichier KoPluginLoader.cpp.
| KoPluginLoader::KoPluginLoader | ( | ) | [private] |
Définition à la ligne 30 du fichier KoPluginLoader.cpp.
Référencé par instance().
Voici le graphe d'appel pour cette fonction :
| KoPluginLoader::KoPluginLoader | ( | const KoPluginLoader & | ) | [private] |
| KoPluginLoader * KoPluginLoader::instance | ( | ) | [static] |
Return an instance of the KoPluginLoader Creates an instance if that has never happened before and returns the singleton instance.
Définition à la ligne 41 du fichier KoPluginLoader.cpp.
Références KoPluginLoader(), m_singleton, et staticShapeRegistryDeleter.
Référencé par KoColorSpaceRegistry::init(), KoShapeRegistry::init(), et KoToolRegistry::KoToolRegistry().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| void KoPluginLoader::load | ( | const QString & | serviceType, | |
| const QString & | versionString | |||
| ) |
Load all plugins that conform to the versiontype and versionstring, for instance: KoPluginLoader::instance()->load("KOffice/Flake", "([X-Flake-Version] == 3)");
Définition à la ligne 50 du fichier KoPluginLoader.cpp.
Références KoProperty::List, et m_loadedServiceTypes.
Référencé par KoColorSpaceRegistry::init(), KoShapeRegistry::init(), et KoToolRegistry::KoToolRegistry().
Voici le graphe d'appel pour cette fonction :
| KoPluginLoader KoPluginLoader::operator= | ( | const KoPluginLoader & | ) | [private] |
KoPluginLoader * KoPluginLoader::m_singleton [static, private] |
QStringList KoPluginLoader::m_loadedServiceTypes [private] |
1.5.1-p1