Close

Relief for ODA Team in Ukraine

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

This class implements and manages the global command stack.

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 lookupCommand and executeCommand functions search for command names in the group order on the stack. 

In the case of duplicate command names, the most recent one added to the stack is the command that is returned or executed. 

The group order may be changed with popGroupToTop function. 

Corresponding C++ library: TD_Root 

 

OdEdCommandStackOdEdCommandStack

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.