![]() |
VR-Forces 4.3 Class Documentation
|
Abstract class deriving from DtOrgManagerOperation which adds a completion callback to the operation. More...

Public Member Functions | |
| DtOrgManagerPendingOperation () | |
| virtual | ~DtOrgManagerPendingOperation () |
| virtual void | addCompletionCallback (DtOrganizationManagerCallbackFcn fcn, void *usr) |
| virtual void | removeCompletionCallback (DtOrganizationManagerCallbackFcn fcn, void *usr) |
Public Member Functions inherited from DtOrgManagerOperation | |
| DtOrgManagerOperation () | |
| virtual | ~DtOrgManagerOperation () |
| virtual DtString | type () const =0 |
| virtual bool | execute (DtOrganizationManager *orgMgr)=0 |
| Runs the operation on the specified hierarchy. | |
| virtual void | print (DtOrganizationManager *orgMgr) const |
Protected Member Functions | |
| virtual void | invokeCompletionCallback () |
| Invokes the specified callback method, if one is set. | |
Protected Attributes | |
| DtNoArgumentCallbackList | myCompletionCallbackList |
| Callback and user data that will be called when this operation is complete. | |
Private Member Functions | |
| DtOrgManagerPendingOperation (const DtOrgManagerPendingOperation &orig) | |
| Not Implemented. | |
| DtOrgManagerPendingOperation & | operator= (DtOrgManagerPendingOperation &orig) |
| Not Implemented. | |
Abstract class deriving from DtOrgManagerOperation which adds a completion callback to the operation.
Used as a base class for any operations which need to invoke a completion operation when they are complete.
|
private |
Not Implemented.
| DtOrgManagerPendingOperation::DtOrgManagerPendingOperation | ( | ) |
|
virtual |
|
private |
Not Implemented.
|
virtual |
|
virtual |
|
protectedvirtual |
Invokes the specified callback method, if one is set.
|
protected |
Callback and user data that will be called when this operation is complete.