![]() |
VR-Forces 4.0.4 Class Documentation
|
This class defines the dialog that allows the creation/update of point objects in the scenario (entities, props, waypoints) More...

Public Slots | |
| virtual void | slot_onShapeLocationsCellChanged (int, int) |
| Call to force the updating of a cell contents. | |
| virtual void | slot_altitudeTypeChanged () |
| Call to force update of display based on a change of altitude selection type. | |
Public Member Functions | |
| DtShapeObjectDefinitionDialog (makVrv::DtDe &de, QWidget *parent, const std::string title="", DtDialogInteractionMode mode=DtCreationMode) | |
| virtual | ~DtShapeObjectDefinitionDialog () |
| virtual void | init (const DtEntityType &, const std::string &title, bool forPlan, DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode, const DtVrfObjectManipulationManager::DtEditingType &) |
| virtual void | closeDialog () |
| virtual void | setLocationInGridFor (int row, const DtGeodeticCoord &, makVrv::DtSharedDisplayUnitsSettings::CoordSys=makArchives::DtDisplayUnitsSettingsRecord::End_CoordSys, makVrv::DtSharedDisplayUnitsSettings::DistanceUnits=makArchives::DtDisplayUnitsSettingsRecord::End_DistanceUnits) |
| Sets the location into the grid at the specified row, using the location entry widget for format. | |
| virtual void | addLocation (const DtVector &loc, int index=-1) |
| Add a new point. | |
| virtual void | removePoint (int) |
| virtual void | insertLocation (int index, const DtVector &loc) |
| virtual void | selectLocation (int index) |
| virtual DtGeodeticCoord | getLocation (int index) |
| Returns the location of the control point located at the given index. | |
| virtual QString | getName () |
| Returns the shape object's name. | |
| virtual void | hideDialog () |
| Hides the dialog. | |
| virtual int | selectedPointIndex () const |
| virtual int | rowCount () const |
| virtual void | setAltitudeAboveTerrain (bool) |
| Set altitude above terrain/sea level. | |
| virtual bool | altitudeAboveTerrain () const |
| virtual void | setName (const QString &name) |
| Sets the shape object's name. | |
| virtual void | setNameVisible (bool flag) |
| sets the name field to visible | |
| virtual void | setTitle (const QString &title) |
| virtual void | setCreateButtonEnabled (bool flag) |
| Enables/disables the create button. | |
| virtual void | setCreateButtonText (const QString &text) |
| virtual void | setCreateButtonVisible (bool flag) |
| Shows/hides the create button. | |
| virtual void | setUpdateButtonEnabled (bool flag) |
| Enables/disables the update button. | |
| virtual void | setUpdateButtonVisible (bool flag) |
| Shows/hides the update button. | |
| virtual void | setAllowOverlaySelection (bool flag) |
| virtual void | setUpdateButtonText (const QString &text) |
| virtual void | setDoneButtonEnabled (bool flag) |
| Enables/disables the Done button. | |
| virtual void | setDoneButtonVisible (bool flag) |
| Shows/hides the Done button. | |
| virtual void | setUpButtonVisible (bool flag) |
| virtual void | setDownButtonVisible (bool flag) |
| virtual void | setAddPointButtonVisible (bool flag) |
| virtual void | setAddPointButtonEnabled (bool flag) |
| virtual void | setAdjustAltitudeButtonVisible (bool flag) |
| virtual void | setAdjustAltitudeButtonEnabled (bool flag) |
| virtual void | setRemovePointButtonVisible (bool flag) |
| virtual void | setRemovePointButtonEnabled (bool flag) |
| virtual void | setControlButtonsVisible (bool flag) |
| virtual void | setAttachObjectToMouse (bool) |
| virtual DtDialogInteractionMode | interactionMode () |
| virtual void | populate (const makVrv::DtUniqueID &) |
| virtual void | populate (const DtCreateObjectCommand *cmd) |
| virtual bool | blockSignals (bool) |
| virtual void | addOverlay (const QString &name) |
| Add an overlay to the object's overlay. | |
| virtual void | removeOverlay (const QString &name) |
| Remove an overlay from the object's overlay. | |
| virtual void | renameOverlay (const QString &oldName, const QString &newName) |
| Rename an overlay int the object's overlay. | |
| virtual void | setOverlay (const QString &name) |
| Sets the point object's overlay. | |
| virtual void | clearOverlays () |
| virtual void | populateOverlays () |
| virtual void | populateForces () |
| virtual void | setAltitudeAboveTerrain (int row, double alt) |
| bool | attachedToMouse () const |
| virtual double | altitude (int) const |
| Returns an altitude at the given row. | |
| virtual void | setAltitude (int, double, bool blocked=false) |
| Regardless of the altitude selection, set the altitude to the specified value on the given row. | |
| virtual void | setAltitudeAllowed (bool) |
| Sets whether or not altitude items are shown. | |
| virtual void | setShowForces (bool) |
| Show forces combo. | |
| virtual void | setReadOnly (bool) |
| Sets read only the items on the dialog that should be when in mouse attach mode. | |
| virtual void | setReadOnly (int, bool) |
| Sets the row read only or not. | |
| virtual void | setXLabel (const QString &) |
| virtual void | setYLabel (const QString &) |
| virtual void | setZLabel (const QString &) |
| virtual void | adjustAltitudeAdjustmentDialogLabels () |
| virtual void | setupForCoordinateSystemAndUnits (makVrv::DtSharedDisplayUnitsSettings::CoordSys, makVrv::DtSharedDisplayUnitsSettings::DistanceUnits) |
| virtual void | refreshLocs () |
| virtual void | refreshLocs (const std::vector< DtGeodeticCoord > &) |
| virtual void | clearSelection () |
| virtual void | clearForces () |
| Clears out the force combo. | |
| virtual void | addForce (const QString &name, int force) |
| Adds a new force into the force combo. | |
| virtual void | setForce (int force) |
| Selects the force. | |
| virtual void | addExtension (QWidget *) |
| Add an extension to the dialog. Will add to current extension. | |
| virtual void | removeExtension (QWidget *) |
| Removes an extension. | |
| virtual void | showPropertiesDialog (bool) |
| Show/hide properties dialog for this item. | |
| virtual void | setTerrainProfileButtonEnabled (bool) |
| Enables/diables terrain profile show button. | |
| virtual void | setTerrainProfileButtonVisible (bool) |
Public Attributes | |
| Ui_ShapeObjectDefinitionWidgetUi | myUiImpl |
Protected Slots | |
| virtual void | slot_itemSelectionChanged () |
| virtual void | slot_onCreateButtonClicked () |
| virtual void | slot_onUpdateButtonClicked () |
| virtual void | slot_onDoneButtonClicked () |
| virtual void | slot_onNamePrefixEdited () |
| virtual void | slot_closePressed () |
| Gets called when the close button is pressed on the titleBarWidget. | |
| virtual void | slot_onBtnMoveDownClicked () |
| virtual void | slot_onBtnMoveUpClicked () |
| virtual void | slot_onBtnAddPointClicked () |
| virtual void | slot_onBtnRemovePointClicked () |
| virtual void | slot_onShapeLocationsCellEntered (int, int) |
| virtual void | slot_onOverlaysComboCurrentIndexChanged (int index) |
| virtual void | slot_onForceComboCurrentIndexChanged (int index) |
| virtual void | slot_attachedToMouseChanged () |
| virtual void | slot_onAdjustAltitudeClicked () |
| virtual void | slot_onShowTerrainProfile () |
Protected Member Functions | |
| virtual void | addLocationIntoList (const DtGeodeticCoord &loc, int pos=-1, makVrv::DtSharedDisplayUnitsSettings::CoordSys=makArchives::DtDisplayUnitsSettingsRecord::End_CoordSys, makVrv::DtSharedDisplayUnitsSettings::DistanceUnits=makArchives::DtDisplayUnitsSettingsRecord::End_DistanceUnits) |
| Inserts a new point for the shape at the given position. | |
| virtual void | setupGui () |
| Initializes the visuals of this object. | |
| virtual void | setupConnections () |
| virtual void | closeEvent (QCloseEvent *event) |
| This event gets automatically called when the widget is about to be closed. | |
| virtual QDialog * | createAltitudeAdjustmentDialog () |
| Creates the altitude adjustment dialog. | |
| virtual DtShapeObjectDefinitionDialogLogic * | createLogic () |
| Creates a new logic for this dialog. Override to return a subclass of the base logic. | |
Protected Attributes | |
| DtShapeObjectDefinitionDialogLogic * | myLogic |
| DtDialogInteractionMode | myInteractionMode |
| bool | myBlockSignals |
| bool | myAltitudeAllowed |
| QDialog * | myAltitudeAdjustmentDialog |
| QWidget * | myParent |
This class defines the dialog that allows the creation/update of point objects in the scenario (entities, props, waypoints)
| makVrf::DtShapeObjectDefinitionDialog::DtShapeObjectDefinitionDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const std::string | title = "", |
||
| DtDialogInteractionMode | mode = DtCreationMode |
||
| ) |
| virtual makVrf::DtShapeObjectDefinitionDialog::~DtShapeObjectDefinitionDialog | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::init | ( | const DtEntityType & | , |
| const std::string & | title, | ||
| bool | forPlan, | ||
| DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode | , | ||
| const DtVrfObjectManipulationManager::DtEditingType & | |||
| ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::closeDialog | ( | ) | [virtual] |
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setLocationInGridFor | ( | int | row, |
| const DtGeodeticCoord & | , | ||
| makVrv::DtSharedDisplayUnitsSettings::CoordSys | = makArchives::DtDisplayUnitsSettingsRecord::End_CoordSys, |
||
| makVrv::DtSharedDisplayUnitsSettings::DistanceUnits | = makArchives::DtDisplayUnitsSettingsRecord::End_DistanceUnits |
||
| ) | [virtual] |
Sets the location into the grid at the specified row, using the location entry widget for format.
| virtual void makVrf::DtShapeObjectDefinitionDialog::addLocation | ( | const DtVector & | loc, |
| int | index = -1 |
||
| ) | [virtual] |
Add a new point.
| virtual void makVrf::DtShapeObjectDefinitionDialog::removePoint | ( | int | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::insertLocation | ( | int | index, |
| const DtVector & | loc | ||
| ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::selectLocation | ( | int | index | ) | [virtual] |
| virtual DtGeodeticCoord makVrf::DtShapeObjectDefinitionDialog::getLocation | ( | int | index | ) | [virtual] |
Returns the location of the control point located at the given index.
| virtual QString makVrf::DtShapeObjectDefinitionDialog::getName | ( | ) | [virtual] |
Returns the shape object's name.
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::hideDialog | ( | ) | [virtual] |
Hides the dialog.
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual int makVrf::DtShapeObjectDefinitionDialog::selectedPointIndex | ( | ) | const [virtual] |
| virtual int makVrf::DtShapeObjectDefinitionDialog::rowCount | ( | ) | const [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAltitudeAboveTerrain | ( | bool | ) | [virtual] |
Set altitude above terrain/sea level.
| virtual bool makVrf::DtShapeObjectDefinitionDialog::altitudeAboveTerrain | ( | ) | const [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setName | ( | const QString & | name | ) | [virtual] |
Sets the shape object's name.
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setNameVisible | ( | bool | flag | ) | [virtual] |
sets the name field to visible
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setTitle | ( | const QString & | title | ) | [virtual] |
Reimplemented from makVrf::DtAutoHideDock.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setCreateButtonEnabled | ( | bool | flag | ) | [virtual] |
Enables/disables the create button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setCreateButtonText | ( | const QString & | text | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setCreateButtonVisible | ( | bool | flag | ) | [virtual] |
Shows/hides the create button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setUpdateButtonEnabled | ( | bool | flag | ) | [virtual] |
Enables/disables the update button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setUpdateButtonVisible | ( | bool | flag | ) | [virtual] |
Shows/hides the update button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAllowOverlaySelection | ( | bool | flag | ) | [virtual] |
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setUpdateButtonText | ( | const QString & | text | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setDoneButtonEnabled | ( | bool | flag | ) | [virtual] |
Enables/disables the Done button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setDoneButtonVisible | ( | bool | flag | ) | [virtual] |
Shows/hides the Done button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setUpButtonVisible | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setDownButtonVisible | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAddPointButtonVisible | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAddPointButtonEnabled | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAdjustAltitudeButtonVisible | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAdjustAltitudeButtonEnabled | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setRemovePointButtonVisible | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setRemovePointButtonEnabled | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setControlButtonsVisible | ( | bool | flag | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAttachObjectToMouse | ( | bool | ) | [virtual] |
| virtual DtDialogInteractionMode makVrf::DtShapeObjectDefinitionDialog::interactionMode | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::populate | ( | const makVrv::DtUniqueID & | ) | [virtual] |
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::populate | ( | const DtCreateObjectCommand * | cmd | ) | [virtual] |
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual bool makVrf::DtShapeObjectDefinitionDialog::blockSignals | ( | bool | ) | [virtual] |
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::addOverlay | ( | const QString & | name | ) | [virtual] |
Add an overlay to the object's overlay.
| virtual void makVrf::DtShapeObjectDefinitionDialog::removeOverlay | ( | const QString & | name | ) | [virtual] |
Remove an overlay from the object's overlay.
| virtual void makVrf::DtShapeObjectDefinitionDialog::renameOverlay | ( | const QString & | oldName, |
| const QString & | newName | ||
| ) | [virtual] |
Rename an overlay int the object's overlay.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setOverlay | ( | const QString & | name | ) | [virtual] |
Sets the point object's overlay.
| virtual void makVrf::DtShapeObjectDefinitionDialog::clearOverlays | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::populateOverlays | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::populateForces | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAltitudeAboveTerrain | ( | int | row, |
| double | alt | ||
| ) | [virtual] |
| virtual double makVrf::DtShapeObjectDefinitionDialog::altitude | ( | int | ) | const [virtual] |
Returns an altitude at the given row.
This might change given the current selection of above sea level or above ground is selected as the altitude is simply what is curently displayed in the GUI
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAltitude | ( | int | , |
| double | , | ||
| bool | blocked = false |
||
| ) | [virtual] |
Regardless of the altitude selection, set the altitude to the specified value on the given row.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setAltitudeAllowed | ( | bool | ) | [virtual] |
Sets whether or not altitude items are shown.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setShowForces | ( | bool | ) | [virtual] |
Show forces combo.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setReadOnly | ( | bool | ) | [virtual] |
Sets read only the items on the dialog that should be when in mouse attach mode.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setReadOnly | ( | int | , |
| bool | |||
| ) | [virtual] |
Sets the row read only or not.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setXLabel | ( | const QString & | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setYLabel | ( | const QString & | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setZLabel | ( | const QString & | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::adjustAltitudeAdjustmentDialogLabels | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::setupForCoordinateSystemAndUnits | ( | makVrv::DtSharedDisplayUnitsSettings::CoordSys | , |
| makVrv::DtSharedDisplayUnitsSettings::DistanceUnits | |||
| ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::refreshLocs | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::refreshLocs | ( | const std::vector< DtGeodeticCoord > & | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::clearSelection | ( | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::clearForces | ( | ) | [virtual] |
Clears out the force combo.
| virtual void makVrf::DtShapeObjectDefinitionDialog::addForce | ( | const QString & | name, |
| int | force | ||
| ) | [virtual] |
Adds a new force into the force combo.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setForce | ( | int | force | ) | [virtual] |
Selects the force.
Implements makVrf::DtCreateAndEditObjectDialogInterface.
| virtual void makVrf::DtShapeObjectDefinitionDialog::addExtension | ( | QWidget * | ) | [virtual] |
Add an extension to the dialog. Will add to current extension.
| virtual void makVrf::DtShapeObjectDefinitionDialog::removeExtension | ( | QWidget * | ) | [virtual] |
Removes an extension.
| virtual void makVrf::DtShapeObjectDefinitionDialog::showPropertiesDialog | ( | bool | ) | [virtual] |
Show/hide properties dialog for this item.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setTerrainProfileButtonEnabled | ( | bool | ) | [virtual] |
Enables/diables terrain profile show button.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setTerrainProfileButtonVisible | ( | bool | ) | [virtual] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::addLocationIntoList | ( | const DtGeodeticCoord & | loc, |
| int | pos = -1, |
||
| makVrv::DtSharedDisplayUnitsSettings::CoordSys | = makArchives::DtDisplayUnitsSettingsRecord::End_CoordSys, |
||
| makVrv::DtSharedDisplayUnitsSettings::DistanceUnits | = makArchives::DtDisplayUnitsSettingsRecord::End_DistanceUnits |
||
| ) | [protected, virtual] |
Inserts a new point for the shape at the given position.
If position is -1, the position is appended at the end of the list of points the shape is made of
| virtual void makVrf::DtShapeObjectDefinitionDialog::setupGui | ( | ) | [protected, virtual] |
Initializes the visuals of this object.
Reimplemented from makVrf::DtAutoHideDock.
Reimplemented in vrfCustomControlObjectExample::DtCustomControlObjectDefinitionDialog.
| virtual void makVrf::DtShapeObjectDefinitionDialog::setupConnections | ( | ) | [protected, virtual] |
Reimplemented in vrfCustomControlObjectExample::DtCustomControlObjectDefinitionDialog.
| virtual void makVrf::DtShapeObjectDefinitionDialog::closeEvent | ( | QCloseEvent * | event | ) | [protected, virtual] |
This event gets automatically called when the widget is about to be closed.
Reimplemented from makVrf::DtAutoHideDock.
| virtual QDialog* makVrf::DtShapeObjectDefinitionDialog::createAltitudeAdjustmentDialog | ( | ) | [protected, virtual] |
Creates the altitude adjustment dialog.
To prevent the need from having member variables defined for each dialog item, the dialog will name all the objects by their functionality, for example RadioButtonAdjustAltitudeBy, RadioButtonSetAltitudeAboveSeaLevel, RadioButtonSetAltitudeAboveTerrain, LineEditAltitude
| virtual DtShapeObjectDefinitionDialogLogic* makVrf::DtShapeObjectDefinitionDialog::createLogic | ( | ) | [protected, virtual] |
Creates a new logic for this dialog. Override to return a subclass of the base logic.
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onShapeLocationsCellChanged | ( | int | , |
| int | |||
| ) | [virtual, slot] |
Call to force the updating of a cell contents.
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_altitudeTypeChanged | ( | ) | [virtual, slot] |
Call to force update of display based on a change of altitude selection type.
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_itemSelectionChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onCreateButtonClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onUpdateButtonClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onDoneButtonClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onNamePrefixEdited | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_closePressed | ( | ) | [protected, virtual, slot] |
Gets called when the close button is pressed on the titleBarWidget.
Reimplemented from makVrf::DtAutoHideDock.
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onBtnMoveDownClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onBtnMoveUpClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onBtnAddPointClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onBtnRemovePointClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onShapeLocationsCellEntered | ( | int | , |
| int | |||
| ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onOverlaysComboCurrentIndexChanged | ( | int | index | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onForceComboCurrentIndexChanged | ( | int | index | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_attachedToMouseChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onAdjustAltitudeClicked | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtShapeObjectDefinitionDialog::slot_onShowTerrainProfile | ( | ) | [protected, virtual, slot] |
| Ui_ShapeObjectDefinitionWidgetUi makVrf::DtShapeObjectDefinitionDialog::myUiImpl |
QWidget* makVrf::DtShapeObjectDefinitionDialog::myParent [protected] |