![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Variables | |
| const char | DtReaderWriterType [] = "DtReaderWriter" |
| const char | DtXMLReaderWriterType [] = "DtReaderWriter" |
| const char | DtRwBooleanType [] = "DtRwBoolean" |
| const char | DtXMLBooleanType [] = "bool" |
| const char | DtReaderWriterFileType [] = "DtReaderWriterFile" |
| const char | DtRwIntType [] = "DtRwInt" |
| const char | DtXMLIntType [] = "int" |
| const char | DtRwInt8Type [] = "DtRwInt8" |
| const char | DtXMLInt8Type [] = "int8" |
| const char | DtRwInt16Type [] = "DtRwInt16" |
| const char | DtXMLInt16Type [] = "int16" |
| const char | DtRwInt32Type [] = "DtRwInt32" |
| const char | DtXMLInt32Type [] = "int32" |
| const char | DtRwListType [] = "DtRwList" |
| const char | DtXMLListType [] = "DtRwList" |
| const char | DtRwRealType [] = "DtRwReal" |
| const char | DtXMLRealType [] = "real" |
| const char | DtRwReal32Type [] = "DtRwReal32" |
| const char | DtXMLReal32Type [] = "real32" |
| const char | DtRwReal64Type [] = "DtRwReal64" |
| const char | DtXMLReal64Type [] = "real64" |
| const char | DtRwVectorType [] = "DtRwVector" |
| const char | DtXMLVectorType [] = "vector" |
| const char | DtRwOffsetVectorType [] = "DtRwOffsetVector" |
| const char | DtXMLOffsetVectorType [] = "bodyPosition" |
| const char | DtRwStringType [] = "DtRwString" |
| const char | DtXMLStringType [] = "string" |
| const char | DtRwSizedStringType [] = "DtRwSizedString" |
| const char | DtXMLSizedStringType [] = "DtRwSizedString" |
| const char | DtRwStringAttributeType [] = "DtRwStringAttribute" |
| const char | DtRwStringAttributeListType [] = "DtRwStringAttributeList" |
| const char | DtRwObjectTypeType [] = "DtRwObjectType" |
| const char | DtXMLObjectTypeType [] = "objectType" |
| const char | DtXMLObjectTypesType [] = "objectTypes" |
| const char | DtRwVariableBindingsType [] = "DtRwVariableBindings" |
| const char | DtRwPropertiesType [] = "DtRwPropertiesType" |
| const char | DtRwStructureType [] = "DtRwStructure" |
| const char | DtRwPropertiesRangeItemType [] = "DtRwRangeRingItem" |
| const char | DtRwMapType [] = "DtRwMap" |
| const char | DtRwFixedArrayType [] = "DtRwFixedArray" |
| const char | DtXMLParamName [] = "paramName" |
| const char | DtXMLVariableReference = '@' |
| const char | DtMTLVariableReference = '$' |
| const char | DtXMLStructureType [] = "DtRwStructure" |
| const char | DtXMLPropertiesRangeItemType [] = "DtRwRangeRingItem" |
| const char | DtXMLMapType [] = "DtRwMap" |
| const char | DtXMLFixedArrayType [] = "DtRwFixedArray" |
| const char | DtXMLVectorX [] = "x" |
| const char | DtXMLVectorY [] = "y" |
| const char | DtXMLVectorZ [] = "z" |
| const char | DtXMLBodyForward [] = "forward" |
| const char | DtXMLBodyRight [] = "right" |
| const char | DtXMLBodyDown [] = "down" |
| const char DtReaderWriterType[] = "DtReaderWriter" |
Defines types that are returned by readerWriterType() method of reader writer subclasses. Not all types are defined.
| const char DtXMLReaderWriterType[] = "DtReaderWriter" |
| const char DtRwBooleanType[] = "DtRwBoolean" |
| const char DtXMLBooleanType[] = "bool" |
Referenced by DtVrfXmlUtils::addbooleanElement().
| const char DtReaderWriterFileType[] = "DtReaderWriterFile" |
| const char DtRwIntType[] = "DtRwInt" |
| const char DtXMLIntType[] = "int" |
Referenced by DtVrfXmlUtils::addIntegerElement().
| const char DtRwInt8Type[] = "DtRwInt8" |
Referenced by DtRwInt8::readerWriterType().
| const char DtXMLInt8Type[] = "int8" |
Referenced by DtRwInt8::theXmlType().
| const char DtRwInt16Type[] = "DtRwInt16" |
Referenced by DtRwInt16::readerWriterType().
| const char DtXMLInt16Type[] = "int16" |
Referenced by DtRwInt16::theXmlType().
| const char DtRwInt32Type[] = "DtRwInt32" |
Referenced by DtRwInt32::readerWriterType().
| const char DtXMLInt32Type[] = "int32" |
Referenced by DtRwInt32::theXmlType().
| const char DtRwListType[] = "DtRwList" |
| const char DtXMLListType[] = "DtRwList" |
| const char DtRwRealType[] = "DtRwReal" |
| const char DtXMLRealType[] = "real" |
Referenced by DtVrfXmlUtils::addRealElement().
| const char DtRwReal32Type[] = "DtRwReal32" |
Referenced by DtRwReal32::readerWriterType().
| const char DtXMLReal32Type[] = "real32" |
Referenced by DtRwReal32::theXmlType().
| const char DtRwReal64Type[] = "DtRwReal64" |
Referenced by DtRwReal64::readerWriterType().
| const char DtXMLReal64Type[] = "real64" |
Referenced by DtRwReal64::theXmlType().
| const char DtRwVectorType[] = "DtRwVector" |
| const char DtXMLVectorType[] = "vector" |
| const char DtRwOffsetVectorType[] = "DtRwOffsetVector" |
| const char DtXMLOffsetVectorType[] = "bodyPosition" |
| const char DtRwStringType[] = "DtRwString" |
| const char DtXMLStringType[] = "string" |
Referenced by DtVrfXmlUtils::addStringElement().
| const char DtRwSizedStringType[] = "DtRwSizedString" |
| const char DtXMLSizedStringType[] = "DtRwSizedString" |
| const char DtRwStringAttributeType[] = "DtRwStringAttribute" |
| const char DtRwStringAttributeListType[] = "DtRwStringAttributeList" |
| const char DtRwObjectTypeType[] = "DtRwObjectType" |
| const char DtXMLObjectTypeType[] = "objectType" |
Referenced by DtVrfXmlUtils::setObjectType().
| const char DtXMLObjectTypesType[] = "objectTypes" |
| const char DtRwVariableBindingsType[] = "DtRwVariableBindings" |
| const char DtRwPropertiesType[] = "DtRwPropertiesType" |
| const char DtRwStructureType[] = "DtRwStructure" |
| const char DtRwPropertiesRangeItemType[] = "DtRwRangeRingItem" |
| const char DtRwMapType[] = "DtRwMap" |
| const char DtRwFixedArrayType[] = "DtRwFixedArray" |
| const char DtXMLParamName[] = "paramName" |
XML types.
Referenced by DtVrfXmlUtils::CreateEnvNode(), and DtVrfXmlUtils::FindElementByParamName().
| const char DtXMLVariableReference = '@' |
| const char DtMTLVariableReference = '$' |
| const char DtXMLStructureType[] = "DtRwStructure" |
| const char DtXMLPropertiesRangeItemType[] = "DtRwRangeRingItem" |
| const char DtXMLMapType[] = "DtRwMap" |
| const char DtXMLFixedArrayType[] = "DtRwFixedArray" |
| const char DtXMLVectorX[] = "x" |
Referenced by DtVrfXmlUtils::getXYZAttrs(), and DtVrfXmlUtils::WriteVector().
| const char DtXMLVectorY[] = "y" |
Referenced by DtVrfXmlUtils::getXYZAttrs(), and DtVrfXmlUtils::WriteVector().
| const char DtXMLVectorZ[] = "z" |
Referenced by DtVrfXmlUtils::getXYZAttrs(), and DtVrfXmlUtils::WriteVector().
| const char DtXMLBodyForward[] = "forward" |
Referenced by DtVrfXmlUtils::getXYZAttrs(), and DtVrfXmlUtils::WriteVector().
| const char DtXMLBodyRight[] = "right" |
Referenced by DtVrfXmlUtils::getXYZAttrs(), and DtVrfXmlUtils::WriteVector().
| const char DtXMLBodyDown[] = "down" |
Referenced by DtVrfXmlUtils::getXYZAttrs(), and DtVrfXmlUtils::WriteVector().