![]() |
VR-Forces 4.2 Class Documentation
|
Classes | |
| struct | DtBindingTypes |
| class | XmlAliases |
Typedefs | |
| typedef std::list< DtString > | TypeList |
| Binding Types object Anything added to "types" is a variable binding display name "rwTypes" maps this to an rw object Type string, that can be passed into the rw factory. | |
| typedef std::map< DtString, DtString > | StringMap |
| typedef std::map< DtEntityType, DtString > | EntityTypeStrings |
| typedef std::map< DtString, DtString > | RwNameToXmlTypeAlias |
| typedef std::map< DtString, RwNameToXmlTypeAlias > | XmlTypeAliases |
Functions | |
| static void | AddRwTypeAlias (const DtString &xmlType, const DtString &typeAlias, const DtString &rwName) |
| static DtString | RwTypeToXmlType (const DtString rwObjectType, const DtString rwObjectName, const DtString bindingName="") |
| static DtString | RwTypeToXmlType (const DtReaderWriter *rwObject, const DtString bindingName="") |
Variables | |
| static const char * | Int = "int" |
| Binding Types (Display Names) | |
| static const char * | Real = "real" |
| static const char * | Bool = "bool" |
| static const char * | String = "string" |
| static const char * | Vector = "vector" |
| static const char * | BodyPosition = "bodyPosition" |
| static const char * | List = "list" |
| static const char * | BoundingVolume = "boundingVolume" |
| static const char * | LoadPoints = "loadPoints" |
| static const char * | LoadPoint = "loadPoint" |
| static const char * | EmbarkationSlots = "embarkationSlots" |
| static const char * | EmbarkationSlot = "embarkationSlot" |
| static const char * | Subordinates = "subordinates" |
| static const char * | Subordinate = "subordinate" |
| static const char * | Formations = "formations" |
| static const char * | Formation = "formation" |
| static const char * | StringList = "stringList" |
| static const char * | SoilList = "soilList" |
| static const char * | SoilFactors = "soilFactors" |
| static const char * | Orientation = "orientation" |
| static const char * | EntityType = "entityType" |
| static const char * | BoundingGeometryType = "boundingGeometryType" |
| static const char * | SlotExclusions = "slotExclusions" |
| static const char * | SlotExclusion = "slotExclusion" |
| static const char * | SensorSignatures = "sensorSignatures" |
| static DtBindingTypes | theBindingTypes |
| static const char * | Platform = "platform" |
| static const char * | ParamName = "paramName" |
| static const char * | SystemName = "systemName" |
| static const char * | Filename = "filename" |
| static const char * | BodyForward = "forward" |
| static const char * | BodyRight = "right" |
| static const char * | BodyDown = "down" |
| static const char * | VectorX = "x" |
| static const char * | VectorY = "y" |
| static const char * | VectorZ = "z" |
| static const char * | Length = "length" |
| static const char * | Width = "width" |
| static const char * | Height = "height" |
| static const char * | Yaw = "yaw" |
| static const char * | Pitch = "pitch" |
| static const char * | Roll = "roll" |
| static const char * | OffsetType = "offsetType" |
| static const char * | SupportedSlots = "supportedSlots" |
| static const char * | EmbarkableObject = "embarkableObject" |
| static const char * | EmbarkedAppearance = "embarkedAppearance" |
| static const char * | Capacity = "capacity" |
| static const char * | JumpToLocation = "jumpToLocation" |
| static const char * | TurnToHeading = "turnToHeading" |
| static const char * | HeadingOffset = "headingOffset" |
| static const char * | AutoLayoutForGui = "autoLayout" |
| static const char * | FormationName = "formationName" |
| static const char * | FormationFile = "formationFile" |
| static const char * | SoilType = "soilType" |
| static const char * | AccelerationFactor = "acceleration-factor" |
| static const char * | StoppingFactor = "stopping-factor" |
| static const char * | MaxSpeedFactor = "max-speed-factor" |
| static const char * | ObjectType = "objectType" |
| static const char * | MatchType = "matchType" |
| static const char * | IfSlotsReserved = "ifSlotsReserved" |
| static const char * | ExcludeTheseSlots = "excludeTheseSlots" |
| static const char * | SimObjects = "simObjects" |
| static const char * | SimObject = "simObject" |
| static const char * | VariableBindings = "variableBindings" |
| static const char * | System = "componentSystem" |
| static const char * | OffsetTypeCenter = "center" |
| static const char * | OffsetTypeGroundCenter = "ground-center" |
| static const char * | OffsetTypeCustom = "custom" |
| static const char * | Dimensions = "dimensions" |
| static const char * | Offset = "offset" |
| static const char * | EmbarkedPosition = "embarkedPosition" |
| static const char * | EmbarkedOrientation = "embarkedOrientation" |
| static const char * | EmbarkedHeading = "embarkedHeading" |
| static const char * | GuiInformation = "guiInformation" |
| static const char * | BoundingGeometryArea = "Area" |
| static const char * | BoundingGeometryVolume = "Volume" |
| static const char * | BoundingGeometryUndefined = "Undefined" |
| static const char * | GuiUniqueId = "gui-unique-id" |
| static const char * | GuiCanCreate = "gui-can-create" |
| static const char * | GuiOnOverlayPalette = "gui-on-overlay-palette" |
| static const char * | GuiCanAggregate = "gui-can-aggregate" |
| static const char * | GuiMenuIcon = "gui-menu-icon" |
| static const char * | GuiKeywords = "gui-keywords" |
| static const char * | GuiLabel = "gui-label" |
| static const char * | GuiCategories = "gui-categories" |
| static const char * | GuiDeployableCountries = "gui-deployable-countries" |
| static const char * | RwSystems = "systems" |
| static const char * | RwSystemDefinition = "system-definition" |
| static const char | XmlVariableChar = '@' |
| static const char | MtlVariableChar = '$' |
| typedef std::list<DtString> vrfXml::TypeList |
Binding Types object Anything added to "types" is a variable binding display name "rwTypes" maps this to an rw object Type string, that can be passed into the rw factory.
| typedef std::map<DtString, DtString> vrfXml::StringMap |
| typedef std::map<DtEntityType, DtString> vrfXml::EntityTypeStrings |
| typedef std::map<DtString, DtString> vrfXml::RwNameToXmlTypeAlias |
| typedef std::map<DtString, RwNameToXmlTypeAlias> vrfXml::XmlTypeAliases |
|
static |
References vrfXml::XmlAliases::getInstance().
|
static |
References DtReaderWriter::name(), DtReaderWriter::readerWriterType(), and RwTypeToXmlType().
|
static |
Binding Types (Display Names)
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by DtXmlToRw::Converter::Converter(), and vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
|
static |
Referenced by vrfXml::DtBindingTypes::DtBindingTypes().
|
static |
Referenced by RwTypeToXmlType().
|
static |
Referenced by DtXmlUtils::getPlatform(), and DtXmlUtils::setPlatform().
|
static |
Referenced by DtXmlUtils::AddElement(), and DtXmlUtils::FindElementByParamName().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by DtRwToXml::DtRwSubObjectToEnvValue(), DtXmlUtils::getXYZAttrs(), and DtXmlUtils::WriteVector().
|
static |
Referenced by DtRwToXml::DtRwSubObjectToEnvValue(), DtXmlUtils::getXYZAttrs(), and DtXmlUtils::WriteVector().
|
static |
Referenced by DtRwToXml::DtRwSubObjectToEnvValue(), DtXmlUtils::getXYZAttrs(), and DtXmlUtils::WriteVector().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
|
static |
|
static |
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwLoadPoint(), and DtRwToXml::DtLoadPointToEnvValue().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtXmlToRw::DtEnvValueToSubObject(), and DtRwToXml::DtRwSubObjectToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToFormationList(), and DtRwToXml::DtFormationTableToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToFormationTableEntry(), and DtRwToXml::DtFormationEntryToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToFormationTableEntry(), and DtRwToXml::DtFormationEntryToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwSoilFactors(), and DtRwToXml::DtSoilFactorsToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwSoilFactors(), and DtRwToXml::DtSoilFactorsToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwSoilFactors(), and DtRwToXml::DtSoilFactorsToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwSoilFactors(), and DtRwToXml::DtSoilFactorsToEnvValue().
|
static |
Referenced by DtRwToXml::DtRwSubObjectToEnvValue(), DtXmlUtils::getObjectType(), and DtXmlUtils::setObjectType().
|
static |
Referenced by DtXmlUtils::getMatchType(), and DtXmlUtils::setMatchType().
|
static |
Referenced by DtXmlToRw::DtEnvValueToSlotExclusion(), and DtRwToXml::DtSlotExclusionToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToSlotExclusion(), and DtRwToXml::DtSlotExclusionToEnvValue().
|
static |
|
static |
Referenced by DtXmlUtils::WriteXML().
|
static |
|
static |
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtXmlToRw::DtEnvValueToRwBoundingVolume(), and DtRwToXml::DtRwBoundingVolumeToEnvValue().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
Referenced by DtRwToXml::DtEmbarkationSlotToEnvValue(), and DtXmlToRw::DtEnvValueToEmbarkationSlot().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by DtXmlUtils::MtlBindingCharToXml(), and DtXmlUtils::XmlBindingCharToMtl().
|
static |
Referenced by DtXmlUtils::MtlBindingCharToXml(), and DtXmlUtils::XmlBindingCharToMtl().