Kross
actioncollection.h
Go to the documentation of this file.
void actionInserted(Action *child, ActionCollection *parent)
This signal is emitted after child has been added to parent.
void actionToBeInserted(Action *child, ActionCollection *parent)
This signal is emitted just before child is added to parent.
void collectionInserted(ActionCollection *child, ActionCollection *parent)
This signal is emitted after child has been added to parent.
Definition: action.cpp:36
void actionToBeRemoved(Action *child, ActionCollection *parent)
This signal is emitted before child is removed from parent.
void collectionToBeRemoved(ActionCollection *child, ActionCollection *parent)
This signal is emitted before child is removed from parent.
The Action class is an abstract container to deal with scripts like a single standalone script file.
Definition: action.h:99
void dataChanged(Action *)
This signal is emitted when the data of a child action is changed.
void updated()
This signal is emitted if the content of the ActionCollection was changed.
const char * name(StandardAction id)
void collectionRemoved(ActionCollection *child, ActionCollection *parent)
This signal is emitted after child has been removed from parent.
void dataChanged(ActionCollection *)
This signal is emitted when the data of the ActionCollection is changed.
void collectionToBeInserted(ActionCollection *child, ActionCollection *parent)
This signal is emitted just before child is added to parent.
QString indent(QString text, int spaces)
void actionRemoved(Action *child, ActionCollection *parent)
This signal is emitted after child has been removed from parent.
The ActionCollection class manages collections of Action instances.
Definition: actioncollection.h:46
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.