![]() |
VR-Forces 4.6.1 Class Documentation
|
A widget class for managing simulation back-ends. More...

Public Member Functions | |
| DtBackEndSelectionCombo (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtBackEndSelectionCombo () |
| DTOR. | |
| virtual DtSimulationAddress | simulationAddress () const |
| virtual void | setSimulationAddress (const DtSimulationAddress &) |
Public Member Functions inherited from makVrf::DtBackEndSelectionListInterface | |
| virtual | ~DtBackEndSelectionListInterface () |
| Virtual DTOR. | |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| QLabel * | myLabel |
| QComboBox * | myBackEnds |
Public Attributes inherited from makVrf::DtBackEndSelectionListInterface | |
| boost::signal< void(const DtSimulationAddress &)> | signal_backEndSelected |
Protected Slots | |
| virtual void | onItemSelectionChanged () |
Protected Member Functions | |
| void | setupUi (QWidget *p) |
| Sets up the contents of the widget onto the supplied parent. | |
| virtual void | addBackend (const std::string &backend, const DtBackend &) |
| virtual void | removeBackend (const std::string &backend) |
| virtual std::string | statusFor (const std::string &backend) |
| virtual void | setStatusFor (const std::string &backend, const std::string &status) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtBackEndSelectionListLogic * | myLogic |
A widget class for managing simulation back-ends.
| makVrf::DtBackEndSelectionCombo::DtBackEndSelectionCombo | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
|
protected |
Sets up the contents of the widget onto the supplied parent.
|
protectedvirtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
protectedvirtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
protectedvirtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
protectedvirtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
protectedvirtualslot |
|
protected |
|
protected |
| QHBoxLayout* makVrf::DtBackEndSelectionCombo::myMainLayout |
| QLabel* makVrf::DtBackEndSelectionCombo::myLabel |
| QComboBox* makVrf::DtBackEndSelectionCombo::myBackEnds |