![]() |
VR-Forces 5.0.2 Developer's Guide
|
A widget class for managing simulation back-ends.

Public Member Functions | |
| DtBackEndSelectionCombo (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| virtual | ~DtBackEndSelectionCombo () |
| virtual DtSimulationAddress | simulationAddress () const |
| virtual void | setSimulationAddress (const DtSimulationAddress &) |
| virtual void | setAllowAutomaticSelection (bool) |
| bool | allowAutomaticSelection () const |
| virtual int | backendCount () const |
| virtual bool | hasBackend (const DtSimulationAddress &) const |
| virtual void | setCanChangeSelectedBackend (bool) |
Public Member Functions inherited from makVrf::DtBackEndSelectionListInterface | |
| virtual | ~DtBackEndSelectionListInterface () |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| QLabel * | myLabel |
| QComboBox * | myBackEnds |
Public Attributes inherited from makVrf::DtBackEndSelectionListInterface | |
| boost::signalslib::signal < void(const DtSimulationAddress &)> | signal_backEndSelected |
Protected Slots | |
| virtual void | onItemSelectionChanged () |
Protected Member Functions | |
| void | setupUi (QWidget *p) |
| 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 |
| makVrf::DtBackEndSelectionCombo::DtBackEndSelectionCombo | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
virtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
virtual |
Whether or not the "Automatic" back-end will show as a selection. This will only show if there is more than one back-end (and will be removed if there was more than one back-end and one back-end only becomes available)
Implements makVrf::DtBackEndSelectionListInterface.
| bool makVrf::DtBackEndSelectionCombo::allowAutomaticSelection | ( | ) | const |
|
virtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
virtual |
Implements makVrf::DtBackEndSelectionListInterface.
|
virtual |
Whether or not changing this combo box will also change the system wide currently selected back-end. Default is true.
Implements makVrf::DtBackEndSelectionListInterface.
|
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 |