|
CFx SDK Documentation
2023 SP0
|
#include "RxDictionary.h"#include "OdStreamBuf.h"#include "DynamicLinker.h"#include "OdPlatformSettings.h"#include "StringArray.h"#include "RxVariantValue.h"#include "Ed/EdCommandContext.h"#include "Ed/EdCommandStack.h"#include "Ed/EdFunctionIO.h"#include "Path.h"#include "OdCharMapper.h"Go to the source code of this file.
Classes | |
| class | Oda::HRXDIC |
| class | Oda::HRXCMD |
Namespaces | |
| Oda | |
Macros | |
| #define | TXAPP_FULLNAME "Host Application" |
| #define | TXHOST_CURR_CMDCTX "TXHOST_CURR_CMDCTX" |
| #define | TXHOST_SETTINGS_NAME "TxHostStorage" |
Enumerations | |
| enum | { Oda::kCmdGlobal = OdEdCommandStack::kGlobal , Oda::kCmdLocal = OdEdCommandStack::kLocal , Oda::kCmdSpecGroup = OdEdCommandStack::kSpecifedGroup , Oda::kCmdThrowUnknown = OdEdCommandStack::kThrowUnknown } |
Functions | |
| RXPTR | Oda::arbVarSafe (OdEdCommandContext *ctx, const WSTR &varName) |
| OdString | Oda::getDbCtxName (OdEdCommandContext *ctx) |
| OdString | Oda::ctxByFileExtension (const OdString &sExt) |
| OdString | Oda::toUtf16 (const char *pAnsi) |
| OdAnsiString | Oda::toUtf8 (const OdString &sUnicode) |