![]() |
VR-Forces 4.2 Class Documentation
|
class DtTerrainDisplayOptions: More...

Public Slots | |
| virtual void | setCoordinateSystem (const DtCoordSys &system) |
Public Slots inherited from DtTMDisplayOptions | |
| virtual void | setShadowText (bool) |
| virtual void | setNameLabelShown (bool) |
| virtual void | setLabelLabelShown (bool) |
| virtual void | setLayerLabelShown (bool) |
| virtual void | setDisplayFrameRate (int) |
| virtual void | setIconScale (int) |
| virtual void | setShowDialogType (DtShowDialogType type) |
| virtual void | setLabelColor (const QColor &color) |
| virtual void | setZoomboxColor (const QColor &color) |
| virtual void | setZoomboxLineWidth (int) |
| virtual void | setRouteArrowShown (bool) |
| virtual void | setAnimEnable (bool) |
| virtual void | setFreehandEdit (bool) |
| virtual void | setDisplayWatermark (bool) |
| virtual void | setManageFrameRates (bool) |
| virtual void | setCacheSymbolOptions (int) |
| virtual void | setCacheSymbolOption (int opt, bool onOff) |
| virtual void | setShowIndicatorOption (int) |
| virtual void | setContinuousNavigation (bool) |
| Set to true to allow the navigation buttons to continue to fire while pressed. | |
Signals | |
| void | coordinateSystemChanged (const DtCoordSys &system) |
| void | useGreatCircleChanged (bool) |
Signals inherited from DtTMDisplayOptions | |
| void | shadowTextChanged (bool) |
| void | displayFrameRateChanged (int) |
| void | iconScaleChanged (int) |
| void | showDialogTypeChanged (DtShowDialogType type) |
| void | labelColorChanged (const QColor &) |
| void | zoomboxColorChanged (const QColor &) |
| void | zoomboxLineWidthChanged (int) |
| void | unitDisplayChanged (const DtUnitDisplayManager *) |
| void | continuousNavigationChanged (bool) |
| void | routeArrowShownChanged (bool) |
| void | animEnableChanged (bool) |
| void | freehandEditChanged (bool) |
| void | overlayTabLocationChanged (bool) |
| void | displayDeleteObjectsDialogChanged (bool) |
| void | displayWatermarkChanged (bool) |
| void | nameLabelShownChanged (bool) |
| void | labelLabelShownChanged (bool) |
| void | layerLabelShownChanged (bool) |
| void | manageFrameRatesChanged (bool) |
| void | cacheSymbolOptionsChanged (int) |
| void | showIndicatorOptionChanged (int) |
Public Member Functions | |
| DtTerrainDisplayOptions () | |
| Default constructor. | |
| virtual | ~DtTerrainDisplayOptions () |
| Destructor. | |
| DtTerrainDisplayOptions (const DtTerrainDisplayOptions &orig) | |
| Copy constructor. | |
| virtual DtTMDisplayOptions & | operator= (const DtTMDisplayOptions &rhs) |
| Assignment operator. | |
| virtual const DtCoordSys & | coordinateSystem () const |
| Accessors for coordinate system. | |
| virtual void | setUseGreatCircle (bool b) |
| Set to use great circle distances when calculating ranges for geodetic databases. | |
| virtual bool | useGreatCircle () const |
| virtual DtTMDisplayOptions * | clone () const |
| virtual bool | operator== (const DtTMDisplayOptions &) const |
| Equivalence operator. | |
Public Member Functions inherited from DtTMDisplayOptions | |
| DtTMDisplayOptions () | |
| Default constructor. | |
| virtual | ~DtTMDisplayOptions () |
| Destructor. | |
| DtTMDisplayOptions (const DtTMDisplayOptions &orig) | |
| Copy constructor. | |
| virtual bool | overlayTabLocation () const |
| virtual void | setOverlayTabLocation (bool) |
| virtual bool | displayDeleteObjectsDialog () const |
| virtual void | setDisplayDeleteObjectsDialog (bool) |
| virtual bool | displayWatermark () const |
| virtual int | displayFrameRate () const |
| If manageFrameRates is false or the display frame rate is the same as the max display frame rate, this will return -1, not the actual value. | |
| virtual int | displayFrameRateAsSet () const |
| Returns the display frame rate as set by user. | |
| virtual int | maxDisplayFrameRate () const |
| virtual void | setMaxDisplayFrameRate (int) |
| virtual int | minDisplayFrameRate () const |
| virtual void | setMinDisplayFrameRate (int) |
| virtual const int | iconScale () const |
| virtual const int | maxIconScale () const |
| virtual void | setMaxIconScale (int) |
| virtual const int | minIconScale () const |
| virtual void | setMinIconScale (int) |
| virtual bool | continuousNavigation () const |
| virtual bool | routeArrowShown () const |
| virtual DtShowDialogType | showDialogType () const |
| virtual int | cacheSymbolOptions () const |
| virtual bool | cacheSymbolOptionOn (int) const |
| virtual int | showIndicatorOption () const |
| virtual bool | manageFrameRates () const |
| virtual bool | freehandEdit () const |
| virtual bool | animEnable () const |
| virtual QColor | labelColor () const |
| virtual QColor | zoomboxColor () const |
| virtual int | zoomboxLineWidth () const |
| virtual void | setUnitDisplayManager (DtUnitDisplayManager *) |
| virtual DtUnitDisplayManager * | unitDisplayManager () const |
| virtual bool | init (const DtTMFactory *) |
| virtual bool | nameLabelShown () const |
| virtual bool | layerLabelShown () const |
| virtual bool | labelLabelShown () const |
| virtual bool | shadowText () const |
Public Member Functions inherited from DtArchivableObject | |
| DtArchivableObject (QString name, DtArchivableObjectCreator fcn) | |
| This constructor will add this object to the archivable object factory. | |
| DtArchivableObject (QString name) | |
| DtArchivableObject () | |
| virtual | ~DtArchivableObject () |
| virtual QString | name () const |
| DtArchiver * | archiver () |
| Returns the archiver of this object. | |
| virtual void | write (QTextStream &s) |
| virtual void | setLevel (int i) |
| virtual int | level () const |
| virtual DtArchivableObject * | clone () |
| Allows for cloning of this object. | |
Static Public Member Functions | |
| static DtTMDisplayOptions * | create () |
| Returns a newly created instance of a DtPvdDisplayOptions. | |
Protected Attributes | |
| DtCoordSys | myCoordinateSystem |
| bool | myUseGreatCircle |
Protected Attributes inherited from DtTMDisplayOptions | |
| bool | myOverlayTabLocation |
| bool | myDisplayDeleteObjectsDialog |
| int | myDisplayFrameRate |
| int | myMaxDisplayFrameRate |
| int | myMinDisplayFrameRate |
| int | myIconScale |
| int | myMaxIconScale |
| int | myMinIconScale |
| bool | myAnimEnable |
| DtShowDialogType | myShowDialogType |
| QColor | myLabelColor |
| QColor | myZoomboxColor |
| int | myZoomboxLineWidth |
| DtUnitDisplayManager * | myUnitDisplayManager |
| bool | myContinuousNavigation |
| bool | myRouteArrowShown |
| bool | myFreehandEdit |
| bool | myNameLabelShown |
| bool | myLabelLabelShown |
| bool | myLayerLabelShown |
| bool | myShadowText |
| int | myCacheSymbolOptions |
| Options based on defines in baseSymbolMapper.h. | |
| int | myShowIndicatorOption |
| Options to decide how to show children of symbols. | |
| bool | myDisplayWatermark |
| bool | myManageFrameRates |
Protected Attributes inherited from DtArchivableObject | |
| DtArchiver * | myArchiver |
Additional Inherited Members | |
Protected Member Functions inherited from DtTMDisplayOptions | |
| virtual void | read (QTextStream &ts) |
| Reads/writes archiver. | |
class DtTerrainDisplayOptions:
Instances of DtTerrainDisplayOptions are
| DtTerrainDisplayOptions::DtTerrainDisplayOptions | ( | ) |
Default constructor.
|
virtual |
Destructor.
| DtTerrainDisplayOptions::DtTerrainDisplayOptions | ( | const DtTerrainDisplayOptions & | orig | ) |
Copy constructor.
|
virtual |
Assignment operator.
Reimplemented from DtTMDisplayOptions.
|
virtual |
Accessors for coordinate system.
Reimplemented from DtTMDisplayOptions.
|
virtual |
Set to use great circle distances when calculating ranges for geodetic databases.
|
virtual |
|
static |
Returns a newly created instance of a DtPvdDisplayOptions.
Reimplemented from DtTMDisplayOptions.
|
virtual |
Reimplemented from DtTMDisplayOptions.
|
virtual |
Equivalence operator.
Reimplemented from DtTMDisplayOptions.
|
signal |
|
signal |
|
virtualslot |
|
staticprotected |
|
protected |
|
protected |