Functions |
| const std::string | CFG_VERSION ("3.0") |
| | The current version of the configuration file format. More...
|
| const std::string | SETTINGS_INSTRUCTION ("org-vrjuggler-jccl-settings") |
| const std::string | CFG_VERSION_ATTR ("configuration.version") |
| const std::string | CONFIG_DB_VERSION_ATTR ("config.db.version") |
| const std::string | CFG_NS_str ("http://www.vrjuggler.org/jccl/xsd/"+CFG_VERSION+"/configuration") |
| | The XML namespace for configuration file content. More...
|
| const std::string | CFG_SCHEMA (CFG_NS_str+".xsd") |
| | The name of the XML Schema file for the configuration file format. More...
|
| const std::string | CONFIGURATION ("configuration") |
| const std::string | DEFINITION_PATH ("definition_path") |
| const std::string | DIR ("dir") |
| const std::string | ELEMENTS ("elements") |
| const std::string | INCLUDE ("include") |
| const std::string | NAME ("name") |
| const std::string | VERSION ("version") |