InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BscSlDlgTabDialogCreator Class Reference
Inheritance diagram for BscSlDlgTabDialogCreator:
CDialogCreatorIDialogCreatorIPMUnknown

Public Member Functions

 BscSlDlgTabDialogCreator (IPMUnknown *boss)
 
virtual ~BscSlDlgTabDialogCreator ()
 
virtual IDialogCreateDialog ()
 
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)
 

Detailed Description

Provides management and control over the dialog.

Constructor & Destructor Documentation

BscSlDlgTabDialogCreator::BscSlDlgTabDialogCreator (IPMUnknownboss)
inline

Constructor.

Parameters
bossIN interface ptr from boss object on which this interface is aggregated.
virtual BscSlDlgTabDialogCreator::~BscSlDlgTabDialogCreator ()
inlinevirtual

Destructor.

Member Function Documentation

Binds the C implementation class onto its ImplementationID making the C code callable by the application *IDialog * BscSlDlgTabDialogCreator::CreateDialog ()
virtual

Creates a dialog from the resource that is cached by the dialog manager until invoked.

Reimplemented from CDialogCreator.

void BscSlDlgTabDialogCreator::GetOrderedPanelIDs (K2Vector< ClassID > & classIDs)
virtual

Returns the resource ID of the resource containing an ordered list of panel IDs.

Parameters
classIDsIN an ordered list of class IDs of selectable dialogs that are to be installed in this dialog

Reimplemented from CDialogCreator.

RsrcID BscSlDlgTabDialogCreator::GetOrderedPanelsRsrcID () const
virtual

Returns an ordered list of class IDs of selectable dialogs that are to be installed in this dialog.

Reimplemented from CDialogCreator.