![]() | InDesign SDK 20.5 |
#include <ToolInfo.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| NonSelectionToolInfo () | |
| NonSelectionToolInfo (const ClassID &toolType, const PMIID &protocol, const WidgetID &widgetID, const ToolInfoPriority priority) | |
| bool16 | operator== (const NonSelectionToolInfo &other) const |
Public Attributes | |
| ClassID | fToolType |
| PMIID | fProtocol |
| WidgetID | fWidgetID |
| ToolInfoPriority | fPriority |
Helper class for cache non selection tool information. This is primary used for InfoPalette.
| inline |
Default constructor.
| inline |
Equal operator to compare objects.
| other | IN the object to be compared with. |
| ToolInfoPriority NonSelectionToolInfo::fPriority |
See the definition of ToolInfoPriority
| PMIID NonSelectionToolInfo::fProtocol |
protocol that the tool is interested in when it is activated
| ClassID NonSelectionToolInfo::fToolType |
class ID for tool that the panel is associated with
| WidgetID NonSelectionToolInfo::fWidgetID |
widgetID for the panel when this tool is activated