![]() |
VR-Forces 4.5 Class Documentation
|
This class will hold information that can be used to modify a overlay object after it has been created (this is called as part of the callback to processOverlayObjectCreated()) More...
Public Member Functions | |
| DtVrfOverlayObjectModify (int color, const DtUUID &attachTo, char *userData, int iUserDataSize, DtOverlayCreatedCallbackFcn fcn, DtVrfRemoteController *control) | |
| virtual | ~DtVrfOverlayObjectModify () |
| virtual int | color () const |
| virtual const DtUUID & | attachTo () const |
| virtual void | userData (char **data, int *userDataSize) |
| virtual DtVrfRemoteController * | remoteController () |
| virtual DtOverlayCreatedCallbackFcn | userCallback () |
Protected Attributes | |
| int | myColor |
| DtUUID | myAttachTo |
| DtVrfRemoteController * | myController |
| char * | myUserData |
| int | myUserDataSize |
| DtOverlayCreatedCallbackFcn | myUserCallback |
This class will hold information that can be used to modify a overlay object after it has been created (this is called as part of the callback to processOverlayObjectCreated())
When the user data is set, memory is allocated to hold the size of the data and then the data is copied into a local buffer. You can retrieve a pointer to this buffer and the size by calling the userBuffer() call. Note that this memory will be freed when this object is deleted
| DtVrfOverlayObjectModify::DtVrfOverlayObjectModify | ( | int | color, |
| const DtUUID & | attachTo, | ||
| char * | userData, | ||
| int | iUserDataSize, | ||
| DtOverlayCreatedCallbackFcn | fcn, | ||
| DtVrfRemoteController * | control | ||
| ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |