InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
TKIStringListData Class Reference
Inheritance diagram for TKIStringListData:
CPMUnknown< ITKIStringListData >ITKIStringListDataIPMUnknown

Public Member Functions

 TKIStringListData (IPMUnknown *boss)
 
virtual void SetStringList (const K2Vector< NodeID > &newList)
 
virtual const K2Vector< NodeID > & GetStringList ()
 
- Public Member Functions inherited from CPMUnknown< ITKIStringListData >
IPMUnknownQueryInterface (PMIID interfaceID) const
 
void AddRef () const
 
void Release () const
 
void PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue)
 
void PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue)
 
 CPMUnknown (const CPMUnknown &)=delete
 
CPMUnknownoperator= (const CPMUnknown &)=delete
 

Additional Inherited Members

- Public Types inherited from ITKIStringListData
enum  { kDefaultIID = IID_ITKISTRINGLISTDATA }
 
- Protected Member Functions inherited from CPMUnknown< ITKIStringListData >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< ITKIStringListData >
HelperInterface fHelperInterface
 

Member Function Documentation

const K2Vector< NodeID > & TKIStringListData::GetStringList ()
virtual

Return the value of the list.

Returns
the list of TKITreeNodeID

Implements ITKIStringListData.

void TKIStringListData::SetStringList (const K2Vector< NodeID > & newList)
virtual

Set the value of the list of nodes.

Parameters
newList- the list of nodes that will be the new value

Implements ITKIStringListData.