![]() |
VR-Forces Development_Version 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. | |
| virtual void | setLocationByDatabaseClick (const DtVector &local) |
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 |
| QLabel * | mySoilTypeLabel |
| QLabel * | mySoilTypeUnavailable |
| QComboBox * | mySoilType |
| QCheckBox * | myQuerySimEngine |
Public Attributes inherited from makVrf::DtLastPointClickedWidgetInterface | |
| boost::signal< void(bool)> | signal_querySimEngineChanged |
Protected Slots | |
| virtual void | soilTypeSelected () |
| virtual void | querySimEngineChanged () |
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. | |
| virtual void | clearSoilTypeInformation () |
| Clears out any soil type information and sets to "Unavailable". | |
| virtual void | addSoilTypeInformation (const QString &, const DtVector &) |
| Adds a soil type string and an intersection point. Vector is in local coordinates. | |
| virtual QString | currentSoilType () const |
| Returns the currently selected soil type name. | |
| virtual void | setCurrentSoilType (const QString &) |
| Selects the current soil type. | |
| virtual void | setSoilTypeInformationVisible (bool b) |
| Sets whether or not soil type information is visible. | |
| virtual void | mergeSoilTypes (const QStringList &, const std::vector< DtVector > &) |
| Merges in soil type changes, keeping old soil types (replacing with new values), removing those that are not used and adding those that are. | |
| virtual void | disableSoilType () |
| Disable/enable soil type pulldown. | |
| virtual void | enableSoilType () |
| virtual void | disable () |
| Diable/enable widget. | |
| virtual void | enable () |
| virtual void | setSimEngineAvailable (bool) |
Protected Attributes | |
| std::string | myClassName |
| DtLastPointClickedWidgetLogic * | myLogic |
| Pointer to our logic handler. | |
| std::vector< DtVector > | myIntersectionPoints |
| bool | mySoilTypeVisible |
| makVrv::DtSignalConnectionManager | myConnections |
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.
|
virtual |
|
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.
|
protectedvirtual |
Clears out any soil type information and sets to "Unavailable".
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Adds a soil type string and an intersection point. Vector is in local coordinates.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Returns the currently selected soil type name.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Selects the current soil type.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Sets whether or not soil type information is visible.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Merges in soil type changes, keeping old soil types (replacing with new values), removing those that are not used and adding those that are.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Disable/enable soil type pulldown.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Diable/enable widget.
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtual |
Implements makVrf::DtLastPointClickedWidgetInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
private |
Not implemented.
|
friend |
Let the creator create the page.
|
protected |
|
protected |
Pointer to our logic handler.
|
protected |
|
protected |
|
protected |
| DtLastPointInfoLocation* makVrf::DtLastPointClickedWidget::myLocation |
| QLabel* makVrf::DtLastPointClickedWidget::mySoilTypeLabel |
| QLabel* makVrf::DtLastPointClickedWidget::mySoilTypeUnavailable |
| QComboBox* makVrf::DtLastPointClickedWidget::mySoilType |
| QCheckBox* makVrf::DtLastPointClickedWidget::myQuerySimEngine |