![]() |
VR-Forces 4.1.1 Class Documentation
|

Public Member Functions | |
| virtual | ~DtLastPointClickedWidget () |
| Destructor. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Public Member Functions inherited from makVrf::DtLastPointClickedWidgetInterface | |
| virtual | ~DtLastPointClickedWidgetInterface () |
| Destructor. | |
Public Attributes | |
| DtLastPointInfoLocation * | myLocation |
Protected Member Functions | |
| DtLastPointClickedWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor of the page. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
| virtual void | setupGui () |
| Called from constructor. | |
| virtual void | setXLabel (const QString &) |
| Sets label titles. | |
| virtual void | setYLabel (const QString &) |
| virtual void | setZLabel (const QString &) |
| virtual void | setXValue (const QString &) |
| Sets values. | |
| virtual void | setYValue (const QString &) |
| virtual QString | xValue () const |
| virtual QString | yValue () const |
| virtual QString | zValue () const |
| virtual DtVector | location () const |
| virtual void | setLocation (const DtVector &) |
| Sets the location in the location widget. | |
| virtual void | setCoordinateSystem (const makArchives::DtDisplayUnitsSettingsRecord::CoordSys &coordSys) |
| Sets the coordinate system. | |
| virtual void | setCurrentAltitudeTypeSelection (int) |
| Set the selection type. | |
Protected Attributes | |
| std::string | myClassName |
| DtLastPointClickedWidgetLogic * | myLogic |
| Pointer to our logic handler. | |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Private Member Functions | |
| DtLastPointClickedWidget (const DtLastPointClickedWidget &orig) | |
| Not implemented. | |
| DtLastPointClickedWidget & | operator= (const DtLastPointClickedWidget &orig) |
| Not implemented. | |
Friends | |
| class | DtLastPointClickedWidgetCreator |
| Let the creator create the page. | |
|
virtual |
Destructor.
|
protected |
Constructor of the page.
|
private |
Not implemented.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtual |
Called from constructor.
|
protectedvirtual |
Sets label titles.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Sets values.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Sets the location in the location widget.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Sets the coordinate system.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Set the selection type.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
private |
Not implemented.
|
friend |
Let the creator create the page.
|
protected |
|
protected |
Pointer to our logic handler.
| DtLastPointInfoLocation* makVrf::DtLastPointClickedWidget::myLocation |