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

Public Member Functions | |
| DtOrgManagerSetSuperiorPendingOp (const DtString &subordinateName, const DtString &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 |
Protected Attributes | |
| DtString | mySubordinateName |
| DtString | mySuperiorName |
| int | myDesignator |
| bool | myWaitingCompletion |
Private Member Functions | |
| DtOrgManagerSetSuperiorPendingOp () | |
| Not Implemented. | |
Operation to queue a setSuperior based on name.
The operation will take place when both the superior and subordinate exist in the organization hierarchy.
Not Implemented.
| DtOrgManagerSetSuperiorPendingOp::DtOrgManagerSetSuperiorPendingOp | ( | const DtString & | subordinateName, |
| const DtString & | superiorName, | ||
| int | designator | ||
| ) |
| virtual DtOrgManagerSetSuperiorPendingOp::~DtOrgManagerSetSuperiorPendingOp | ( | ) | [virtual] |
| virtual DtString DtOrgManagerSetSuperiorPendingOp::type | ( | ) | const [virtual] |
Returns "SetSuperiorPending".
Implements DtOrgManagerOperation.
| virtual bool DtOrgManagerSetSuperiorPendingOp::execute | ( | DtOrganizationManager * | orgMgr | ) | [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 void DtOrgManagerSetSuperiorPendingOp::print | ( | DtOrganizationManager * | orgMgr | ) | const [virtual] |
Reimplemented from DtOrgManagerOperation.
int DtOrgManagerSetSuperiorPendingOp::myDesignator [protected] |