![]() |
VR-Forces 4.6.1 Class Documentation
|
class DtIfOsgEarthCacheProgress: More...

Public Member Functions | |
| DtIfOsgEarthCacheProgress () | |
| default constructor | |
| virtual | ~DtIfOsgEarthCacheProgress () |
| destructor | |
| virtual int | type () const |
| Returns DtLoadCompleteMessageType. | |
| virtual void | setRequestId (unsigned int id) |
| Set/Get the request id. | |
| virtual unsigned int | requestId () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | setCurrent (double) |
| virtual double | current () const |
| virtual void | setCompleted (bool) |
| virtual bool | completed () const |
| virtual void | setElapsedTime (double) |
| virtual double | elapsedTime () const |
| virtual void | setLayerName (const DtString &) |
| virtual const DtString & | layerName () const |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | printDataToString (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| double | myCurrent |
| double | myElapsedTime |
| DtString | myLayerName |
| DtU32 | myRequestId |
| bool | myCompleted |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
class DtIfOsgEarthCacheProgress:
The DtIfOsgEarthCacheProgress will show the progress of a current cache request. If the current and maximum are 0 then the request was cancelled. If current is maximum then the request is complete
| DtIfOsgEarthCacheProgress::DtIfOsgEarthCacheProgress | ( | ) |
default constructor
|
virtual |
destructor
|
virtual |
Returns DtLoadCompleteMessageType.
Implements DtSimInterfaceContent.
Set/Get the request id.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |