![]() |
VR-Forces 4.0.4 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 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. | |
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 makVrf::DtLastPointClickedWidget::~DtLastPointClickedWidget | ( | ) | [virtual] |
Destructor.
| makVrf::DtLastPointClickedWidget::DtLastPointClickedWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) | [protected] |
Constructor of the page.
| makVrf::DtLastPointClickedWidget::DtLastPointClickedWidget | ( | const DtLastPointClickedWidget & | orig | ) | [private] |
Not implemented.
| virtual QIcon makVrf::DtLastPointClickedWidget::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrf::DtLastPointClickedWidget::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrf::DtLastPointClickedWidget::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| virtual void makVrf::DtLastPointClickedWidget::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrf::DtLastPointClickedWidget::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
| virtual void makVrf::DtLastPointClickedWidget::setupGui | ( | ) | [protected, virtual] |
Called from constructor.
| virtual void makVrf::DtLastPointClickedWidget::setXLabel | ( | const QString & | ) | [protected, virtual] |
Sets label titles.
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setYLabel | ( | const QString & | ) | [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setZLabel | ( | const QString & | ) | [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setXValue | ( | const QString & | ) | [protected, virtual] |
Sets values.
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setYValue | ( | const QString & | ) | [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual QString makVrf::DtLastPointClickedWidget::xValue | ( | ) | const [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual QString makVrf::DtLastPointClickedWidget::yValue | ( | ) | const [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual QString makVrf::DtLastPointClickedWidget::zValue | ( | ) | const [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual DtVector makVrf::DtLastPointClickedWidget::location | ( | ) | const [protected, virtual] |
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setLocation | ( | const DtVector & | ) | [protected, virtual] |
Sets the location in the location widget.
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setCoordinateSystem | ( | const makArchives::DtDisplayUnitsSettingsRecord::CoordSys & | coordSys | ) | [protected, virtual] |
Sets the coordinate system.
Implements makVrf::DtLastPointClickedWidgetInterface.
| virtual void makVrf::DtLastPointClickedWidget::setCurrentAltitudeTypeSelection | ( | int | ) | [protected, virtual] |
Set the selection type.
Implements makVrf::DtLastPointClickedWidgetInterface.
| DtLastPointClickedWidget& makVrf::DtLastPointClickedWidget::operator= | ( | const DtLastPointClickedWidget & | orig | ) | [private] |
Not implemented.
friend class DtLastPointClickedWidgetCreator [friend] |
Let the creator create the page.
std::string makVrf::DtLastPointClickedWidget::myClassName [protected] |
Pointer to our logic handler.