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