![]() |
VR-Forces 4.6.1 Class Documentation
|
Operation to queue a setSuperior based on name. More...

Public Member Functions | |
| DtOrgManagerSetSuperiorPendingOp (const DtUUID &subordinate, const DtUUID &superiorName, int designator) | |
| virtual | ~DtOrgManagerSetSuperiorPendingOp () |
| virtual DtString | type () const |
| Returns "SetSuperiorPending". | |
| virtual bool | execute (DtOrganizationManager *orgMgr) |
| Runs the operation on the specified hierarchy. | |
| virtual void | print (DtOrganizationManager *orgMgr) const |
Public Member Functions inherited from DtOrgManagerPendingOperation | |
| 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 () |
Protected Attributes | |
| DtRwUUID | mySubordinate |
| DtRwUUID | mySuperior |
| int | myDesignator |
| bool | myWaitingCompletion |
Protected Attributes inherited from DtOrgManagerPendingOperation | |
| DtNoArgumentCallbackList | myCompletionCallbackList |
| Callback and user data that will be called when this operation is complete. | |
Private Member Functions | |
| DtOrgManagerSetSuperiorPendingOp () | |
| Not Implemented. | |
Additional Inherited Members | |
Protected Member Functions inherited from DtOrgManagerPendingOperation | |
| virtual void | invokeCompletionCallback () |
| Invokes the specified callback method, if one is set. | |
Operation to queue a setSuperior based on name.
The operation will take place when both the superior and subordinate exist in the organization hierarchy.
|
private |
Not Implemented.
| DtOrgManagerSetSuperiorPendingOp::DtOrgManagerSetSuperiorPendingOp | ( | const DtUUID & | subordinate, |
| const DtUUID & | superiorName, | ||
| int | designator | ||
| ) |
|
virtual |
|
virtual |
Returns "SetSuperiorPending".
Implements DtOrgManagerOperation.
|
virtual |
Runs the operation on the specified hierarchy.
Returns true if this operation should be deleted. (either it has executed, or it has expired). Returns false if it has not executed, and execute should be called again later.
Implements DtOrgManagerOperation.
|
virtual |
Reimplemented from DtOrgManagerOperation.
|
protected |
|
protected |
|
protected |
|
protected |