Class ThemeManagerService

Hierarchy

  • ThemeManagerService

Properties

$rootScope_: IScope
gmfThemes_: any
gmfTreeManager_: any
modeFlush: any
ngeoStateManager_: StatemanagerService
themeName_: string

Methods

  • Set the current theme name (mode 'flush' only) and add its children. Add only groups that are not already in the tree.

    Parameters

    • theme: any

      A theme object.

    • Optional opt_silent: boolean

      if true it will be no user message if the theme should be added but it's already added.

    Returns void

  • Returns

    The theme name. Will be empty on 'not flush' mode.

    Returns string

  • Parameters

    • name: string

      The new theme name.

    • Optional opt_silent: boolean

      Don't emit a theme change event, default is false.

    Returns void

  • Export

    Parameters

    • themeName: string

      wanted theme name.

    • fallbackThemeName: string

      fallback theme name.

    • Optional opt_silent: boolean

      if true notifyCantAddGroups_ is not called.

    Returns void

Generated using TypeDoc