Go to the source code of this file.
Functions |
| bool | operator== (const DtReaderWriter &, const DtReaderWriter &) |
| bool | operator!= (const DtReaderWriter &, const DtReaderWriter &) |
| bool | operator== (const DtEntityMapperKey &, const DtObjectType &) |
| DT_DLL_entityeditorimpl void | setBooleanValue (DtReaderWriter *, const char *name, bool val) |
| DT_DLL_entityeditorimpl bool | booleanValue (DtReaderWriter *, const char *name) |
| DT_DLL_entityeditorimpl void | setIntegerValue (DtReaderWriter *, const char *name, int val) |
| DT_DLL_entityeditorimpl int | integerValue (DtReaderWriter *, const char *name) |
| DT_DLL_entityeditorimpl void | setStringValue (DtReaderWriter *, const char *name, const DtString &val) |
| DT_DLL_entityeditorimpl DtString | stringValue (DtReaderWriter *, const char *name) |
Detailed Description
Typedef Documentation
Function Documentation
Variable Documentation
| const char* DtEntityEntryDeleted = "entity-deleted" |
|
static |
| const char* DtEntityEntryCreated = "entity-created" |
|
static |
| const char* DtEntityEntryModified = "entity-modified" |
|
static |
| const char* DtEntityEntryTemporary = "entity-temporary" |
|
static |
| const char* DtEntityEntryOriginalValue = "entity-original-value" |
|
static |
| const char* DtEntityEntryBackupValue = "backup-value" |
|
static |
| const char* DtEntityEntryModelValue = "entity-modified-model-value" |
|
static |
| const char* DtBackupFormationName = "backup-formation-name" |
|
static |
| const char* DtVisualsModified = "visuals-modified" |
|
static |