Inherited by CRcUiOpenStackPanel.
Public Member Functions | |
| HRESULT | Execute (void) |
| HRESULT | Undo (void) |
| HRESULT | Redo (void) |
| HRESULT | HasUndo ([out, retval] RtBool *isUndoable) |
| HRESULT IRsCommand::Execute | ( | void | ) |
Execute the command.
| HRESULT IRsCommand::Undo | ( | void | ) |
Undo the command. Implements undo functionality if supported.
| HRESULT IRsCommand::Redo | ( | void | ) |
Redo the command. Implements redo functionality if supported.
| HRESULT IRsCommand::HasUndo | ( | [out, retval] RtBool * | isUndoable | ) |
Indicates support for undo/redo functionality.
Fills parameter with true value if undo/redo supported, false otherwise.
1.5.5