![]() |
VR-Forces 4.10 Class Documentation
|
Contains makVrv::DtPaperMapWidget class. More...

Public Member Functions | |
| DtPaperMapWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. More... | |
| virtual | ~DtPaperMapWidget () |
| virtual DTOR More... | |
| DtPaperMapWidget (DtPaperMapWidget &in)=delete | |
| Copy Constructor not implemented - Copy not allowed. More... | |
| DtPaperMapWidget & | operator= (const DtPaperMapWidget &)=delete |
| Assignment Operator not implemented - Assignment not allowed. More... | |
Public Member Functions inherited from makVrv::DtPaperMapWidgetInterface | |
| DtPaperMapWidgetInterface () | |
| CTOR. More... | |
| virtual | ~DtPaperMapWidgetInterface () |
| Virtual DTOR. More... | |
| DtPaperMapWidgetInterface (DtPaperMapWidgetInterface &in)=delete | |
| Copy Constructor not implemented - Copy not allowed. More... | |
| DtPaperMapWidgetInterface & | operator= (const DtPaperMapWidgetInterface &)=delete |
| Assignment Operator not implemented - Assignment not allowed. More... | |
Public Attributes | |
| QComboBox * | myLayerComboBox |
| QLabel * | myToolbarText |
Protected Slots | |
| virtual void | groupSelected (const QString &text) |
Protected Member Functions | |
| virtual int | numGroups () const |
| Returns the number of observers. More... | |
| virtual void | addGroup (std::string groupName) |
| Add a group to the list. More... | |
| virtual void | removeGroup (std::string groupName) |
| Remove a group from the list. More... | |
| virtual void | selectGroup (std::string groupName) |
| Select a group from the list. More... | |
| virtual void | reset () |
| Set layers to "default" and reset the DtOsgEarthPaperMapManager. More... | |
| virtual void | selectionEnabled (bool setting) |
| Enable/disable the selection box. More... | |
Protected Attributes | |
| DtDe & | myDe |
| DtPaperMapLogic * | myLogic |
Contains makVrv::DtPaperMapWidget class.
A widget that allows for display and selection of layer in a .earth osgEarth file. Communicates with the DtPaperMapLogic
| makVrv::DtPaperMapWidget::DtPaperMapWidget | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
virtual DTOR
|
delete |
Copy Constructor not implemented - Copy not allowed.
|
delete |
Assignment Operator not implemented - Assignment not allowed.
|
protectedvirtual |
Returns the number of observers.
|
protectedvirtual |
Add a group to the list.
Implements makVrv::DtPaperMapWidgetInterface.
|
protectedvirtual |
Remove a group from the list.
Implements makVrv::DtPaperMapWidgetInterface.
|
protectedvirtual |
Select a group from the list.
Implements makVrv::DtPaperMapWidgetInterface.
|
protectedvirtual |
Set layers to "default" and reset the DtOsgEarthPaperMapManager.
Implements makVrv::DtPaperMapWidgetInterface.
|
protectedvirtual |
Enable/disable the selection box.
Implements makVrv::DtPaperMapWidgetInterface.
|
protectedvirtualslot |
| QComboBox* makVrv::DtPaperMapWidget::myLayerComboBox |
| QLabel* makVrv::DtPaperMapWidget::myToolbarText |
|
protected |
|
protected |