![]() | InDesign SDK 20.5 |
#include <CusCondTxtNodeID.h>

Public Types | |
| enum | { kNodeType = kCusCondTxtTreeViewWidgetBoss } |
Public Types inherited from NodeIDClass | |
| typedef int32 | NodeType |
Public Member Functions | |
| virtual | ~CusCondTxtNodeID () |
| virtual NodeType | GetNodeType () const |
| virtual int32 | Compare (const NodeIDClass *NodeID) const |
| virtual NodeIDClass * | Clone () const |
| virtual void | Read (IPMStream *stream) |
| virtual void | Write (IPMStream *stream) const |
| const PMString & | GetName () const |
Public Member Functions inherited from NodeIDClass | |
| virtual PMString | GetDescription () const |
| NodeIDClass (const NodeIDClass &)=delete | |
| NodeIDClass & | operator= (const NodeIDClass &)=delete |
Static Public Member Functions | |
| static NodeID_rv | Create () |
| static NodeID_rv | Create (PMString name) |
Represents a node in the tree view. It is the list item.
| inlinevirtual |
Destructor
| virtual |
| virtual |
Comparator function
| NodeID | [IN] specifies the node that we should compare against |
Implements NodeIDClass.
| inlinestatic |
Factory method to create
new object of this class
Factory method to create new object of this class
| path | [IN] specifies initial path |
| inline |
| inlinevirtual |
Implements NodeIDClass.
| virtual |
Read this from the given stream
| stream | [IN] specified stream |
Implements NodeIDClass.
| virtual |