Kross
scriptingplugin.h
53 * see a menu item with the text "Dummy Script" in "File" menu, which will execute the dummy_script.py script.
77 * \param referenceActionsDir dir -- %APPDATA%/scripts/%referenceActionsDir% contains standard actions for this plugin instance; has a lower priority than \a userActionsFile.
79 ScriptingPlugin(const QString &collectionName, const QString &userActionsFile, const QString &referenceActionsDir = QString(), QObject *parent = nullptr);
97 void addObject(QObject *object, const QString &name/* = QString()*/, ChildrenInterface::Options options/* = ChildrenInterface::NoOption*/);
106 * which will override other kross rc files. This allows a user to extend existing menus with new actions.
The ScriptingPlugin class loads additional actions stored in rc files with the KrossScripting format:
Definition: scriptingplugin.h:61
The ActionCollection class manages collections of Action instances.
Definition: actioncollection.h:46
Options
Additional options that could be defined for a QObject instance.
Definition: childreninterface.h:79
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 10 2023 04:00:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 10 2023 04:00:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.