InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WLBCmpNodeID Class Reference

#include <WLBCmpNodeID.h>

Inheritance diagram for WLBCmpNodeID:
NodeIDClass

Public Types

enum  { kNodeType = kWLBCmpListBoxWidgetBoss }
 
- Public Types inherited from NodeIDClass
typedef int32 NodeType
 

Public Member Functions

virtual ~WLBCmpNodeID ()
 
virtual NodeType GetNodeType () const
 
virtual int32 Compare (const NodeIDClass *NodeID) const
 
virtual NodeIDClassClone () const
 
virtual void Read (IPMStream *stream)
 
virtual void Write (IPMStream *stream) const
 
const PMStringGetName () const
 
- Public Member Functions inherited from NodeIDClass
virtual PMString GetDescription () const
 
 NodeIDClass (const NodeIDClass &)=delete
 
NodeIDClassoperator= (const NodeIDClass &)=delete
 

Static Public Member Functions

static NodeID_rv Create ()
 
static NodeID_rv Create (PMString name)
 

Detailed Description

Represents a node in the tree view. It is the list item.

Constructor & Destructor Documentation

virtual WLBCmpNodeID::~WLBCmpNodeID ()
inlinevirtual

Destructor

Member Function Documentation

NodeIDClass * WLBCmpNodeID::Clone () const
virtual

Create a copy of this

Returns

Implements NodeIDClass.

static NodeID_rv WLBCmpNodeID::Create ()
inlinestatic
Factory method to create 

new object of this class

Returns
new instance of this class
static NodeID_rv WLBCmpNodeID::Create (PMString name)
inlinestatic

Factory method to create new object of this class

Parameters
path[IN] specifies initial path
Returns
new instance of this class
const PMString& WLBCmpNodeID::GetName (void ) const
inline

Accessor for the value associated with this node

Returns
const PMString&
virtual NodeType WLBCmpNodeID::GetNodeType () const
inlinevirtual
Returns
type of this node

Implements NodeIDClass.

void WLBCmpNodeID::Read (IPMStreamstream)
virtual

Read this from the given stream

Parameters
stream[IN] specified stream
Returns

Implements NodeIDClass.

void WLBCmpNodeID::Write (IPMStreamstream) const
virtual

Write this to the given stream

Parameters
[OUT]stream
Returns

Implements NodeIDClass.