This is the base class for toolset GUIs and provides an interface for managing the toolset's GUI items. It provides a mechanism to add in menubar, toolbar, and toolbox GUI items.
Constructor.
Argument | Type | Default | Description |
toolsetName | String | Toolset name passed in from derived toolsets. |
Activates the toolset (if there is no mode factory, then this method need not be redefined).
Deactivates the toolset (if there is no mode factory, then this method need not be redefined).