![]() | InDesign SDK 20.5 |
#include <ToolInfo.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| SelectionToolInfo () | |
| SelectionToolInfo (const ClassID &toolType, const PMIID &selectionProtocol, const PMIID &nonSelectionProtocol, const WidgetID &selectionWidgetID, const WidgetID &nonSelectionWidgetID, const ToolInfoPriority selectionPriority, const ToolInfoPriority nonSelectionPriority) | |
| bool16 | operator== (const SelectionToolInfo &other) const |
Public Attributes | |
| ClassID | fToolType |
| PMIID | fSelectionProtocol |
| PMIID | fNonSelectionProtocol |
| WidgetID | fSelectionWidgetID |
| WidgetID | fNonSelectionWidgetID |
| ToolInfoPriority | fSelectionPriority |
| ToolInfoPriority | fNonSelectionPriority |
Helper class for cache selection tool information. This is primary used for InfoPalette.
| inline |
Default constructor.
| inline |
Construct object with given values.
| toolType | IN ClassID for tool. |
| protocol | IN protocol when there is selection. |
| widgetID | IN widgetID for the panel when there is selection. |
| priority | IN determine which panel should be loaded if one tool has multiple panels associated with. |
| inline |
Equal operator to compare objects.
| other | IN the object to be compared with. |