Abstract class for IvTune commands More...
#include <IvTune/IvTuneExtender/IvtCommand.h>
Public Member Functions | |
virtual void | execute ()=0 |
virtual void | undo ()=0 |
virtual void | redo ()=0 |
virtual | ~IvtCommand () |
This abstract class provides the minimum methods to implement an IvTune command and is used to provide the do/undo/redo mechanism.
Since Open Inventor 9.0virtual IvtCommand::~IvtCommand | ( | ) | [virtual] |
Destructor.
virtual void IvtCommand::execute | ( | ) | [pure virtual] |
Apply this command.
virtual void IvtCommand::redo | ( | ) | [pure virtual] |
Redo this command.
virtual void IvtCommand::undo | ( | ) | [pure virtual] |
Undo this command.