![]() |
VR-Forces 4.8 Class Documentation
|
A widget class for showing the map scale as 1 inch of screen size to N display units of terrain size. More...

Public Member Functions | |
| DtMapScaleToolbarWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. More... | |
| virtual | ~DtMapScaleToolbarWidget () |
| DTOR. More... | |
Public Attributes | |
| QLabel * | myTitle |
| QLabel * | myContents |
Protected Member Functions | |
| virtual void | updateScale () |
| Called each tick to update the map scale if the view resolution has changed for the current channel. More... | |
| virtual DtGuiEventProcessor & | guiEventProcessor () const |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| double | myLastViewResolution |
| makVrv::DtSignalConnectionManager | myConnections |
| double | myDpi |
| DtGuiEventProcessor * | myGuiEventProcessor |
A widget class for showing the map scale as 1 inch of screen size to N display units of terrain size.
| makVrf::DtMapScaleToolbarWidget::DtMapScaleToolbarWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
Called each tick to update the map scale if the view resolution has changed for the current channel.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
| QLabel* makVrf::DtMapScaleToolbarWidget::myTitle |
| QLabel* makVrf::DtMapScaleToolbarWidget::myContents |