KDE3Support
k3command.h
Go to the documentation of this file.
362 K3UndoRedoAction( Type type, KActionCollection* actionCollection, K3CommandHistory* commandHistory );
The command history stores a (user) configurable amount of Commands.
Definition: k3command.h:180
void commandHistoryChanged()
Emitted whenever the command history has changed, i.e.
void documentRestored()
Emitted every time we reach the index where you saved the document for the last time.
void commandExecuted(K3Command *command)
Emitted every time a command is executed (whether by addCommand, undo or redo).
virtual QString name() const =0
A Macro Command is a command that holds several sub-commands.
Definition: k3command.h:127
This type of action is used to show undo or redo actions in the menu or in the toolbars.
Definition: k3command.h:358
Type
KAction * undo(const QObject *recvr, const char *slot, QObject *parent)
const char * name(StandardAction id)
KAction * clear(const QObject *recvr, const char *slot, QObject *parent)
KAction * redo(const QObject *recvr, const char *slot, QObject *parent)
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.