EdCommandStack.h
This class represents custom commands within a client application created with the ODA Platform.
A custom command is be created by deriving a class from OdEdCommand, and overriding the functions in that class.
The custom command is registered in the global command stack by calling OdEdCommandStack::addCommand() on the global command stack, which obtained via the odedRegCmds() external function.
Corresponding C++ library: TD_Root
|
Name |
Description |
|
|
|
Name |
Description |
|
| |
|
Called to execute this command object. | |
|
| |
|
Returns the global (untranslated) name of this command object. | |
|
Returns the group name of this command object. | |
|
Returns the local (translated) name of this command. | |
|
| |
|
| |
|
|
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|