Kross
action.h
Go to the documentation of this file.
113 Action(QObject* parent, const QString& name, const QDir& packagepath = QDir()); //BIC may be removed in favour of the next c'tor
149 void fromDomElement(const QDomElement& element, const QStringList& searchPath/* = QStringList()*/);
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition: action.h:99
QString name() const
void started(Kross::Action *)
This signal is emitted before the script got executed.
void finished(Kross::Action *)
This signal is emitted after the script got executed.
void finalized(Kross::Action *)
This signal is emitted once a script finalized.
void dataChanged(Action *)
This signal is emitted when the data of the Action is changed.
void updated()
This signal is emitted if the content of the Action was changed.
Interface for managing Object collections.
Definition: childreninterface.h:39
Base class for interpreter dependent functionality each script provides.
Definition: core/script.h:44
const char * name(StandardAction id)
Definition: action.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.