|
Krita Source Code Documentation
|
#include <KoPluginLoader.h>
Public Member Functions | |
| bool | isValid () const |
| PluginsConfig () | |
Public Attributes | |
| const char * | blacklist {nullptr} |
| This contains the variable name for the list of plugins (by library name) that will not be loaded. | |
| const char * | group {nullptr } |
Config object for load() It is possible to limit which plugins will be loaded in the KConfig configuration file by stating explicitly which plugins are wanted.
Definition at line 64 of file KoPluginLoader.h.
|
inline |
Definition at line 65 of file KoPluginLoader.h.
|
inline |
Definition at line 77 of file KoPluginLoader.h.
| const char* KoPluginLoader::PluginsConfig::blacklist {nullptr} |
This contains the variable name for the list of plugins (by library name) that will not be loaded.
Definition at line 75 of file KoPluginLoader.h.
| const char* KoPluginLoader::PluginsConfig::group {nullptr } |
The properties are retrieved from the config using the following construct; /code KConfigGroup configGroup = KSharedConfig::openConfig()->group(config.group); /endcode For most cases you can pass the string "krita" into this variable.
Definition at line 73 of file KoPluginLoader.h.