![]() | InDesign SDK 20.5 |

Public Member Functions | |
| GTTxtEdtControlStripSuite (IPMUnknown *boss) | |
| virtual void | GetEnabledWidgets (K2Vector< ControlStripWidgetInfo > &infoList, const PMIID &suiteIID) const |
| virtual void | GetEnabledTrackingWidgets (K2Vector< ControlStripWidgetInfo > &infoList, const PMIID &suiteIID, const ITracker *tracker) const |
Public Member Functions inherited from CPMUnknown< IControlStripWidgetSuite > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IControlStripWidgetSuite | |
| enum | { kDefaultIID = IID_ICONTROLSTRIPWIDGETSUITE } |
Protected Member Functions inherited from CPMUnknown< IControlStripWidgetSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IControlStripWidgetSuite > | |
| HelperInterface | fHelperInterface |
This suite allows us to participate in the control strip. It provides our UI on demand to the application.
| GTTxtEdtControlStripSuite::GTTxtEdtControlStripSuite | ( | IPMUnknown * | boss | ) |
Constructor
| virtual |
Provide the widgets to the application.
Implements IControlStripWidgetSuite.
| virtual |
Provide the widgets to the application.
Implements IControlStripWidgetSuite.