![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtPagingMetaData () | |
| DtPagingMetaData (int priority, double expireTime, unsigned int intersectId=0) | |
| DtPagingMetaData (const DtPagingMetaData &orig) | |
| DtPagingMetaData * | clone () |
| int | priority () const |
| void | setPriority (int priority) |
| double | expireTime () const |
| void | setExpireTime (double time) |
| unsigned int | intersectId () const |
| void | setIntersectId (unsigned int intersectId) |
Protected Attributes | |
| int | myPriority |
| double | myExpireTime |
| unsigned int | myIntersectId |
| DtPagingMetaData::DtPagingMetaData | ( | ) | [inline] |
Referenced by clone().
| DtPagingMetaData::DtPagingMetaData | ( | int | priority, |
| double | expireTime, | ||
| unsigned int | intersectId = 0 |
||
| ) | [inline] |
| DtPagingMetaData::DtPagingMetaData | ( | const DtPagingMetaData & | orig | ) | [inline] |
| DtPagingMetaData* DtPagingMetaData::clone | ( | ) | [inline] |
References DtPagingMetaData().
| int DtPagingMetaData::priority | ( | ) | const [inline] |
References myPriority.
Referenced by setPriority().
| void DtPagingMetaData::setPriority | ( | int | priority | ) | [inline] |
References myPriority, and priority().
| double DtPagingMetaData::expireTime | ( | ) | const [inline] |
References myExpireTime.
| void DtPagingMetaData::setExpireTime | ( | double | time | ) | [inline] |
References myExpireTime.
| unsigned int DtPagingMetaData::intersectId | ( | ) | const [inline] |
References myIntersectId.
Referenced by setIntersectId().
| void DtPagingMetaData::setIntersectId | ( | unsigned int | intersectId | ) | [inline] |
References intersectId(), and myIntersectId.
int DtPagingMetaData::myPriority [protected] |
Referenced by priority(), and setPriority().
double DtPagingMetaData::myExpireTime [protected] |
Referenced by expireTime(), and setExpireTime().
unsigned int DtPagingMetaData::myIntersectId [protected] |
Referenced by intersectId(), and setIntersectId().