![]() |
VR-Forces 4.0.4 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. | |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| QLabel * | myLabel |
| QComboBox * | myBackEnds |
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 makVrf::DtBackEndSelectionCombo::~DtBackEndSelectionCombo | ( | ) | [virtual] |
DTOR.
| void makVrf::DtBackEndSelectionCombo::setupUi | ( | QWidget * | p | ) | [protected] |
Sets up the contents of the widget onto the supplied parent.
| virtual void makVrf::DtBackEndSelectionCombo::addBackend | ( | const std::string & | backend, |
| const DtBackend & | |||
| ) | [protected, virtual] |
Implements makVrf::DtBackEndSelectionListInterface.
| virtual void makVrf::DtBackEndSelectionCombo::removeBackend | ( | const std::string & | backend | ) | [protected, virtual] |
Implements makVrf::DtBackEndSelectionListInterface.
| virtual std::string makVrf::DtBackEndSelectionCombo::statusFor | ( | const std::string & | backend | ) | [protected, virtual] |
Implements makVrf::DtBackEndSelectionListInterface.
| virtual void makVrf::DtBackEndSelectionCombo::setStatusFor | ( | const std::string & | backend, |
| const std::string & | status | ||
| ) | [protected, virtual] |
Implements makVrf::DtBackEndSelectionListInterface.
| virtual void makVrf::DtBackEndSelectionCombo::onItemSelectionChanged | ( | ) | [protected, virtual, slot] |
makVrv::DtDe& makVrf::DtBackEndSelectionCombo::myDe [protected] |
| QHBoxLayout* makVrf::DtBackEndSelectionCombo::myMainLayout |