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

Provides the behaviour for 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 kBscDlgDialogBoss::IID_IDIALOGCONTROLLER |
Provides management and control over the dialog. Implementation of IDialogController.
Implementation: kBscDlgDialogControllerImpl.
| IPMUnknown kBscDlgDialogBoss::IID_IOBSERVER |
Allows dynamic processing of dialog changes. Implementation of IObserver.
Implementation: kBscDlgDialogObserverImpl.