![]() |
VR-Forces 4.5 Class Documentation
|
class DtGetSelfCallbackInfo: More...
Public Member Functions | |
| DtGetSelfCallbackInfo () | |
| default constructor | |
| DtGetSelfCallbackInfo (DtGetSelfCallbackFcn cb, void *userData) | |
| constructor | |
| virtual | ~DtGetSelfCallbackInfo () |
| destructor | |
| DtGetSelfCallbackInfo (const DtGetSelfCallbackInfo &orig) | |
| copy constructor | |
| DtGetSelfCallbackInfo & | operator= (const DtGetSelfCallbackInfo &orig) |
| assignment operator | |
| int | operator== (const DtGetSelfCallbackInfo &orig) const |
| equality operators | |
| int | operator!= (const DtGetSelfCallbackInfo &orig) const |
| virtual void | setCallbackFunction (DtGetSelfCallbackFcn funct) |
| Callback function of the form DtGetSelfCallbackFcn. | |
| virtual DtGetSelfCallbackFcn | callbackFunction () const |
| virtual void | setArgs (DtlObjPtr args) |
| MTL object retrieved in call to DtReaderWriter::getSelf(). | |
| virtual DtlObjPtr | args () const |
| virtual void | setUserData (void *data) |
| Pointer to user-specific data (specified by caller when registering callback function). | |
| virtual void * | userData () const |
Protected Attributes | |
| DtGetSelfCallbackFcn | myCallbackFunction |
| DtlObjPtr | myArgs |
| void * | myUserData |
class DtGetSelfCallbackInfo:
Instances of DtGetSelfCallbackInfo are used to hold the callback function and user data invoked from within the DtReaderWriter::putSelf() function.
| DtGetSelfCallbackInfo::DtGetSelfCallbackInfo | ( | ) |
default constructor
| DtGetSelfCallbackInfo::DtGetSelfCallbackInfo | ( | DtGetSelfCallbackFcn | cb, |
| void * | userData | ||
| ) |
constructor
|
virtual |
destructor
| DtGetSelfCallbackInfo::DtGetSelfCallbackInfo | ( | const DtGetSelfCallbackInfo & | orig | ) |
copy constructor
| DtGetSelfCallbackInfo& DtGetSelfCallbackInfo::operator= | ( | const DtGetSelfCallbackInfo & | orig | ) |
assignment operator
| int DtGetSelfCallbackInfo::operator== | ( | const DtGetSelfCallbackInfo & | orig | ) | const |
equality operators
| int DtGetSelfCallbackInfo::operator!= | ( | const DtGetSelfCallbackInfo & | orig | ) | const |
|
virtual |
Callback function of the form DtGetSelfCallbackFcn.
|
virtual |
|
virtual |
MTL object retrieved in call to DtReaderWriter::getSelf().
|
virtual |
|
virtual |
Pointer to user-specific data (specified by caller when registering callback function).
|
virtual |
|
protected |
|
protected |
|
protected |