42 virtual void resetCacheAreaWidgets();
44 virtual void resetServerProgressBars();
46 virtual void setServerProgress(std::string server,
bool complete,
int current,
double elapsedTime);
93 virtual void cancelCache();
95 virtual void processOsgEarthCacheProgress(
DtSimMessage* msg);
97 virtual void slot_cacheFinished();
116 virtual void slot_generateCacheButtonClicked();
QVBoxLayout * myServerProgressBarsLayout
Definition: vrfOsgEarthCacheDialog.h:51
int myRequestId
Definition: vrfOsgEarthCacheDialog.h:100
This dialog will extend the base DtOsgEarthCacheDialog to deal with sending information to the server...
Definition: vrfOsgEarthCacheDialog.h:30
ActiveServers myActiveServers
Definition: vrfOsgEarthCacheDialog.h:105
bool myFrontEndFinished
Definition: vrfOsgEarthCacheDialog.h:101
class DtIfOsgEarthCacheRequest:
Definition: ifOsgEarthCacheRequest.h:18
Contains makVrv::DtOsgEarthCacheDialog class.
Creator class for DtOsgEarthCacheLogic.
Definition: DtOsgEarthCacheLogic.h:165
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
ServerProgressBars myServerProgressBars
Definition: vrfOsgEarthCacheDialog.h:62
DtOsgEarthCacheHandler, using QThread to run the cache process in a separate thread.
Definition: DtOsgEarthCacheHandler.h:33
Definition: vrfOsgEarthCacheDialog.h:53
Definition: vrfOsgEarthCacheDialog.h:120
QWidget * widget
Definition: vrfOsgEarthCacheDialog.h:56
QLabel * label
Definition: vrfOsgEarthCacheDialog.h:57
QWidget * myServerProgressBarsWidget
Definition: vrfOsgEarthCacheDialog.h:50
Definition: asyncJobServer.h:37
Override to send message to back-end with bounds information to cache on the back-ends.
Definition: vrfOsgEarthCacheDialog.h:77
std::map< std::string, int > ActiveServers
Definition: vrfOsgEarthCacheDialog.h:104
QProgressBar * progressBar
Definition: vrfOsgEarthCacheDialog.h:58
File: simMsg.h.
Definition: simMessage.h:35
Creator class for DtOsgEarthCacheLogic.
Definition: DtOsgEarthCacheHandler.h:109
std::map< std::string, ServerProgressBar > ServerProgressBars
Definition: vrfOsgEarthCacheDialog.h:61
DtOsgEarthCacheInterface Interface class for generating cache data of image/elevation/model.
Definition: DtOsgEarthCacheInterface.h:18
DtOsgEarthCacheDialog Widget for generating cache data of image/elevation/model.
Definition: DtOsgEarthCacheDialog.h:40
Contains makVrv::DtOsgEarthCacheLogic class.
Definition: vrfOsgEarthCacheDialog.h:129
DtOsgEarthCacheLogic.
Definition: DtOsgEarthCacheLogic.h:41
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Definition: vrfOsgEarthCacheDialog.h:108
Contains makVrv::DtOsgEarthCacheHandler class.
Definition: vrfOsgEarthCacheDialog.h:65
QHBoxLayout * hLayout
Definition: vrfOsgEarthCacheDialog.h:55
bool myBackEndFinished
Definition: vrfOsgEarthCacheDialog.h:102
Creator for the DtOsgEarthCacheDialogCreator.
Definition: DtOsgEarthCacheDialog.h:201