![]() |
VR-Forces Developer's Guide
|
This owns a list of channel configurations.

Public Types | |
| enum | WindowType { NoWindow, Window, FullscreenWindow, EmbeddedWindow } |
Public Types inherited from makVrv::DtConfiguration | |
| typedef std::map< std::string, std::string > | ParameterMap |
Static Public Attributes | |
| static const char * | DefaultWindowString |
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 | |
| DtChannelConfigurations | myChannelConfigurations |
| WindowType | myWindowType |
| bool | myStaysOnTop |
| int | myScreenNumber |
| int | myX |
| int | myY |
| unsigned int | myWidth |
| unsigned int | myHeight |
| bool | myFixedSizeFlag |
Protected Attributes inherited from makVrv::DtConfiguration | |
| std::string | myName |
| ParameterMap | myOptionalParameters |
| DtProxyWP | myAttachedInterface |
| makVrv::DtWindowConfiguration::DtWindowConfiguration | ( | const std::string & | name = DefaultWindowString | ) |
CTOR A window will start with a single default channel configuration.
| makVrv::DtWindowConfiguration::DtWindowConfiguration | ( | const DtWindowConfiguration & | copy | ) |
Copy CTOR All channels configurations are duplicated (not shared).
|
virtual |
DTOR.
| DtWindowConfiguration& makVrv::DtWindowConfiguration::operator= | ( | const DtWindowConfiguration & | copy | ) |
Assignment OP All channels configurations are duplicated (not shared).
| DtChannelConfigurations& makVrv::DtWindowConfiguration::channelConfigurations | ( | ) |
Get the channel configurations for this window.
| const DtChannelConfigurations& makVrv::DtWindowConfiguration::channelConfigurations | ( | ) | const |
Get the channel configurations for this window.
| WindowType makVrv::DtWindowConfiguration::windowType | ( | ) | const |
WindowType accessor.
| void makVrv::DtWindowConfiguration::setWindowType | ( | WindowType | wt | ) |
WindowType setter.
| bool makVrv::DtWindowConfiguration::windowStaysOnTop | ( | ) | const |
Window stays on top accessor.
| void makVrv::DtWindowConfiguration::setWindowStaysOnTop | ( | bool | stayOnTop | ) |
Window stays on top setter.
| int makVrv::DtWindowConfiguration::screenNumber | ( | ) | const |
Get the window number the window is configured for.
| void makVrv::DtWindowConfiguration::setScreenNumber | ( | int | number | ) |
Set the window number to place the window. If the system is configured with only one window this number is ignored.
| int makVrv::DtWindowConfiguration::x | ( | ) | const |
Get the x coordinate (screen space) of the window's top left corner.
| int makVrv::DtWindowConfiguration::y | ( | ) | const |
Get the y coordinate (screen space) of the window's top left corner.
Set the x & y coordinates (screen space) of the window's top left corner.
Set the window size.
| bool makVrv::DtWindowConfiguration::isFixedSize | ( | ) | const |
Get if the window should be fixed size.
| void makVrv::DtWindowConfiguration::setFixedSize | ( | bool | fixed | ) |
Set if the window is fixed size.
|
inlineprotected |
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.
References DT_SERIALIZE_BASE, and DT_SERIALIZE_MEMBER.
|
static |
|
protected |
All copy semantics members.
Default has a single default channel.
|
protected |
Default is Window.
|
protected |
Default is false.
|
protected |
Default is 0.
|
protected |
Default is 100.
|
protected |
Default is 100.
|
protected |
Default is False.