![]() |
VR-Forces 4.7 Class Documentation
|
class DtUUIDCallbackInfo: More...
Public Member Functions | |
| DtUUIDCallbackInfo () | |
| default constructor | |
| DtUUIDCallbackInfo (DtUUIDCallbackFunction cb, void *userData) | |
| constructor | |
| virtual | ~DtUUIDCallbackInfo () |
| destructor | |
| DtUUIDCallbackInfo (const DtUUIDCallbackInfo &orig) | |
| copy constructor | |
| DtUUIDCallbackInfo & | operator= (const DtUUIDCallbackInfo &orig) |
| assignment operator | |
| bool | operator== (const DtUUIDCallbackInfo &orig) const |
| equality operators | |
| bool | operator!= (const DtUUIDCallbackInfo &orig) const |
| virtual void | setCallbackFunction (DtUUIDCallbackFunction funct) |
| Set/get the callback function. | |
| virtual DtUUIDCallbackFunction | callbackFunction () const |
| virtual void | setUserData (void *data) |
| Set/get the user data. | |
| virtual void * | userData () const |
Protected Attributes | |
| DtUUIDCallbackFunction | myCallbackFunction |
| void * | myUserData |
class DtUUIDCallbackInfo:
Instances of DtUUIDCallbackInfo are used to contain the function and callback info.
| DtUUIDCallbackInfo::DtUUIDCallbackInfo | ( | ) |
default constructor
| DtUUIDCallbackInfo::DtUUIDCallbackInfo | ( | DtUUIDCallbackFunction | cb, |
| void * | userData | ||
| ) |
constructor
|
virtual |
destructor
| DtUUIDCallbackInfo::DtUUIDCallbackInfo | ( | const DtUUIDCallbackInfo & | orig | ) |
copy constructor
| DtUUIDCallbackInfo& DtUUIDCallbackInfo::operator= | ( | const DtUUIDCallbackInfo & | orig | ) |
assignment operator
| bool DtUUIDCallbackInfo::operator== | ( | const DtUUIDCallbackInfo & | orig | ) | const |
equality operators
| bool DtUUIDCallbackInfo::operator!= | ( | const DtUUIDCallbackInfo & | orig | ) | const |
|
virtual |
Set/get the callback function.
|
virtual |
|
virtual |
Set/get the user data.
|
virtual |
|
protected |
|
protected |