![]() |
VR-Forces Developer's Guide
|
Override to send message to back-end with bounds information to cache on the back-ends.

Public Member Functions | |
| DtVrfOsgEarthCacheHandler (makVrv::DtDe &de, makVrv::DtOsgEarthCacheInterface *iFace) | |
| virtual | ~DtVrfOsgEarthCacheHandler () |
| virtual void | fulfillCacheRequest (const DtIfOsgEarthCacheRequest &) |
Public Member Functions inherited from makVrv::DtOsgEarthCacheHandler | |
| DtOsgEarthCacheHandler (DtDe &de, DtOsgEarthCacheInterface *myInterface) | |
| virtual | ~DtOsgEarthCacheHandler () |
| virtual void | run () |
| virtual void | initializeChannel (DtChannel *channel) |
| virtual void | setMapNode (osgEarth::MapNode *mapNode) |
| virtual void | setLowestLod (int lowestLod) |
| virtual void | setHighestLod (int highestLod) |
| virtual void | setFlyOver (bool flyOver) |
| virtual void | setBound (const osgEarth::Bounds &bound) |
| virtual void | setCacheImageLayers (bool val) |
| virtual void | setCacheElevationLayers (bool val) |
Protected Types | |
| typedef std::map< std::string, int > | ActiveServers |
Protected Member Functions | |
| virtual void | cancelCache () |
| virtual void | processOsgEarthCacheProgress (DtSimMessage *msg) |
| virtual void | slot_cacheFinished () |
Protected Member Functions inherited from makVrv::DtOsgEarthCacheHandler | |
| void | connectSignals () |
| virtual void | slot_updateProgress (int progress) |
| virtual void | slot_updateProgressText (const std::string &text) |
Protected Attributes | |
| int | myRequestId |
| bool | myFrontEndFinished |
| bool | myBackEndFinished |
| ActiveServers | myActiveServers |
Protected Attributes inherited from makVrv::DtOsgEarthCacheHandler | |
| DtDe & | myDe |
| DtSignalConnectionManager | mySignals |
| DtOsgEarthCacheInterface * | myInterface |
| DtOsgEarthCache * | myOsgEarthCache |
Additional Inherited Members | |
Signals inherited from makVrv::DtOsgEarthCacheHandler | |
| void | qt_signal_updateProgress (int progress) |
| void | qt_signal_cacheFinished () |
|
protected |
| makVrf::DtVrfOsgEarthCacheHandler::DtVrfOsgEarthCacheHandler | ( | makVrv::DtDe & | de, |
| makVrv::DtOsgEarthCacheInterface * | iFace | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
protectedvirtual |
Called when cancelling operation – send message to back-ends to also cancel.
Reimplemented from makVrv::DtOsgEarthCacheHandler.
|
protectedvirtual |
|
protectedvirtual |
Slot when the cache finished.
Reimplemented from makVrv::DtOsgEarthCacheHandler.
|
protected |
|
protected |
|
protected |
|
protected |