Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
IvtCommand Class Referenceabstract

VSG extension 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.
 

Detailed Description

VSG extension 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.

Since Open Inventor 9.0

SEE ALSO

IvtServices

Definition at line 61 of file IvtCommand.h.

Constructor & Destructor Documentation

◆ ~IvtCommand()

virtual IvtCommand::~IvtCommand ( )
virtual

Destructor.

Member Function Documentation

◆ execute()

virtual void IvtCommand::execute ( )
pure virtual

Apply this command.

◆ redo()

virtual void IvtCommand::redo ( )
pure virtual

Redo this command.

◆ undo()

virtual void IvtCommand::undo ( )
pure virtual

Undo this command.


The documentation for this class was generated from the following file: