InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IInfoPanelAttributes Class Referenceabstract

#include <IInfoPanelAttributes.h>

Inheritance diagram for IInfoPanelAttributes:
IPMUnknown

Public Member Functions

virtual ServiceID GetServiceID () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Provides a mechanism to let InfoPalette know which panels should be loaded. With this interface, we provides a more generic way to build other palettes similar to InfoPalette. Client can define its service id that its palette are interested to load. This interface resides on kInfoPanelWidgetBoss.

Member Function Documentation

virtual ServiceID IInfoPanelAttributes::GetServiceID () const
pure virtual

Get the service id that the InfoPalette is interested in.

Returns
ServiceID.