Instances of DtUpdateControlCbList are used to provide a list of callbacks (DtUpdateControlCbInfo) which are called when an object starts updating.
More...
Instances of DtUpdateControlCbList are used to provide a list of callbacks (DtUpdateControlCbInfo) which are called when an object starts updating.
| DtUpdateControlCbList::DtUpdateControlCbList |
( |
| ) |
|
| virtual DtUpdateControlCbList::~DtUpdateControlCbList |
( |
| ) |
|
|
virtual |
| virtual int DtUpdateControlCbList::add |
( |
RTI::ObjectHandle |
hand, |
|
|
DtUpdateControlCb |
cb, |
|
|
void * |
usr |
|
) |
| |
|
virtual |
Add/Remove a start updates callback to/from the list.
Returns whether add/remove took place.
| virtual void DtUpdateControlCbList::apply |
( |
RTI::ObjectHandle |
instanceHandle, |
|
|
const RTI::AttributeHandleSet & |
hSet |
|
) |
| |
|
virtual |
Callbacks are for a particular object class instanceHandle.
Call any callbacks in the list for the object class instanceHandle.
| virtual void DtUpdateControlCbList::clear |
( |
| ) |
|
|
virtual |
Remove all callbacks from the list.
Copy another callback list into this object's callback list.
Non-virtual, since meant to be called from ctor.
| void DtUpdateControlCbList::dtorClear |
( |
| ) |
|
|
protected |
Remove all callbacks from the list.
Non-virtual, since meant to be called from dtor, otherwise should call clear().
| virtual int DtUpdateControlCbList::remove |
( |
RTI::ObjectHandle |
hand, |
|
|
DtUpdateControlCb |
cb, |
|
|
void * |
usr |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: