![]() |
VR-Forces 5.0.2 Developer's Guide
|
DtTakeControlOfEntity class shows a list of functional groups that are applied for joystick/gamepad/keyboard control and allows the user to select the control(s) for this they want to take control of the entity for.

Public Member Functions | |
| DtTakeControlOfEntity (makVrv::DtDe &de, QWidget *parent=0, const Qt::WindowFlags &flags=Qt::Tool) | |
| virtual | ~DtTakeControlOfEntity () |
| virtual void | run (makVrv::DtUniqueID) |
| virtual std::string | selectedConfiguration () const |
Public Attributes | |
| QPushButton * | myOKButton |
| QPushButton * | myCancelButton |
| QLabel * | myLabel |
| QComboBox * | myConfigurations |
| QLabel * | myFavoriteConfiguration |
| std::map< std::string, QCheckBox * > | myFunctionalGroups |
Protected Slots | |
| virtual void | onCheckStateChanged () |
| virtual void | onConfigurationChanged () |
Protected Member Functions | |
| virtual void | accept () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| makVrv::DtUniqueID | myTakingControlOf |
| makVrf::DtTakeControlOfEntity::DtTakeControlOfEntity | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| const Qt::WindowFlags & | flags = Qt::Tool |
||
| ) |
CTOR.
|
virtual |
virtual DTOR
|
virtual |
Runs and sets up this dialog for the given entity.
|
virtual |
|
protectedvirtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
| QPushButton* makVrf::DtTakeControlOfEntity::myOKButton |
| QPushButton* makVrf::DtTakeControlOfEntity::myCancelButton |
| QLabel* makVrf::DtTakeControlOfEntity::myLabel |
| QComboBox* makVrf::DtTakeControlOfEntity::myConfigurations |
| QLabel* makVrf::DtTakeControlOfEntity::myFavoriteConfiguration |
| std::map<std::string, QCheckBox*> makVrf::DtTakeControlOfEntity::myFunctionalGroups |
|
protected |
|
protected |
|
protected |