Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdCommandStackReactor Class
Syntax
C++
class OdEdCommandStackReactor : public OdRxObject;

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 

 

OdEdCommandStackReactorOdEdCommandStackReactor

File: EdCommandStack.h 

Module: API Reference 

Show:
No members matching the current filter
Show:
No members matching the current filter
Copyright © 2002-2022. Open Design Alliance All rights reserved.