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

This boss class implements the dialog for this plug-in. All
dialogs must implement IDialogController. Specialisation of IObserver is only necessary if you want to handle widget changes dynamically rather than just gathering their values and applying in the IDialogController implementation. In this implementation IObserver is specialised so that the plug-in's about box is popped when the info button widget is clicked.
| IDialogController kPDFVTUIDialogBoss::IID_IDIALOGCONTROLLER |
Provides management and control over the dialog.
Implementation: kPDFVTUIDialogControllerImpl.
| IPMUnknown kPDFVTUIDialogBoss::IID_IOBSERVER |
Allows dynamic processing of dialog changes.
Implementation: kPDFVTUIDialogObserverImpl.
| IPMUnknown kPDFVTUIDialogBoss::IID_IPDFVTUIDROPDOWNLISTSELECTION |
Implementation: kPDFVTUIDropDownListSelectionImpl.