This class defines the dialog that allows the switch of dynamic terrain states at a point on the terrain.
More...
|
| | DtDynamicTerrainSwitchDialog (makVrv::DtDe &de, QWidget *parent, const QString &title="", DtDialogInteractionMode mode=DtCreationMode) |
| |
| virtual | ~DtDynamicTerrainSwitchDialog () |
| |
| virtual void | init (const DtEntityType &, DtCreateAndEditObjectDialogInterface::DtDialogInteractionMode) |
| |
virtual
DtPointObjectDefinitionDialogLogic * | createLogic () |
| | Creates a new logic for this dialog. Override to return a subclass of the base logic. More...
|
| |
| virtual void | setupGui () |
| | Initializes the visuals of this object. More...
|
| |
| | DtPointObjectDefinitionDialog (makVrv::DtDe &de, QWidget *parent, const QString &title="", DtDialogInteractionMode mode=DtCreationMode, const std::string &className="DtPointObjectDefinitionDialog") |
| |
| virtual | ~DtPointObjectDefinitionDialog () |
| |
| virtual void | closeDialog () |
| |
| virtual QString | getName () |
| | Returns the point object's name. More...
|
| |
| virtual double | getHeading () |
| | Returns the point object's heading. More...
|
| |
| virtual double | getPitch () |
| | Returns the point object's pitch. More...
|
| |
| virtual DtVector | getLocation () |
| | Returns the point object's location. More...
|
| |
| virtual double | getAltitudeAboveSeaLevel () const |
| |
| virtual void | setEmbarkationAllowed (bool flag) |
| | Sets whether or not attachment (embarkation) of this object is allowed on another object. More...
|
| |
| virtual void | setEmbarkationWidgetVisible (bool flag) |
| | Sets whether or not attachment (embarkation) is vibiel. More...
|
| |
| virtual double | getAltitudeAboveGroundLevel () const |
| |
| virtual void | setHeading (double heading) |
| | Sets the point object's heading. More...
|
| |
| virtual void | setPitch (double heading) |
| | Sets the point object's pitch. More...
|
| |
| virtual void | setAltitudeAboveTerrain (double altitude) |
| |
| virtual void | setAltitudeAboveSeaLevel (double altitude) |
| |
| virtual void | setLocation (const DtVector &pt, bool resetAltitude=true) |
| | Sets the point object's location. More...
|
| |
| virtual void | setName (const QString &name) |
| | Sets the point object's name. More...
|
| |
| virtual void | setLabel (const QString &name) |
| | Sets the point object's label. More...
|
| |
| virtual void | setExtendedLabels (const std::map< int, DtString > &lab) |
| | Sets the point object's extended labels. More...
|
| |
| virtual void | addOverlay (const QString &name, bool translate=true) |
| | Add an overlay to the object's overlay. More...
|
| |
| virtual void | removeOverlay (const QString &name) |
| | Remove an overlay from the object's overlay. More...
|
| |
| virtual void | renameOverlay (const QString &oldName, const QString &newName) |
| | Rename an overlay int the object's overlay. More...
|
| |
| virtual void | setOverlay (const QString &name) |
| | Sets the point object's overlay. More...
|
| |
| virtual void | setPublishObjectVisible (bool) |
| |
| virtual void | setPublishObject (bool) |
| |
| virtual bool | publishObject () const |
| |
| virtual void | refreshLabels () |
| |
| virtual void | clearOverlays () |
| |
| virtual void | setNameVisible (bool flag) |
| | sets the name field to visible More...
|
| |
| virtual void | setSetActivationTimeVisible (bool flag) |
| |
| virtual void | setHeadingVisible (bool flag) |
| |
| virtual void | setPitchVisible (bool flag) |
| |
| virtual void | setHeadingDecimalPlaces (int decimalPlaces) |
| | Called by DtPointObjectDefinitionDialogLogic::refreshLabels to set the number of decimal places based on the DtSharedDisplayUnitsSettings. More...
|
| |
| virtual void | setHeadingStep (double) |
| | Sets the step value of the heading spin. More...
|
| |
| virtual void | setAllowOverlaySelection (bool flag) |
| |
| virtual void | setAllowVisualMetaDataSelection (bool flag) |
| |
| virtual void | setTitle (const QString &title) |
| |
| virtual void | setCreateButtonEnabled (bool flag) |
| | Enables/disables the create button. More...
|
| |
| virtual void | setCreateButtonText (const QString &text) |
| |
| virtual void | setCreateButtonVisible (bool flag) |
| | Shows/hides the create button. More...
|
| |
| virtual void | setUpdateButtonEnabled (bool flag) |
| | Enables/disables the update button. More...
|
| |
| virtual void | setUpdateButtonText (const QString &text) |
| | Enables/disables the update button. More...
|
| |
| virtual void | setUpdateButtonVisible (bool flag) |
| | Shows/hides the update button. More...
|
| |
| virtual void | setCancelButtonEnabled (bool flag) |
| | Enables/disables the Done button. More...
|
| |
| virtual void | setCancelButtonVisible (bool flag) |
| | Shows/hides the Done button. More...
|
| |
| virtual void | setNameLabel (const QString &text) |
| | Sets the name label. More...
|
| |
| virtual void | setCancelButtonText (const QString &text) |
| |
| virtual void | setAttachObjectToMouseVisible (bool flag) |
| | Shows/hides the check to enable/disable the mouse click preview. More...
|
| |
| virtual void | setAttachObjectToMouseChecked (bool flag) |
| |
| virtual bool | attachObjectToMouseEnabled () |
| |
| virtual void | setLabelEntryVisible (bool) |
| |
| virtual void | setAttachObjectToMouseEnabled (bool flag) |
| |
| virtual DtDialogInteractionMode | interactionMode () |
| |
| virtual void | populate (const makVrv::DtUniqueID &) |
| |
| virtual void | hideDialog () |
| | Hides the dialog. More...
|
| |
| DtAltitudeClampType | currentAltitudeTypeSelection () const |
| |
| virtual void | setCurrentAltitudeTypeSelection (const DtAltitudeClampType &) |
| |
| virtual void | setAltitudeAllowed (bool) |
| | Disables (greys out) the entire Altitude Entry box in the dialog if set to false. More...
|
| |
| virtual void | setAltitudeSelectionEnabled (bool) |
| | Enables Z selection. More...
|
| |
| virtual void | populate (const DtCreateObjectCommand *cmd) |
| |
| virtual bool | blockSignals (bool) |
| |
| virtual void | populateOverlays () |
| |
| virtual void | populateVisualMetaData (const DtEntityType &) |
| |
| virtual void | populateVisualMetaData (makVrv::DtUniqueID) |
| |
| virtual void | populateVisualMetaData (const DtEntityType &type, const DtRwStringAttributeList *atrList) |
| |
| virtual void | setForce (int) |
| | Set force. More...
|
| |
| virtual void | hideForces () |
| | Hides force label and combo. More...
|
| |
| virtual void | showForces () |
| | Shows force label and combo. More...
|
| |
| virtual void | setReadOnly (bool) |
| | Sets read only the items on the dialog that should be when in mouse attach mode. More...
|
| |
| virtual void | addExtension (QWidget *) |
| | Add an extension to the dialog. Will add to current extension. More...
|
| |
| virtual void | removeExtension (QWidget *) |
| | Removes an extension. More...
|
| |
| virtual void | updateEmbarkationWidget (const DtVector &pt) |
| |
| virtual void | showPropertiesDialog (bool) |
| | Show/hide properties dialog for this item. More...
|
| |
| DtLocationEntryWidget * | locationEntryWidget () |
| |
| DtEmbarkationWidget * | embarkationWidget () |
| |
| virtual void | setShowStyleButton (bool) |
| |
| virtual void | includeSpacer (bool flag) |
| |
| virtual void | setVisualMarking (const std::string &linkageName, const std::string &value) |
| |
| virtual void | setCacheMarkingSelections (bool) |
| |
| virtual void | setupVariants (const std::map< std::string, std::string > &) |
| |
| | DtAutoHideDock (makVrv::DtDe &de, const QString &title="", const std::string &className="", QWidget *parent=0, Qt::WindowFlags flags=0) |
| | Ctor. More...
|
| |
| | ~DtAutoHideDock () |
| | Dtor. More...
|
| |
| virtual const QIcon & | icon () |
| | Set/Get the icon. More...
|
| |
| virtual void | setIcon (const QIcon &icon) |
| |
| virtual DtAutoHideDockType | dockType () const |
| | Set/Get the type of dock this item represents. More...
|
| |
| virtual void | setDockType (DtAutoHideDockType t) |
| |
| virtual bool | pinned () const |
| | Set/Get the pin status. More...
|
| |
| virtual void | setPinned (bool flag) |
| |
| virtual void | setAdjustToMinimumSize (bool) |
| | Whether or not to adjust the size of the doc (on open) to minimum size. Default is true. More...
|
| |
| virtual bool | adjustToMinimumSize () const |
| |
| const std::string & | className () const |
| |
| virtual bool | keepAlive () const |
| | Return true to keep this dock on display even after the mouse have left the dock widget. More...
|
| |
Public Member Functions inherited from makVrf::DtCreateAndEditObjectDialogInterface |
| virtual | ~DtCreateAndEditObjectDialogInterface () |
| |
This class defines the dialog that allows the switch of dynamic terrain states at a point on the terrain.