Classes |
| struct | AIToolboxMessage |
| | The contents of a toolbox message. More...
|
| struct | AIToolboxSuite |
| | This suite allows you to create additional tool palettes, of which there can be any number. More...
|
Defines |
| #define | kAIToolboxSuite "AI Toolbox Suite" |
| #define | kAIToolboxVersion7 AIAPI_VERSION(7) |
| #define | kAIToolboxVersion kAIToolboxVersion7 |
| #define | kAIToolboxSuiteVersion kAIToolboxVersion |
| #define | kCallerAIToolbox "AI Toolbox" |
| | The toolbox caller.
|
| #define | kSelectorAIStartToolbox "AI Toolbox Start Toolbox" |
| | Sent to signal the start of a series of calls describing tools to be added.
|
| #define | kSelectorAIEndToolbox "AI Toolbox End Toolbox" |
| | Sent to signal the end of a series of calls describing tools to be added.
|
| #define | kSelectorAIStartToolGroup "AI Toolbox Start Tool Group" |
| | Sent to signal the start of a tool group.
|
| #define | kSelectorAIEndToolGroup "AI Toolbox End Tool Group" |
| | Sent to signal the end of a tool group.
|
| #define | kSelectorAIStartToolSet "AI Toolbox Start Tool Set" |
| | Sent to signal the start of a tool set.
|
| #define | kSelectorAIEndToolSet "AI Toolbox End Tool Set" |
| | Sent to signal the end of a tool set.
|
| #define | kSelectorAIAddTool "AI Toolbox Add Tool" |
| | Sent to signal the addition of a tool.
|
| #define | kSelectorAIAddRollover "AI Toolbox Add Rollover" |
| | Sent to add a rollover icon of a tool.
|
| #define | kSelectorAIToolSelected "AI Toolbox Tool Selected" |
| | Sent to signal that a tool has been selected.
|
| #define | kSelectorAIAlternateToolActionSelected "AI Toolbox Alternate Tool Action Selected" |
| | Sent to signal that a tool's alternate action has been invoked.
|
| #define | kSelectorAICycleTool "AI Toolbox Cycle Tool" |
| | Sent to signal a tool cycle.
|
| #define | kSelectorAISoftCycleTool "AI Toolbox Soft Cycle Tool" |
| | Sent to signal a tool soft cycle.
|
Typedefs |
| typedef struct _t_AIToolboxOpaque * | AIToolboxHandle |
| | Tool icon Types to be given by clients.
|
Enumerations |
| enum | AIBuiltInToolBox { kAIBasicToolbox = 0,
kAIAdvancedToolbox = 1
} |
| | AIBuiltInToolBox constants.
More...
|