![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PnlTrvChangeOptionsCmdData (IPMUnknown *boss) | |
| virtual | ~PnlTrvChangeOptionsCmdData () |
| virtual void | AddOption (const PMString &newVal) |
| virtual PMString | GetNthOption (const int32 index) |
| virtual int32 | GetOptionCount () |
Public Member Functions inherited from CPMUnknown< IPnlTrvChangeOptionsCmdData > | |
| IPMUnknown * | QueryInterface (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 | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IPnlTrvChangeOptionsCmdData | |
| enum | { kDefaultIID = IID_IPNLTRVCHANGEOPTIONSCMDDATA } |
Protected Member Functions inherited from CPMUnknown< IPnlTrvChangeOptionsCmdData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPnlTrvChangeOptionsCmdData > | |
| HelperInterface | fHelperInterface |
Persistent implementation of interface IPnlTrvChangeOptionsCmdData. It is used by the command to change the options for this plug-in.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * PnlTrvChangeOptionsCmdData::PnlTrvChangeOptionsCmdData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
Add option to list of options stored on this.
| newVal | [IN] new value to append to list. |
Implements IPnlTrvChangeOptionsCmdData.
| virtual |
Accessor for option at zero-based index in list of options
| index | [IN] position of interest |
Implements IPnlTrvChangeOptionsCmdData.
| inlinevirtual |
Accessor for size of options list
Implements IPnlTrvChangeOptionsCmdData.