![]() |
VR-Forces Developer's Guide
|
Contains the declaration of DtOrbatManagerNode, the class that represents a single node the hierarchy of organized orbat entities.

Protected Member Functions | |
| virtual void | childAdded (DtOrganizationManagerNode *) override |
| virtual void | childRemoved (const DtOrganizationManagerNode *) override |
Protected Member Functions inherited from DtOrganizationManagerNode | |
| virtual void | invokeSubordinatesChangedCallbacks (const DtUUID &) const |
| virtual void | invokeChildAddedCallbacks (const DtUUID &) const |
| virtual void | invokeChildRemovedCallbacks (const DtUUID &) const |
| void | removeAllSubordinatesChangedCallbacks () const |
Protected Attributes | |
| DtRwOrbatData | myOrbatData |
Protected Attributes inherited from DtOrganizationManagerNode | |
| ChildList | myChildList |
| DtOrganizationManagerNode * | myParentNode |
| bool | myIsTopLevel |
| DtOrgNodeCallbackList | mySubordinatesChangedCallbackList |
| DtOrgNodeCallbackList | myChildAddedCallbackList |
| DtOrgNodeCallbackList | myChildRemovedCallbackList |
| DtSimObjectReference | mySimObject |
| std::recursive_mutex | myMutex |
Private Member Functions | |
| DtOrbatManagerNode (const DtOrbatManagerNode &orig) | |
| DtOrbatManagerNode & | operator= (const DtOrbatManagerNode &orig) |
Additional Inherited Members | |
Public Types inherited from DtOrganizationManagerNode | |
| typedef std::set < DtOrganizationManagerNode * > | ChildList |
| DtOrbatManagerNode::DtOrbatManagerNode | ( | ) |
|
overridevirtual |
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Sets the orbat data for this item.
|
inline |
|
inline |
|
overridevirtual |
Object uuid of this node.
Reimplemented from DtOrganizationManagerNode.
|
virtual |
If belonging to a parent, the parent this is hooked to.
|
virtual |
|
virtual |
|
virtual |
List returned in order of orbat order.
|
overrideprotectedvirtual |
Child added. Called internally when a child has been added to the list.
Reimplemented from DtOrganizationManagerNode.
|
overrideprotectedvirtual |
Child removed. Called internally when a child is removed.
Reimplemented from DtOrganizationManagerNode.
|
protected |