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
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.
Base class for interpreter dependent functionality each script provides.
Definition core/script.h:44
Definition action.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.