Abstract class for IvTune commands More...
#include <IvTune/IvTuneExtender/IvtCommand.h>
Public Member Functions | |
virtual void | execute ()=0 |
Apply this command. | |
virtual void | undo ()=0 |
Undo this command. | |
virtual void | redo ()=0 |
Redo this command. | |
virtual | ~IvtCommand () |
Destructor. | |
Abstract class for IvTune commands
This abstract class provides the minimum methods to implement an IvTune command and is used to provide the do/undo/redo mechanism.
Definition at line 61 of file IvtCommand.h.
|
virtual |
Destructor.
|
pure virtual |
Apply this command.
|
pure virtual |
Redo this command.
|
pure virtual |
Undo this command.