API Reference > OdEd Classes > OdEdCommandStackReactor Class
OdEdCommandStackReactor Class
OdEdCommandStackReactorOdEdCommandStackReactor
Syntax
C++
class OdEdCommandStackReactor : public OdRxObject;

EdCommandStack.h

This class is the base class for custom classes that receive notification of OdEdCommandStack events.

Events consist of the addition and deletion, starting and ending, cancellation and failure, and non-recognition of registered commands. 

The command stack consists of groups which contain their respective commands. Adding a command adds it to its group. If the group does not exist, the group is first created and pushed onto the top of the stack. 

The default implementations of all methods in this class do nothing but return. 

Corresponding C++ library: TD_Root 

 

 
Name 
Description 
 
Notification function called whenevever a command has been added to the global command stack.
 
 
Notification function called whenevever the execution of a command has been canceled.
 
 
Notification function called whenevever the execution of a command has ended.
 
 
Notification function called whenevever the execution of a command has failed.
 
 
Notification function called whenevever a command will be removed from the global command stack
 
 
Notification function called whenevever the execution of a command will start.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdEdCommandStackReactor. 
 
Notification function called whenevever the execution of an unknown command has been attempted.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.