|
Krita Source Code Documentation
|
#include <PythonPluginManager.h>
Public Member Functions | |
| QString | comment () const |
| const QString & | errorReason () const |
| bool | isBroken () const |
| bool | isEnabled () const |
| bool | isUnstable () const |
| bool | isValid () const |
| QString | manual () const |
| QString | moduleFilePathPart () const |
| QString | moduleName () const |
| QString | name () const |
| QVariant | property (const QString &name) const |
Private Member Functions | |
| PythonPlugin () | |
Private Attributes | |
| bool | m_broken {false} |
| QString | m_comment |
| bool | m_enabled {false} |
| QString | m_errorReason |
| bool | m_loaded {false} |
| QString | m_manual |
| QString | m_moduleName |
| QString | m_name |
| QMap< QString, QVariant > | m_properties |
| bool | m_unstable {false} |
Friends | |
| class | PythonPluginManager |
Represents a Python described in the plugin's .desktop file.
Definition at line 22 of file PythonPluginManager.h.
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool PythonPlugin::isValid | ( | ) | const |
Definition at line 47 of file PythonPluginManager.cpp.
References dbgScript, m_moduleName, m_name, moduleName(), and name().
|
inline |
| QString PythonPlugin::moduleFilePathPart | ( | ) | const |
Transforms the Python module name into a file path part
Definition at line 41 of file PythonPluginManager.cpp.
References m_moduleName.
|
inline |
Definition at line 57 of file PythonPluginManager.h.
References m_moduleName.
|
inline |
|
inline |
Definition at line 62 of file PythonPluginManager.h.
References m_properties, and name().
|
friend |
Definition at line 78 of file PythonPluginManager.h.
|
private |
Definition at line 86 of file PythonPluginManager.h.
|
private |
Definition at line 92 of file PythonPluginManager.h.
|
private |
Definition at line 85 of file PythonPluginManager.h.
|
private |
Definition at line 84 of file PythonPluginManager.h.
|
private |
Definition at line 88 of file PythonPluginManager.h.
|
private |
Definition at line 93 of file PythonPluginManager.h.
|
private |
Definition at line 91 of file PythonPluginManager.h.
|
private |
Definition at line 90 of file PythonPluginManager.h.
|
private |
Definition at line 95 of file PythonPluginManager.h.
|
private |
Definition at line 87 of file PythonPluginManager.h.