Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ToolActivateMgr

Index

Properties

groups_: Object
scope_: IScope

The scope.

Methods

  • 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

  • deactivateTool(tool: default): void
  • deactivateTools_(groupName: string, tool: default): void
  • 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(groupName: string): void
  • Unregister each tool from a group.

    Parameters

    • groupName: string

      Name of the group of tools to unregister.

    Returns void

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

Generated using TypeDoc