pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | List of all members
X3g::Plugin::ICommand Interface Reference

Base interface for user defined commands More...

Public Member Functions

void Undo ()
 Undo operation. More...
 
void Redo ()
 Redo operation. More...
 

Detailed Description

Base interface for user defined commands

Member Function Documentation

void X3g::Plugin::ICommand::Redo ( )

Redo operation.

void X3g::Plugin::ICommand::Undo ( )

Undo operation.