![]() | InDesign SDK 20.5 |

Public Member Functions | |
| DropDownListSelection (IPMUnknown *boss) | |
| virtual void | SetSelection (int32 dropDownList, int32 index) |
| virtual int32 | GetSelection (int32 dropDownList) const |
| virtual void | Init (void) |
Public Member Functions inherited from CPMUnknown< IDropDownListSelection > | |
| 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 IDropDownListSelection | |
| enum | { kDefaultIID = IID_IPDFVTUIDROPDOWNLISTSELECTION } |
Protected Member Functions inherited from CPMUnknown< IDropDownListSelection > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IDropDownListSelection > | |
| HelperInterface | fHelperInterface |
Stores the current selected index for all the dropdown lists on the dialog.
| DropDownListSelection::DropDownListSelection | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Gets the selection of given dropdown list.
| dropDownList | id of the dropdown list. |
Implements IDropDownListSelection.
| virtual |
Re-initialize the selection for all the dropdown lists to 0.
Implements IDropDownListSelection.
| virtual |
Sets the selection of given dropdown list to the specified value.
| dropDownList | id of the dropdown list. |
| index | selected index. |
Implements IDropDownListSelection.