![]() |
VR-Forces 4.0.4 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 Attributes | |
| QHBoxLayout * | myMainLayout |
| QLabel * | myLabel |
| QComboBox * | myOverlays |
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 makVrf::DtVrfOverlaySelectionCombo::~DtVrfOverlaySelectionCombo | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtVrfOverlaySelectionCombo::addOverlay | ( | const std::string & | name | ) | [virtual] |
Adds an overlay with the given name.
Implements makVrf::DtVrfOverlaySelectionListInterface.
| virtual void makVrf::DtVrfOverlaySelectionCombo::removeOverlay | ( | const std::string & | name | ) | [virtual] |
Removes the overlay with the given name.
Implements makVrf::DtVrfOverlaySelectionListInterface.
| virtual void makVrf::DtVrfOverlaySelectionCombo::renameOverlay | ( | const std::string & | oldName, |
| const std::string & | newName | ||
| ) | [virtual] |
Renames the overlay with the oldName to newName.
Implements makVrf::DtVrfOverlaySelectionListInterface.
| virtual void makVrf::DtVrfOverlaySelectionCombo::selectOverlay | ( | const std::string & | name | ) | [virtual] |
Selects the overlay matching the given name.
Implements makVrf::DtVrfOverlaySelectionListInterface.
| void makVrf::DtVrfOverlaySelectionCombo::setupUi | ( | QWidget * | p | ) | [protected] |
Sets up the contents of the widget onto the supplied parent.
| virtual void makVrf::DtVrfOverlaySelectionCombo::onItemSelectionChanged | ( | ) | [protected, virtual, slot] |
makVrv::DtDe& makVrf::DtVrfOverlaySelectionCombo::myDe [protected] |
| QHBoxLayout* makVrf::DtVrfOverlaySelectionCombo::myMainLayout |