![]() |
VR-Forces 4.7 Class Documentation
|
The logic for creating a connection list. More...
Public Member Functions | |
| DtConnectionListLogic (DtDe &de, DtConnectionListInterface &guiInterface) | |
| CTOR. | |
| ~DtConnectionListLogic () | |
| DTOR. | |
Protected Member Functions | |
| void | onCurrentDriverChanged (const std::string &driver) |
| On when the current driver has changed. | |
| void | onCurrentDriverConnect () |
| Handle when the current driver connects. | |
| void | onSetCurrentDriverAsAutoDriver () |
| void | onSetDriverAsAutoDriver (const std::string &driver) |
| void | onDriverCreated (DtDriver &con) |
| void | onDriverDestroyed (DtDriver &con) |
| void | onDriverStopped (DtDriver &con) |
| void | onDriverStarted (DtDriver &con) |
| void | updateInterface () |
| void | onAutoDriverChanaged (const std::string &driver) |
Protected Attributes | |
| DtDe & | myDe |
| DtConnectionListInterface & | myInterface |
| DtDriver * | myCurrentDriver |
The logic for creating a connection list.
Only connections which return 'true' from the isUserControllable function will be displayed.
| makVrv::DtConnectionListLogic::DtConnectionListLogic | ( | DtDe & | de, |
| DtConnectionListInterface & | guiInterface | ||
| ) |
CTOR.
| makVrv::DtConnectionListLogic::~DtConnectionListLogic | ( | ) |
DTOR.
|
protected |
On when the current driver has changed.
|
protected |
Handle when the current driver connects.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |