![]() |
VR-Forces 5.0.2 Developer's Guide
|
This owns a list of window configurations.
You can use the –dispSetting command line argument and pass the .dcx file on the command line.
Or you can create a display configuration programtically (please see exampleConfiguration for how to do that).
If you want to load a .dcx programatically, you can use the following code:

Static Public Attributes | |
| static const char * | DefaultDisplayString |
Protected Member Functions | |
| template<class Archive > | |
| void | _serialize (Archive &ar, const unsigned int version) |
Protected Member Functions inherited from makVrv::DtConfiguration | |
| template<class Archive > | |
| void | _serialize (Archive &ar, const unsigned int version) |
Protected Attributes | |
| DtWindowConfigurations | myWindowConfigurations |
Protected Attributes inherited from makVrv::DtConfiguration | |
| std::string | myName |
| ParameterMap | myOptionalParameters |
| DtProxyWP | myAttachedInterface |
Additional Inherited Members | |
Public Types inherited from makVrv::DtConfiguration | |
| typedef std::map< std::string, std::string > | ParameterMap |
| makVrv::DtDisplayConfiguration::DtDisplayConfiguration | ( | const std::string & | name = DefaultDisplayString | ) |
CTOR.
| makVrv::DtDisplayConfiguration::DtDisplayConfiguration | ( | const DtDisplayConfiguration & | copy | ) |
Copy CTOR.
|
virtual |
DTOR.
| DtDisplayConfiguration& makVrv::DtDisplayConfiguration::operator= | ( | const DtDisplayConfiguration & | copy | ) |
Assignment Operator.
| DT_DECLARE_ALL_serialize_FUNCTIONS DtWindowConfigurations& makVrv::DtDisplayConfiguration::windowConfigurations | ( | ) |
Declare serialize functions Call via serialize(Archive ar, unsigned int version); Where Archive can be any of : xml_oarchive,xml_iarchive,binary_oarchive binary_iarchive,text_oarchive, or text_iarchive.
Returns myWindowConfigurations.
| const DtWindowConfigurations& makVrv::DtDisplayConfiguration::windowConfigurations | ( | ) | const |
|
inlineprotected |
References DT_SERIALIZE_BASE, and DT_SERIALIZE_MEMBER.
|
static |
A static point to a string which is used as the default name for displays, "Display".
|
protected |