![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| virtual | ~DtLastPointClickedWidget () |
| virtual QIcon | icon () |
| virtual makVrv::DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
| virtual void | setLocationByDatabaseClick (const DtVector &local) |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Public Member Functions inherited from makVrf::DtLastPointClickedWidgetInterface | |
| virtual | ~DtLastPointClickedWidgetInterface () |
Public Attributes | |
| DtLastPointInfoLocation * | myLocation |
| QLabel * | mySoilTypeLabel |
| QLabel * | mySoilTypeUnavailable |
| QComboBox * | mySoilType |
| QCheckBox * | myQuerySimEngine |
| QGridLayout * | mySoilTypeLayout |
Public Attributes inherited from makVrf::DtLastPointClickedWidgetInterface | |
| boost::signals2::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) | |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual void | setupGui () |
| virtual void | setXLabel (const QString &) |
| virtual void | setYLabel (const QString &) |
| virtual void | setZLabel (const QString &) |
| virtual void | setXValue (const QString &) |
| 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 &) |
| virtual void | setCoordinateSystem (const makArchives::DtDisplayUnitsSettingsRecord::CoordSys &coordSys) |
| virtual void | setCurrentAltitudeTypeSelection (int) |
| virtual void | clearSoilTypeInformation () |
| virtual void | addSoilTypeInformation (const QString &, const DtVector &) |
| virtual QString | currentSoilType () const |
| virtual void | setCurrentSoilType (const QString &) |
| virtual void | setSoilTypeInformationVisible (bool b) |
| virtual void | mergeSoilTypes (const QStringList &, const std::vector< DtVector > &) |
| virtual void | disableSoilType () |
| virtual void | enableSoilType () |
| virtual void | disable () |
| virtual void | enable () |
| virtual void | setSimEngineAvailable (bool) |
Protected Attributes | |
| std::string | myClassName |
| DtLastPointClickedWidgetLogic * | myLogic |
| std::vector< DtVector > | myIntersectionPoints |
| bool | mySoilTypeVisible |
| makVrv::DtSignalConnectionManager | myConnections |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Private Member Functions | |
| DtLastPointClickedWidget (const DtLastPointClickedWidget &orig) | |
| DtLastPointClickedWidget & | operator= (const DtLastPointClickedWidget &orig) |
Friends | |
| class | DtLastPointClickedWidgetCreator |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
|
virtual |
Destructor.
|
protected |
Constructor of the page.
|
private |
Not implemented.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
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 |
| QGridLayout* makVrf::DtLastPointClickedWidget::mySoilTypeLayout |