Kross
action.h
Go to the documentation of this file.
void updated()
This signal is emitted if the content of the Action was changed.
Definition: action.cpp:36
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.
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition: action.h:99
const char * name(StandardAction id)
void dataChanged(Action *)
This signal is emitted when the data of the Action is changed.
Interface for managing Object collections.
Definition: childreninterface.h:39
Base class for interpreter dependent functionality each script provides.
Definition: core/script.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.