![]() | InDesign SDK 20.5 |

Public Member Functions | |
| BscSlDlgDialogCreator (IPMUnknown *boss) | |
| virtual | ~BscSlDlgDialogCreator () |
| virtual IDialog * | CreateDialog () |
| virtual void | GetOrderedPanelIDs (K2Vector< ClassID > &classIDs) |
| virtual RsrcID | GetOrderedPanelsRsrcID () const |
Public Member Functions inherited from CDialogCreator | |
| CDialogCreator (IPMUnknown *boss) | |
Additional Inherited Members | |
Protected Member Functions inherited from CDialogCreator | |
| void | GetOrderedPanelIDs (const PluginID pluginID, K2Vector< ClassID > &classIDs) |
Provides management and control over the dialog.
| inline |
Constructor.
| boss | IN interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor.
| virtual |
Creates a dialog from the resource that is cached by the dialog manager until invoked.
Reimplemented from CDialogCreator.
Returns the resource ID of the resource containing an ordered list of panel IDs.
| classIDs | specifies resource ID containing an ordered list of panel IDs. |
Reimplemented from CDialogCreator.
| virtual |
Returns an ordered list of class IDs of selectable dialogs that are to be installed in this dialog.
Reimplemented from CDialogCreator.