![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CusCondTxtTreeViewAdapter (IPMUnknown *boss) | |
| virtual NodeID_rv | GetRootNode () const |
| virtual NodeID_rv | GetParentNode (const NodeID &node) const |
| virtual int32 | GetNumChildren (const NodeID &node) const |
| virtual NodeID_rv | GetNthChild (const NodeID &node, const int32 &nth) const |
| virtual int32 | GetChildIndex (const NodeID &parent, const NodeID &child) const |
| virtual NodeID_rv | GetGenericNodeID () const |
Public Member Functions inherited from ListTreeViewAdapter | |
| ListTreeViewAdapter (IPMUnknown *boss) | |
| virtual bool16 | ShouldAddNthChild (const NodeID &node, const int32 &nth) const |
Additional Inherited Members | |
Public Types inherited from ITreeViewHierarchyAdapter | |
| enum | { kDefaultIID = IID_ITREEVIEWHIERARCHYADAPTER } |
Protected Member Functions inherited from ListTreeViewAdapter | |
| virtual int32 | GetNumListItems () const |
| virtual NodeID_rv | GetNthListItem (const int32 &nth) const |
TreeViewAdapter.
| virtual |
Accessor to determine the index of a given child node in its parent's collection of children.
| parent | specifies the parent node whose child we are querying about |
| child | specifies child of interest |
Reimplemented from ListTreeViewAdapter.
| virtual |
Return a dummy node that can be used as a generic node anywhere in the tree.
Reimplemented from ListTreeViewAdapter.
| virtual |
Accessor for a child of a given node by index.
| node | specifies the parent node |
| nth | specifies index of child to choose |
Reimplemented from ListTreeViewAdapter.
| virtual |
Accessor for the number of children given a node that is in the tree-model. specifies the node of interest
Reimplemented from ListTreeViewAdapter.
Accessor for the parent node of a given node. If the given node is the root node, this should return nil.
Reimplemented from ListTreeViewAdapter.
| virtual |
Accessor for the root node of the tree model. Should return an instance of a node that represents the root node, with data allowing it to be uniquely identified as such.
Reimplemented from ListTreeViewAdapter.