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

#include <IColorPickerPanelAttributes.h>

Inheritance diagram for IColorPickerPanelAttributes:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ICOLORPICKERPANELATTRIBUTES }
 

Public Member Functions

virtual bool16 GetGraphicStateInteraction () const =0
 
virtual WidgetID GetPopupWidgetID () const =0
 
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

An interface specifying the color picker settings.

Member Function Documentation

virtual bool16 IColorPickerPanelAttributes::GetGraphicStateInteraction () const
pure virtual

Returns true if the picker panels should send and receive broadcast to and from the graphic state directly.

Returns
kTrue if picker panels should interact with graphic state directly; otherwise return kFalse.
virtual WidgetID IColorPickerPanelAttributes::GetPopupWidgetID () const
pure virtual

Returns widget ID of the menu widget. The menu widget could be a dropdown list or a flyout popup.

Returns
menu widget ID
virtual ServiceID IColorPickerPanelAttributes::GetServiceID () const
pure virtual

Returns service ID of the picker panel.

Returns
service ID of the picker panel.