|
CFx SDK Documentation
2023 SP0
|
Go to the source code of this file.
Classes | |
| class | OdEdCommand |
| class | OdEdCommandStackReactor |
| class | OdEdUnknownCommand |
| class | OdEdCommandStack |
Macros | |
| #define | ODRX_COMMAND_DOCK OD_T("ODRX_REGISTERED_COMMANDS") |
Typedefs | |
| typedef void(* | OdRxFunctionPtr) () |
| typedef OdSmartPtr< OdRxIterator > | OdRxIteratorPtr |
| typedef void() | OdEdCommandFunction(OdEdCommandContext *pCmdCtx) |
| typedef OdSmartPtr< OdEdCommand > | OdEdCommandPtr |
| typedef OdSmartPtr< OdEdCommandStackReactor > | OdEdCommandStackReactorPtr |
| typedef OdArray< OdEdCommandStackReactorPtr > | OdEdCommandStackReactorArray |
| typedef OdSmartPtr< OdEdCommandStack > | OdEdCommandStackPtr |
Functions | |
| FIRSTDLL_EXPORT OdEdCommandStackPtr | odedRegCmds () |
| FIRSTDLL_EXPORT OdEdCommandPtr | odedFireUnknownCommand (OdEdCommandStack *pCmdStack, const OdString &sCmd, OdEdCommandContext *pCmdCtx) |
| #define ODRX_COMMAND_DOCK OD_T("ODRX_REGISTERED_COMMANDS") |
Definition at line 29 of file EdCommandStack.h.
| typedef void() OdEdCommandFunction(OdEdCommandContext *pCmdCtx) |
Definition at line 52 of file EdCommandStack.h.
| typedef OdSmartPtr<OdEdCommand> OdEdCommandPtr |
This template class is a specialization of the OdSmartPtr class for OdEdCommand object pointers.
Definition at line 57 of file EdCommandStack.h.
This template class is a specialization of the OdSmartPtr class for OdEdCommandStack object pointers.
Definition at line 531 of file EdCommandStack.h.
This template class is a specialization of the OdArray class for OdEdCommandStackReactor object SmartPointers.
Definition at line 277 of file EdCommandStack.h.
This template class is a specialization of the OdSmartPtr class for OdEdCommandStackReactor object pointers.
Definition at line 272 of file EdCommandStack.h.
| typedef void(* OdRxFunctionPtr) () |
Definition at line 31 of file EdCommandStack.h.
| typedef OdSmartPtr<OdRxIterator> OdRxIteratorPtr |
This template class is a specialization of the OdSmartPtr class for OdRxIterator object pointers.
Definition at line 43 of file EdCommandStack.h.
| FIRSTDLL_EXPORT OdEdCommandPtr odedFireUnknownCommand | ( | OdEdCommandStack * | pCmdStack, |
| const OdString & | sCmd, | ||
| OdEdCommandContext * | pCmdCtx | ||
| ) |
| FIRSTDLL_EXPORT OdEdCommandStackPtr odedRegCmds | ( | ) |
Returns the global command stack.