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

Public Types | |
| enum | { kDefaultIID = IID_IPNLTRVCHANGEOPTIONSCMDDATA } |
Public Member Functions | |
| virtual void | AddOption (const PMString &newVal)=0 |
| virtual PMString | GetNthOption (const int32 index)=0 |
| virtual int32 | GetOptionCount ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
From SDK sample; data interface for PnlTrvChangeOptionsCmd, responsible
for changing options for this plug-in.
| pure virtual |
Method to append option to list of options
| newVal | [IN] new value to append to option-list |
Implemented in PnlTrvChangeOptionsCmdData.
| pure virtual |
Accessor for stored option by index
| index | [IN] specifies position of interest (zero-based) |
Implemented in PnlTrvChangeOptionsCmdData.
| pure virtual |
Return count of options on this data interface
Implemented in PnlTrvChangeOptionsCmdData.