![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtRwCompareFactory |
Typedefs | |
| typedef bool(* | DtCompareFcn )(const DtReaderWriter &, const DtReaderWriter &) |
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) |
Variables | |
| static 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" |
| typedef bool(* DtCompareFcn)(const DtReaderWriter &, const DtReaderWriter &) |
| 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 | ||
| ) |
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] |