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