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

Public Types | |
| enum | { kNodeType = kPstLstUITreeViewWidgetBoss } |
| enum | { kInvalidData = -1, kPageItemType = 0, kPersistentListType = 1 } |
Public Types inherited from NodeIDClass | |
| typedef int32 | NodeType |
Public Member Functions | |
| virtual | ~PstLstUINodeID () |
| 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 int32 & | GetDataType () const |
| const UID & | GetUID () const |
| const PMString & | GetDataDescription () 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 (int32 dataType, UID uid, PMString description) |
Represents a node in the tree view. It is the list item.
| inlinevirtual |
Destructor
| virtual |
| inlinestatic |
Factory method to create new object of this class
| path | [IN] specifies initial path |
| inline |
| inline |
| inlinevirtual |
Implements NodeIDClass.
| inline |
| virtual |
Read this from the given stream
| stream | [IN] specified stream |
Implements NodeIDClass.
| virtual |