libs/flake
KoEventActionAddCommand Class Reference
#include <KoEventActionAddCommand.h>
Inheritance diagram for KoEventActionAddCommand:

Public Member Functions | |
| KoEventActionAddCommand (KoShape *shape, KoEventAction *eventAction, QUndoCommand *parent=0) | |
| virtual | ~KoEventActionAddCommand () |
| void | redo () |
| void | undo () |
Detailed Description
Definition at line 29 of file KoEventActionAddCommand.h.
Constructor & Destructor Documentation
| KoEventActionAddCommand::KoEventActionAddCommand | ( | KoShape * | shape, | |
| KoEventAction * | eventAction, | |||
| QUndoCommand * | parent = 0 | |||
| ) |
Definition at line 26 of file KoEventActionAddCommand.cpp.
| KoEventActionAddCommand::~KoEventActionAddCommand | ( | ) | [virtual] |
Definition at line 34 of file KoEventActionAddCommand.cpp.
Member Function Documentation
| void KoEventActionAddCommand::redo | ( | ) |
redo the command
Reimplemented from QUndoCommand.
Definition at line 41 of file KoEventActionAddCommand.cpp.
| void KoEventActionAddCommand::undo | ( | ) |
revert the actions done in redo
Reimplemented from QUndoCommand.
Definition at line 47 of file KoEventActionAddCommand.cpp.
The documentation for this class was generated from the following files:
