Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ToolActivateMgr

Index

Properties

groups_

groups_: Object

scope_

scope_: IScope

The scope.

Methods

activateDefault_

  • activateDefault_(groupName: string): void
  • Activate the default tool in the given group if no other tool is active.

    Parameters

    • groupName: string

      Name of the group.

    Returns void

activateTool

deactivateTool

  • deactivateTool(tool: default): void

deactivateTools_

  • deactivateTools_(groupName: string, tool: default): void

registerTool

  • registerTool(groupName: string, tool: default, opt_defaultActivate: boolean): void
  • Register a tool.

    Parameters

    • groupName: string

      Name of the group of this tool.

    • tool: default

      Tool to register.

    • opt_defaultActivate: boolean

    Returns void

unregisterGroup

  • unregisterGroup(groupName: string): void
  • Unregister each tool from a group.

    Parameters

    • groupName: string

      Name of the group of tools to unregister.

    Returns void

unregisterTool

  • unregisterTool(groupName: string, tool: default): void

Generated using TypeDoc