| virtual makVrv::DtOsgEarthCacheLogic::~DtOsgEarthCacheLogic |
( |
| ) |
|
|
virtual |
Copy Constructor not implimented – Copy not allowed.
| virtual int makVrv::DtOsgEarthCacheLogic::lowestLod |
( |
| ) |
const |
|
virtual |
Gets the lowest lod to cache.
| virtual int makVrv::DtOsgEarthCacheLogic::highestLod |
( |
| ) |
const |
|
virtual |
Gets the highest lod to cache.
| virtual osgEarth::Bounds makVrv::DtOsgEarthCacheLogic::getGeodeticBound |
( |
| ) |
|
|
virtual |
Gets the bound of the cache area in geodetic degrees.
| virtual bool makVrv::DtOsgEarthCacheLogic::cacheImageLayers |
( |
| ) |
const |
|
virtual |
Gets whether cache image layers.
| virtual bool makVrv::DtOsgEarthCacheLogic::cacheElevationLayers |
( |
| ) |
const |
|
virtual |
Gets whether cache image layers.
| virtual void makVrv::DtOsgEarthCacheLogic::reset |
( |
| ) |
|
|
virtual |
Reset from the last cache operation for next use.
| virtual void makVrv::DtOsgEarthCacheLogic::enableEventProcessor |
( |
bool |
enable | ) |
|
|
virtual |
Enable/disable the event processor.
| virtual void makVrv::DtOsgEarthCacheLogic::connectSignals |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtOsgEarthCacheLogic::slot_leftMouseDoubleClick |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtOsgEarthCacheLogic::slot_mouseMove |
( |
double |
mouseX, |
|
|
double |
mouseY |
|
) |
| |
|
protectedvirtual |
Slot when the mouse moves.
- Parameters
-
| mouseX | The x coordinate of mouse in window coordinate. |
| mouseY | The y coordinate of mouse in window coordinate. |
| virtual void makVrv::DtOsgEarthCacheLogic::slot_leftMouseButtonRealeased |
( |
DtChannel * |
channel, |
|
|
double |
mouseX, |
|
|
double |
mouseY |
|
) |
| |
|
protectedvirtual |
slot when the left mouse button released.
- Parameters
-
| channel | The channel of the event. |
| mouseX | The x coordinate of mouse in window coordinate. |
| mouseY | The y coordinate of mouse in window coordinate. |
| virtual void makVrv::DtOsgEarthCacheLogic::slot_vertexChanged |
( |
int |
index, |
|
|
double |
longtitude, |
|
|
double |
latitude |
|
) |
| |
|
protectedvirtual |
Slot when the coordiante of the vertex changed.
- Parameters
-
| index | The index of vertex. |
| longtitude | The longtitude of the vertex. |
| latitude | The latitude of the vertex. |
| virtual void makVrv::DtOsgEarthCacheLogic::slot_exit |
( |
| ) |
|
|
protectedvirtual |
slot when the window or channel got destroyed, force exit the dialog
| virtual void makVrv::DtOsgEarthCacheLogic::slot_postTick |
( |
| ) |
|
|
protectedvirtual |
Updates the rectangle if it is dirty.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_osgEarthTerrainDefinitionChanged |
( |
const std::string & |
osgEarthTerrainDefinition | ) |
|
|
protectedvirtual |
Slot when the osgEarth terrain definition has changed.
Slot when the channel is about to be destroyed.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_lowestLodChanged |
( |
int |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_highestLodChanged |
( |
int |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_cacheImageChanged |
( |
bool |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_cacheElevationChanged |
( |
bool |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_startLongitudeChanged |
( |
double |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_startLatitudeChanged |
( |
double |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_endLongitudeChanged |
( |
double |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_endLatitudeChanged |
( |
double |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_generateCacheButtonClicked |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtOsgEarthCacheLogic::slot_cleanAreaButtonClicked |
( |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_cancelButtonClicked |
( |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
| virtual void makVrv::DtOsgEarthCacheLogic::slot_cacheFinished |
( |
bool |
| ) |
|
|
protectedvirtual |
Methods connected to Qt Widget signals.
Assignment Operator not implimented – Copy not allowed.
| DtDe& makVrv::DtOsgEarthCacheLogic::myDe |
|
protected |
| DtChannel* makVrv::DtOsgEarthCacheLogic::myChannel |
|
protected |
| bool makVrv::DtOsgEarthCacheLogic::myCacheImageLayers |
|
protected |
| bool makVrv::DtOsgEarthCacheLogic::myCacheElevationLayers |
|
protected |
| int makVrv::DtOsgEarthCacheLogic::myMaximumLod |
|
protected |
| int makVrv::DtOsgEarthCacheLogic::myLowestLod |
|
protected |
| int makVrv::DtOsgEarthCacheLogic::myHighestLod |
|
protected |
| bool makVrv::DtOsgEarthCacheLogic::myDontShowWarningDialogAgain |
|
protected |
| boost::signalslib::connection makVrv::DtOsgEarthCacheLogic::myCacheAreaVertexChangedConnection |
|
protected |
The documentation for this class was generated from the following file: