InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DialogPanelEntry Class Reference

Public Types

typedef base_type data_type
 

Public Member Functions

 DialogPanelEntry (const WidgetID dialogPanelWidgetID, int32 index, bool16 shown, bool16 autoVisible)
 
 DialogPanelEntry (const DialogPanelEntry &other)
 
DialogPanelEntryoperator= (const DialogPanelEntry &other)
 
bool16 operator== (const DialogPanelEntry &other) const
 
void SetWidgetID (WidgetID widgetID)
 
WidgetID GetWidgetID () const
 
void SetIndex (int32 index)
 
int32 GetIndex () const
 
void SetShown (bool16 shown)
 
bool16 GetShown () const
 
void SetAutoVisible (bool16 autoVisible)
 
bool16 GetAutoVisible () const