IRsCommandMng Struct Reference
Inherits IUnknown.
List of all members.
Detailed Description
IRsCommandMng Management object for commands.
Handles execute, undo and redo functionality for undo stack.
Provides additional methods for examining command stack.
Member Function Documentation
| HRESULT IRsCommandMng::Execute |
( |
[in] IRsCommand * |
pCmd |
) |
|
| HRESULT IRsCommandMng::Undo |
( |
void |
|
) |
|
| HRESULT IRsCommandMng::Redo |
( |
void |
|
) |
|
| HRESULT IRsCommandMng::Clear |
( |
void |
|
) |
|
| HRESULT IRsCommandMng::EnumStackCommands |
( |
[in] RtStackInfo |
eRequest, |
|
|
[out, retval] IRsEnumCmds ** |
ppEnum | |
|
) |
| | |
- Parameters:
-
- Returns:
- ppEnum [out,retval] .
| HRESULT IRsCommandMng::Hook |
( |
[in] IRsNotify * |
pListener |
) |
|
| HRESULT IRsCommandMng::Unhook |
( |
[in] IRsNotify * |
pListener |
) |
|
Property Documentation
- Returns:
- pVal [out,retval] .
RtUlong* IRsCommandMng::DepthLevel [get] |
- Returns:
- pVal [out,retval] .
RtUlong IRsCommandMng::DepthLevel [set] |
RtExecutionStatus* IRsCommandMng::ExecutionStatus [get] |
Returns execution status of command manager.
- Returns:
- pVal [out,retval] .