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 |
![]() |
This is ~OdEdCommand, a member of class OdEdCommand. |
|
Name |
Description |
![]() |
This is createObject, a member of class OdEdCommand. | |
![]() ![]() |
Called to execute this command object. | |
![]() ![]() |
This is flags, a member of class OdEdCommand. | |
![]() ![]() |
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. | |
![]() ![]() |
This is module, a member of class OdEdCommand. | |
![]() |
This is ODRX_DECLARE_MEMBERS, a member of class OdEdCommand. | |
![]() ![]() |
This is undefine, a member of class OdEdCommand. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|