![]() |
VR-Forces 5.0.1 Developer's Guide
|
Public Member Functions | |
| DtPagingMetaData () | |
| DtPagingMetaData (int priority, double expireTime, DtTerrainIntersectIDType intersectId=0, bool forceLoadAllData=false) | |
| DtPagingMetaData (const DtPagingMetaData &orig) | |
| DtPagingMetaData * | clone () |
| int | priority () const |
| void | setPriority (int priority) |
| double | expireTime () const |
| void | setExpireTime (double time) |
| DtTerrainIntersectIDType | intersectId () const |
| void | setIntersectId (DtTerrainIntersectIDType intersectId) |
| bool | forceLoadAllData () const |
| void | setForceLoadAllData (bool forceLoadAllData) |
Protected Attributes | |
| int | myPriority |
| double | myExpireTime |
| DtTerrainIntersectIDType | myIntersectId |
| bool | myForceLoadAllData |
|
inline |
Referenced by clone().
|
inline |
|
inline |
|
inline |
References DtPagingMetaData().
|
inline |
References myPriority.
Referenced by setPriority().
|
inline |
References myPriority, and priority().
|
inline |
References myExpireTime.
|
inline |
References myExpireTime.
|
inline |
References myIntersectId.
Referenced by setIntersectId().
|
inline |
References intersectId(), and myIntersectId.
|
inline |
References myForceLoadAllData.
Referenced by setForceLoadAllData().
|
inline |
References forceLoadAllData(), and myForceLoadAllData.
|
protected |
Referenced by priority(), and setPriority().
|
protected |
Referenced by expireTime(), and setExpireTime().
|
protected |
Referenced by intersectId(), and setIntersectId().
|
protected |
Referenced by forceLoadAllData(), and setForceLoadAllData().