Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ThemeManagerService

Index

Properties

$rootScope_

$rootScope_: IScope

gmfThemes_

gmfThemes_: any

gmfTreeManager_

gmfTreeManager_: any

modeFlush

modeFlush: any

ngeoStateManager_

ngeoStateManager_: StatemanagerService

themeName_

themeName_: string

Methods

addTheme

  • addTheme(theme: any, opt_silent: boolean): void
  • 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.

    • opt_silent: boolean

    Returns void

getThemeName

  • getThemeName(): string

isLoading

  • isLoading(): boolean

removeAll

  • removeAll(): void

setThemeName

  • setThemeName(name: string, opt_silent: boolean): void

updateCurrentTheme

  • updateCurrentTheme(themeName: string, fallbackThemeName: string, opt_silent: boolean): void
  • export

    Parameters

    • themeName: string

      wanted theme name.

    • fallbackThemeName: string

      fallback theme name.

    • opt_silent: boolean

    Returns void

Generated using TypeDoc