![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtVrfOsgEarthCacheLogic (makVrv::DtDe &de, makVrv::DtOsgEarthCacheInterface *iFace) | |
| virtual | ~DtVrfOsgEarthCacheLogic () |
Public Member Functions inherited from makVrv::DtOsgEarthCacheLogic | |
| virtual | ~DtOsgEarthCacheLogic () |
| DTOR. More... | |
| virtual int | lowestLod () const |
| Gets the lowest lod to cache. More... | |
| virtual int | highestLod () const |
| Gets the highest lod to cache. More... | |
| virtual bool | flyOverChecked () const |
| Gets whether the fly over check box is checked. More... | |
| virtual osgEarth::Bounds | getBound () |
| Gets the bound of the cache area. More... | |
| virtual bool | cacheImageLayers () const |
| Gets whether cache image layers. More... | |
| virtual bool | cacheElevationLayers () const |
| Gets whether cache image layers. More... | |
| virtual void | reset () |
| Reset from the last cache operation for next use. More... | |
| virtual void | enableEventProcessor (bool enable) |
| Enable/disable the event processor. More... | |
Protected Member Functions | |
| virtual void | slot_generateCacheButtonClicked () |
| virtual void | fillInCacheRequest (DtIfOsgEarthCacheRequest &req) |
Protected Member Functions inherited from makVrv::DtOsgEarthCacheLogic | |
| DtOsgEarthCacheLogic (DtDe &de, DtOsgEarthCacheInterface *iFace) | |
| Protected Constructor. More... | |
| void | initialize () |
| virtual void | connectSignals () |
| connect all the signals More... | |
| virtual void | slot_displayCoordinateSystemChanged (DtSharedDisplayUnitsSettings::CoordSys, int, int) |
| slot called when display coordinate system or coord sys precision changes More... | |
| virtual void | slot_vertexChanged (int index, double longtitude, double latitude) |
| Slot when the coordiante of the vertex changed. More... | |
| virtual void | slot_exit () |
| slot when the window or channel got destroyed, force exit the dialog More... | |
| virtual void | slot_postTick () |
| Updates the rectangle if it is dirty. More... | |
| virtual void | slot_osgEarthTerrainDefinitionChanged (const std::string &osgEarthTerrainDefinition) |
| Slot when the osgEarth terrain definition has changed. More... | |
| virtual void | slot_leftMouseDoubleClick () |
| Methods connected to DtOsgEarthCacheEditingEventProcessor signals. More... | |
| virtual void | slot_mouseMove (double mouseX, double mouseY) |
| Slot when the mouse moves. More... | |
| virtual void | slot_leftMouseButtonRealeased (DtChannel *channel, double mouseX, double mouseY) |
| slot when the left mouse button released. More... | |
| virtual void | slot_lowestLodChanged (int) |
| Methods connected to Qt Widget signals. More... | |
| virtual void | slot_highestLodChanged (int) |
| virtual void | slot_cacheImageChanged (bool) |
| virtual void | slot_cacheElevationChanged (bool) |
| virtual void | slot_flyOverCheckBoxChanged (bool) |
| virtual void | slot_specifyCacheAreaCheckBoxChanged (bool) |
| virtual void | slot_startLongitudeChanged (double) |
| virtual void | slot_startLatitudeChanged (double) |
| virtual void | slot_endLongitudeChanged (double) |
| virtual void | slot_endLatitudeChanged (double) |
| virtual void | slot_cleanAreaButtonClicked () |
| virtual void | slot_cancelButtonClicked () |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtOsgEarthCacheLogic | |
| DtOsgEarthCacheEditingEventProcessor * | myEventProcessor |
| DtOsgEarthCacheHandler * | myHandler |
| DtOsgGeoExtentRectangle * | myCacheArea |
| DtSignalConnectionManager | mySignals |
| DtDe & | myDe |
| DtOsgEarthCacheInterface * | myInterface |
| bool | myChannelInitialized |
| bool | mySpecifyArea |
| bool | myCacheImageLayers |
| bool | myCacheElevationLayers |
| bool | myFlyOver |
| int | myMaximumLod |
| int | myLowestLod |
| int | myHighestLod |
| bool | myDontShowWarningDialogAgain |
| makVrf::DtVrfOsgEarthCacheLogic::DtVrfOsgEarthCacheLogic | ( | makVrv::DtDe & | de, |
| makVrv::DtOsgEarthCacheInterface * | iFace | ||
| ) |
|
virtual |
|
protectedvirtual |
Reimplemented from makVrv::DtOsgEarthCacheLogic.
|
protectedvirtual |