![]() |
VR-Link API Documentation for DIS
|
Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated with a DtReflectedObject callback. More...
Inheritance diagram for DtReflectedObjectCallbackInfo:
Collaboration diagram for DtReflectedObjectCallbackInfo:Public Member Functions | |
| DtReflectedObjectCallbackInfo () | |
| default constructor | |
| DtReflectedObjectCallbackInfo (DtReflectedObjectCallbackFunction cb, void *userData) | |
| constructor | |
| virtual | ~DtReflectedObjectCallbackInfo () |
| destructor | |
| DtReflectedObjectCallbackInfo (const DtReflectedObjectCallbackInfo &orig) | |
| copy constructor | |
| DtReflectedObjectCallbackInfo & | operator= (const DtReflectedObjectCallbackInfo &orig) |
| assignment operator | |
| int | operator== (const DtReflectedObjectCallbackInfo &orig) const |
| equality operators | |
| int | operator!= (const DtReflectedObjectCallbackInfo &orig) const |
| virtual void | setCallbackFunction (DtReflectedObjectCallbackFunction funct) |
| Set/get the callback function. | |
| virtual DtReflectedObjectCallbackFunction | callbackFunction () const |
| virtual void | setUserData (void *data) |
| Set/get the user data. | |
| virtual void * | userData () const |
Public Member Functions inherited from DtListedObj | |
| DtListedObj () | |
| Constructor. | |
| virtual | ~DtListedObj () |
| Destructor. | |
| void * | next () const |
| Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list. | |
| void * | prev () const |
| void * | wrapNext () const |
| Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit the end (beginning). | |
| void * | wrapPrev () const |
Protected Attributes | |
| DtReflectedObjectCallbackFunction | myCallbackFunction |
| void * | myUserData |
Protected Attributes inherited from DtListedObj | |
| DtList * | myList |
| DtListItem * | myItem |
Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated with a DtReflectedObject callback.
| DtReflectedObjectCallbackInfo::DtReflectedObjectCallbackInfo | ( | ) |
default constructor
| DtReflectedObjectCallbackInfo::DtReflectedObjectCallbackInfo | ( | DtReflectedObjectCallbackFunction | cb, |
| void * | userData | ||
| ) |
constructor
|
virtual |
destructor
| DtReflectedObjectCallbackInfo::DtReflectedObjectCallbackInfo | ( | const DtReflectedObjectCallbackInfo & | orig | ) |
copy constructor
|
virtual |
| int DtReflectedObjectCallbackInfo::operator!= | ( | const DtReflectedObjectCallbackInfo & | orig | ) | const |
| DtReflectedObjectCallbackInfo& DtReflectedObjectCallbackInfo::operator= | ( | const DtReflectedObjectCallbackInfo & | orig | ) |
assignment operator
| int DtReflectedObjectCallbackInfo::operator== | ( | const DtReflectedObjectCallbackInfo & | orig | ) | const |
equality operators
|
virtual |
Set/get the callback function.
|
virtual |
Set/get the user data.
|
virtual |
|
protected |
|
protected |