Home
last modified time | relevance | path

Searched refs:AppletScript (Results 1 – 10 of 10) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/scripting/
H A Dappletscript.cpp25 AppletScript::AppletScript(QObject *parent) in AppletScript() function in Plasma::AppletScript
32 AppletScript::~AppletScript() in ~AppletScript()
37 void AppletScript::setApplet(Plasma::Applet *applet) in setApplet()
42 Applet *AppletScript::applet() const in applet()
53 QList<QAction *> AppletScript::contextualActions() in contextualActions()
72 void AppletScript::setLaunchErrorMessage(const QString &reason) in setLaunchErrorMessage()
79 void AppletScript::configNeedsSaving() const in configNeedsSaving()
86 void AppletScript::configChanged() in configChanged()
90 QString AppletScript::mainScript() const in mainScript()
97 Package AppletScript::package() const in package()
[all …]
H A Dappletscript.h33 class PLASMA_EXPORT AppletScript : public ScriptEngine
46 explicit AppletScript(QObject *parent = nullptr);
47 ~AppletScript() override;
H A Dscriptengine.cpp111 AppletScript *loadScriptEngine(const QString &language, Applet *applet, const QVariantList &args) in loadScriptEngine()
113AppletScript *engine = static_cast<AppletScript *>(loadEngine(language, Types::AppletComponent, ap… in loadScriptEngine()
H A Dscriptengine.h23 class AppletScript; variable
85 PLASMA_EXPORT AppletScript *loadScriptEngine(const QString &language, Applet *applet, const QVarian…
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Dapplet_p.h27 class AppletScript; variable
81 AppletScript *script;
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/scriptengines/qml/plasmoid/
H A Ddeclarativeappletscript.h18 class DeclarativeAppletScript : public Plasma::AppletScript
H A Ddeclarativeappletscript.cpp36 : Plasma::AppletScript(parent) in DeclarativeAppletScript()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dapplet.h800 friend class AppletScript; variable
H A DMainpage.dox33 - Plasma::AppletScript, Plasma::DataEngineScript and
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py158 return Plasma.AppletScript()
510 class AppletScript(Plasma.ScriptEngine): class in Plasma