![]() |
VR-Forces 4.3.1 Class Documentation
|
A widget class for managing overlays. More...

Public Member Functions | |
| DtVrfOverlaySelectionCombo (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtVrfOverlaySelectionCombo () |
| DTOR. | |
| virtual void | addOverlay (const std::string &name) |
| Adds an overlay with the given name. | |
| virtual void | removeOverlay (const std::string &name) |
| Removes the overlay with the given name. | |
| virtual void | renameOverlay (const std::string &oldName, const std::string &newName) |
| Renames the overlay with the oldName to newName. | |
| virtual void | selectOverlay (const std::string &name) |
| Selects the overlay matching the given name. | |
Public Member Functions inherited from makVrf::DtVrfOverlaySelectionListInterface | |
| virtual | ~DtVrfOverlaySelectionListInterface () |
| Virtual DTOR. | |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| QLabel * | myLabel |
| QComboBox * | myOverlays |
Public Attributes inherited from makVrf::DtVrfOverlaySelectionListInterface | |
| boost::signal< void(const std::string &)> | signal_overlaySelected |
Protected Slots | |
| virtual void | onItemSelectionChanged () |
Protected Member Functions | |
| void | setupUi (QWidget *p) |
| Sets up the contents of the widget onto the supplied parent. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtVrfOverlaySelectionListLogic * | myLogic |
A widget class for managing overlays.
| makVrf::DtVrfOverlaySelectionCombo::DtVrfOverlaySelectionCombo | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Adds an overlay with the given name.
Implements makVrf::DtVrfOverlaySelectionListInterface.
|
virtual |
Removes the overlay with the given name.
Implements makVrf::DtVrfOverlaySelectionListInterface.
|
virtual |
Renames the overlay with the oldName to newName.
Implements makVrf::DtVrfOverlaySelectionListInterface.
|
virtual |
Selects the overlay matching the given name.
Implements makVrf::DtVrfOverlaySelectionListInterface.
|
protected |
Sets up the contents of the widget onto the supplied parent.
|
protectedvirtualslot |
|
protected |
|
protected |
| QHBoxLayout* makVrf::DtVrfOverlaySelectionCombo::myMainLayout |
| QLabel* makVrf::DtVrfOverlaySelectionCombo::myLabel |
| QComboBox* makVrf::DtVrfOverlaySelectionCombo::myOverlays |