Functions |
| const std::string | DEF_VERSION ("3.0") |
| | The current version of the configuration definition file format. More...
|
| const std::string | SETTINGS_INSTRUCTION ("org-vrjuggler-jccl-settings") |
| const std::string | DEF_VERSION_ATTR ("definition.version") |
| const std::string | DESC_DB_VERSION_ATTR ("desc.db.version") |
| const std::string | DEF_NS_str ("http://www.vrjuggler.org/jccl/xsd/"+DEF_VERSION+"/definition") |
| | The XML namespace for configuration file content. More...
|
| const std::string | DEF_SCHEMA (DEF_NS_str+".xsd") |
| | The name of the XML Schema file for the definition file format. More...
|
| const std::string | DEFAULTVALUE ("defaultvalue") |
| const std::string | DEFINITION ("definition") |
| const std::string | DEFINITION_VERSION ("definition_version") |
| const std::string | PARENT ("parent") |
| const std::string | ENUM ("enum") |
| const std::string | HELP ("help") |
| const std::string | LABEL ("label") |
| const std::string | NAME ("name") |
| const std::string | PROPERTY ("property") |
| const std::string | VALUE ("value") |
| const std::string | VALUETYPE ("valuetype") |
| const std::string | VERSION ("version") |