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

#include <DataUpdaterUINodeID.h>

Inheritance diagram for DataUpdaterUINodeID:
NodeIDClass

Public Types

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

Public Member Functions

virtual ~DataUpdaterUINodeID ()
 
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 PMStringGetValue () const
 
const PMStringGetType () const
 
const int32 GetIndex () 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 type, int32 index, PMString value)
 

Detailed Description

Represents a node in the tree view. This could be a record name, field name or value of a field.

Constructor & Destructor Documentation

virtual DataUpdaterUINodeID::~DataUpdaterUINodeID ()
inlinevirtual

Destructor

Member Function Documentation

NodeIDClass * DataUpdaterUINodeID::Clone () const
virtual

Create a copy of this

Returns

Implements NodeIDClass.

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

new object of this class

Returns
new instance of this class
static NodeID_rv DataUpdaterUINodeID::Create (PMString type,
int32 index,
PMString value 
)
inlinestatic

Factory method to create new object of this class

Parameters
path[IN] specifies initial path
Returns
new instance of this class
const int32 DataUpdaterUINodeID::GetIndex () const
inline

Accessor for the with this node

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

Implements NodeIDClass.

const PMString& DataUpdaterUINodeID::GetType () const
inline

Accessor for the type associated with this node

Returns
const PMString&
const PMString& DataUpdaterUINodeID::GetValue () const
inline

Accessor for the value associated with this node

Returns
const PMString&
void DataUpdaterUINodeID::Read (IPMStreamstream)
virtual

Read this from the given stream

Parameters
stream[IN] specified stream
Returns

Implements NodeIDClass.

void DataUpdaterUINodeID::Write (IPMStreamstream) const
virtual

Write this to the given stream

Parameters
[OUT]stream
Returns

Implements NodeIDClass.