![]() |
VR-Forces 4.0.4 Class Documentation
|
A Record of an IG instance. More...
Public Member Functions | |
| DtDeRecord () | |
| Default CTOR, don't use. | |
| DtDeRecord (const std::string &name, DtDeInitializer::DeMode mode, DtMessageClient *messageClient, const std::string &displayName="") | |
| CTOR. | |
| DtDeRecord (const DtDeRecord &record) | |
| Copy CTOR. | |
| DtDeRecord & | operator= (const DtDeRecord &record) |
| Assignment Op. | |
| ~DtDeRecord () | |
| DTOR. | |
| const std::string & | name () const |
| Get the IG's name. | |
| const std::string & | displayName () const |
| Get the IG's display engine name. | |
| void | setDisplayEngineName (const std::string &name) |
| Set the IG's display engine name. | |
| DtDeInitializer::DeMode | mode () const |
| Get the IG's mode. | |
| DtMessageClient * | messageClient () const |
| Get the message client. | |
Static Public Attributes | |
| static const int | FixedStringSize = 128 |
| Fixed size of string used when handshaking. | |
Protected Attributes | |
| std::string | myName |
| std::string | myDisplayEngineName |
| DtDeInitializer::DeMode | myMode |
| DtMessageClient * | myMessageClient |
A Record of an IG instance.
Default CTOR, don't use.
| makVrv::DtDeRecord::DtDeRecord | ( | const std::string & | name, |
| DtDeInitializer::DeMode | mode, | ||
| DtMessageClient * | messageClient, | ||
| const std::string & | displayName = "" |
||
| ) |
CTOR.
| makVrv::DtDeRecord::DtDeRecord | ( | const DtDeRecord & | record | ) |
Copy CTOR.
DTOR.
| DtDeRecord& makVrv::DtDeRecord::operator= | ( | const DtDeRecord & | record | ) |
Assignment Op.
| const std::string& makVrv::DtDeRecord::name | ( | void | ) | const [inline] |
Get the IG's name.
| const std::string& makVrv::DtDeRecord::displayName | ( | ) | const [inline] |
Get the IG's display engine name.
| "" | if the IG does not have a display. |
| void makVrv::DtDeRecord::setDisplayEngineName | ( | const std::string & | name | ) |
Set the IG's display engine name.
| DtDeInitializer::DeMode makVrv::DtDeRecord::mode | ( | ) | const [inline] |
Get the IG's mode.
| DtMessageClient* makVrv::DtDeRecord::messageClient | ( | ) | const [inline] |
Get the message client.
| 0 | There will not be a message client if the record is for the local IG instance. |
const int makVrv::DtDeRecord::FixedStringSize = 128 [static] |
Fixed size of string used when handshaking.
std::string makVrv::DtDeRecord::myName [protected] |
std::string makVrv::DtDeRecord::myDisplayEngineName [protected] |
DtDeInitializer::DeMode makVrv::DtDeRecord::myMode [protected] |
DtMessageClient* makVrv::DtDeRecord::myMessageClient [protected] |