InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPMRsrcIDListData Class Referenceabstract

#include <IPMRsrcIDListData.h>

Inheritance diagram for IPMRsrcIDListData:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_IPMRSRCIDLISTDATA }
 

Public Member Functions

virtual void Append (PMRsrcID k)=0
 
virtual PMRsrcID Get (int32 n)=0
 
virtual uint32 Length ()=0
 
virtual void Clear ()=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Contains a list of PMRsrcId, usually a list of icon resources

Member Function Documentation

virtual void IPMRsrcIDListData::Append (PMRsrcID k)
pure virtual

Use to add a new resource id

Parameters
k- the new resource id to be added
virtual void IPMRsrcIDListData::Clear ()
pure virtual

remove all the entries in the array

virtual PMRsrcID IPMRsrcIDListData::Get (int32 n)
pure virtual

Get the nth resource id

Parameters
n- the integer you want (must be less than Length - 1)
Returns
- the resource id you requested. (if you request a value that is out of range behavior is undefined)
virtual uint32 IPMRsrcIDListData::Length ()
pure virtual

Get the number of resource ids currently stored

Returns
- The number of resource id