SYMBOL INDEX (595 symbols across 49 files) FILE: old/features/volumeMixer.ts class VolumeMixerFeature (line 5) | class VolumeMixerFeature { method load (line 6) | load() { method unload (line 46) | unload() { FILE: old/inputOutput.ts class SoundTweakFeature (line 7) | class SoundTweakFeature extends FeatureBase { method loadSettings (line 14) | loadSettings(loader: SettingLoader): void { method onLoad (line 23) | onLoad() { method onUnload (line 34) | onUnload(): void {} FILE: old/layoutCustomize.ts class LayoutCustomize (line 6) | class LayoutCustomize extends FeatureBase { method loadSettings (line 11) | override loadSettings(loader: SettingLoader): void { method onChild (line 15) | onChild(actor: QuickMenuToggle) { method checkChildren (line 19) | checkChildren() { method update (line 25) | update() { method onLoad (line 29) | override onLoad(): void { method onUnload (line 41) | override onUnload(): void { FILE: old/libs/streamSlider.ts constant ALLOW_AMPLIFIED_VOLUME_KEY (line 9) | const ALLOW_AMPLIFIED_VOLUME_KEY = 'allow-volume-above-100-percent' class StreamSlider (line 11) | class StreamSlider extends QuickSlider { method _init (line 12) | _init(control) { method stream (line 69) | get stream() { method stream (line 73) | set stream(stream) { method _connectStream (line 88) | _connectStream(stream) { method _lookupDevice (line 94) | _lookupDevice(_id) { method _activateDevice (line 99) | _activateDevice(_device) { method _addDevice (line 104) | _addDevice(id) { method _removeDevice (line 128) | _removeDevice(id) { method _setActiveDevice (line 134) | _setActiveDevice(activeId) { method _shouldBeVisible (line 142) | _shouldBeVisible() { method _sync (line 146) | _sync() { method _sliderChanged (line 151) | _sliderChanged() { method _notifyVolumeChange (line 182) | _notifyVolumeChange() { method _changeSlider (line 196) | _changeSlider(value) { method _updateVolume (line 202) | _updateVolume() { method _amplifySettingsChanged (line 209) | _amplifySettingsChanged() { method getIcon (line 219) | getIcon() { method getLevel (line 234) | getLevel() { method getMaxLevel (line 241) | getMaxLevel() { method _destroy (line 250) | _destroy() { FILE: old/libs/volumeMixerHandlerNotImpled.ts constant ALLOW_AMPLIFIED_VOLUME_KEY (line 15) | const ALLOW_AMPLIFIED_VOLUME_KEY = 'allow-volume-above-100-percent' class StreamSlider (line 19) | class StreamSlider extends QuickSlider { method _init (line 20) | _init(control: Gvc.MixerControl, stream: Gvc.MixerStream) { method _connectStream (line 36) | _connectStream(stream: Gvc.MixerStream) { method _shouldBeVisible (line 89) | _shouldBeVisible() { method getIcon (line 94) | getIcon() { FILE: old/other.ts method constructor (line 16) | constructor(settings: Gio.Settings, _prefs: QstExtensionPreferences, win... FILE: old/prefsPages/volumeMixer.ts method constructor (line 20) | constructor(callingWidget, filterListData) { method checkInputValid (line 63) | checkInputValid() { method _init (line 86) | _init(name, value) { method constructor (line 94) | constructor(settings) { method createAddFilteredAppButtonRow (line 237) | createAddFilteredAppButtonRow() { method buildFilterListRow (line 253) | buildFilterListRow(filteredAppName) { method removeFilteredApp (line 291) | removeFilteredApp(filteredAppName, filterListRow) { method addFilteredApp (line 297) | addFilteredApp(filteredAppName) { method showFilteredAppDialog (line 305) | showFilteredAppDialog(callingWidget, filterListData) { FILE: old/sidebarPrefs.ts class QstExtensionPreferences (line 23) | class QstExtensionPreferences extends ExtensionPreferences { method appendIconPath (line 24) | appendIconPath(path: string) { method readExtensionFile (line 30) | readExtensionFile(path: string) { method getContributorRows (line 37) | getContributorRows(): ContributorsRow.Contributor[][] { method getLicenses (line 51) | getLicenses(): LicenseRow.License[] { method getVersionString (line 63) | getVersionString(): string { method getChangelog (line 84) | getChangelog(): string { method fillPreferencesWindow (line 88) | async fillPreferencesWindow(window: Adw.PreferencesWindow) { FILE: old/widgetManager.ts class WidgetManager (line 5) | class WidgetManager { method update (line 11) | update() { method load (line 15) | load(): void { method unload (line 31) | unload(): void { FILE: scripts/reindent.js function getItems (line 2) | function getItems() { function main (line 11) | async function main() { FILE: src/ambient.d.ts type EasingParams (line 4) | interface EasingParams { type EasingParamsWithProps (line 12) | type EasingParamsWithProps = EasingParams & { [key: string]: any } class Info (line 17) | class Info extends GObject.Object { class Location (line 220) | class Location extends GObject.Object { type ConditionPhenomenon (line 224) | enum ConditionPhenomenon { type ConditionQualifier (line 255) | enum ConditionQualifier { type DistanceUnit (line 272) | enum DistanceUnit { type LocationLevel (line 288) | enum LocationLevel { type PressureUnit (line 305) | enum PressureUnit { type Provider (line 315) | enum Provider { type Sky (line 326) | enum Sky { type SpeedUnit (line 341) | enum SpeedUnit { type TemperatureUnit (line 356) | enum TemperatureUnit { type WindDirection (line 370) | enum WindDirection { class PageIndicators (line 400) | class PageIndicators extends St.BoxLayout { class WeatherClient (line 416) | class WeatherClient extends Signals.EventEmitter { FILE: src/extension.ts class QstExtension (line 25) | class QstExtension extends Extension { method disable (line 29) | disable() { method enable (line 50) | enable() { FILE: src/features/debug.ts class DebugFeature (line 6) | class DebugFeature extends FeatureBase { method loadSettings (line 13) | override loadSettings(loader: SettingLoader): void { method onLoad (line 20) | override onLoad() { method onUnload (line 49) | override onUnload(): void {} FILE: src/features/layout/dateMenu.ts class DateMenuLayoutFeature (line 6) | class DateMenuLayoutFeature extends FeatureBase { method loadSettings (line 13) | override loadSettings(loader: SettingLoader): void { method onLoad (line 20) | override onLoad() { method onUnload (line 64) | override onUnload(): void { FILE: src/features/layout/sound.ts class SoundLayoutFeature (line 5) | class SoundLayoutFeature extends FeatureBase { method loadSettings (line 8) | override loadSettings(loader: SettingLoader): void { method onLoad (line 13) | override onLoad(): void { method onUnload (line 16) | override onUnload(): void { FILE: src/features/layout/systemIndicator.ts class SystemIndicatorLayoutFeature (line 10) | class SystemIndicatorLayoutFeature extends FeatureBase { method loadSettings (line 18) | override loadSettings(loader: SettingLoader): void { method onIndicatorCreated (line 28) | onIndicatorCreated(maid: Maid, indicator: SystemIndicator): void { method onUpdate (line 34) | onUpdate(): void { method onLoad (line 59) | override onLoad(): void { method onUnload (line 113) | override onUnload(): void { FILE: src/features/layout/systemItems.ts class SystemItemsLayoutFeature (line 9) | class SystemItemsLayoutFeature extends FeatureBase { method loadSettings (line 19) | override loadSettings(loader: SettingLoader): void { method getItmes (line 31) | async getItmes(): Promise<{ method onLoad (line 76) | override onLoad() { method onUnload (line 108) | override onUnload(): void {} FILE: src/features/layout/toggles.ts class TogglesLayoutFeature (line 11) | class TogglesLayoutFeature extends FeatureBase { method loadSettings (line 16) | override loadSettings(loader: SettingLoader): void { method onToggleCreated (line 30) | onToggleCreated(maid: Maid, toggle: QuickToggle|QuickMenuToggle): void { method onUpdate (line 36) | onUpdate(): void { method onLoad (line 67) | override onLoad(): void { method onUnload (line 74) | override onUnload(): void { FILE: src/features/menuAnimation.ts class MenuAnimation (line 9) | class MenuAnimation extends FeatureBase { method loadSettings (line 20) | override loadSettings(loader: SettingLoader): void { method onOpen (line 33) | onOpen(_maid: Maid, _menu: QuickSettingsMenu, isOpen: boolean) { method onLoad (line 70) | override onLoad(): void { method onUnload (line 88) | override onUnload(): void { FILE: src/features/overlayMenu.ts class OverlayMenu (line 9) | class OverlayMenu extends FeatureBase { method loadSettings (line 16) | override loadSettings(loader: SettingLoader): void { method getCoords (line 25) | getCoords(menu: QuickSettingsMenu): { method onOpen (line 71) | onOpen(_maid: Maid, menu: QuickSettingsMenu, isOpen: boolean) { method onMenuCreated (line 117) | onMenuCreated(maid: Maid, menu: QuickSettingsMenu) { method reload (line 132) | override reload(changedKey?: string): void { method onLoad (line 138) | override onLoad(): void { method onUnload (line 163) | override onUnload(): void { FILE: src/features/toggle/unsafeQuickToggle.ts class UnsafeQuickToggle (line 8) | class UnsafeQuickToggle extends QuickToggle { method constructor (line 10) | constructor(onUpdate: UnsafeQuickToggle["_onUpdate"]) { super(onUpdate... method _init (line 11) | _init(onUpdate: any) { method _updateIcon (line 25) | _updateIcon() { method _toggleMode (line 30) | _toggleMode() { method _sync (line 38) | _sync() { class UnsafeIndicator (line 47) | class UnsafeIndicator extends SystemIndicator { method constructor (line 48) | constructor(onUpdate: UnsafeQuickToggle["_onUpdate"]) { super(onUpdate... method _init (line 50) | _init(onUpdate: any) { method destroy (line 54) | destroy() { class UnsafeQuickToggleFeature (line 64) | class UnsafeQuickToggleFeature extends FeatureBase { method loadSettings (line 67) | override loadSettings(loader: SettingLoader): void { method onLoad (line 73) | override onLoad(): void { method onUnload (line 90) | override onUnload(): void { FILE: src/features/widget/media.ts class Player (line 26) | class Player extends GObject.Object { method constructor (line 35) | constructor(busName: string) { method position (line 96) | get position(): Promise { method position (line 104) | set position(value: number) { method busName (line 119) | get busName(): string { method trackId (line 122) | get trackId(): string { method length (line 125) | get length(): number|null { method trackArtists (line 128) | get trackArtists(): string[] | null { method trackTitle (line 131) | get trackTitle(): string | null { method trackCoverUrl (line 134) | get trackCoverUrl(): string | null { method app (line 137) | get app(): Shell.App | null { method canGoNext (line 140) | get canGoNext(): boolean | null { method canGoPrevious (line 143) | get canGoPrevious(): boolean | null { method status (line 146) | get status(): string | null { method _parseMetadata (line 151) | _parseMetadata(metadata: any) { method _update (line 206) | _update() { method previous (line 215) | previous() { method next (line 219) | next() { method playPause (line 223) | playPause() { method raise (line 227) | raise() { method isPlaying (line 234) | isPlaying(): boolean { method _ready (line 239) | _ready() { method _close (line 258) | _close() { constant MPRIS_PLAYER_PREFIX (line 290) | const MPRIS_PLAYER_PREFIX = "org.mpris.MediaPlayer2." class Source (line 291) | class Source extends GObject.Object { method _init (line 295) | _init() { method start (line 300) | start() { method players (line 309) | get players(): Player[] { method _addPlayer (line 313) | private _addPlayer(busName: string) { method _onProxyReady (line 329) | private async _onProxyReady() { method _onNameOwnerChanged (line 343) | private _onNameOwnerChanged(proxy: any, sender: any, [name, oldOwner, ... class ProgressControl (line 365) | class ProgressControl extends St.BoxLayout { method constructor (line 375) | constructor(player: Player, options: ProgressControl.Options) { method _init (line 378) | _init(player: Player, options: ProgressControl.Options): void { method _createLabels (line 403) | _createLabels() { method _createSlider (line 417) | _createSlider() { method _updateStatus (line 444) | _updateStatus(noAnimate?: boolean) { method _updatePosition (line 485) | _updatePosition(current: number) { method _trackPosition (line 495) | _trackPosition() { method _dropTracker (line 504) | _dropTracker() { method _createTracker (line 509) | _createTracker() { method _updateTracker (line 516) | _updateTracker() { method _formatSeconds (line 523) | _formatSeconds(seconds: number) { type OptionsBase (line 537) | interface OptionsBase { type Options (line 540) | type Options = { class MediaItem (line 546) | class MediaItem extends MessageList.Message { method constructor (line 557) | constructor(player: Player, options: MediaItem.Options) { method _createControlButtons (line 582) | _createControlButtons() { method _update (line 603) | _update() { method _updateGradient (line 639) | _updateGradient(): void { method vfunc_button_press_event (line 725) | vfunc_button_press_event(_event: Clutter.Event): boolean { method vfunc_button_release_event (line 728) | vfunc_button_release_event(_event: Clutter.Event): boolean { method vfunc_motion_event (line 731) | vfunc_motion_event(_event: Clutter.Event): boolean { method vfunc_touch_event (line 734) | vfunc_touch_event(_event: Clutter.Event): boolean { method addEventStop (line 738) | addEventStop(actor: T): T { type OptionsBase (line 745) | interface OptionsBase { type Options (line 758) | type Options = { class MediaList (line 766) | class MediaList extends St.BoxLayout { method _messages (line 777) | get _messages(): MediaItem[] { method constructor (line 782) | constructor(options: MediaList.Options) { method _init (line 787) | _init(options: MediaList.Options): void { method _initEffect (line 839) | _initEffect() { method _updateEffect (line 859) | _updateEffect() { method _updateDragOffset (line 876) | _updateDragOffset(current: MediaItem, offset: number) { method _finalizeDragOffset (line 886) | _finalizeDragOffset(current: MediaItem, offset: number) { method dfunc_drag_end (line 910) | dfunc_drag_end(event: Drag.Event): void { method dfunc_drag_start (line 926) | dfunc_drag_start(_event: Drag.Event): void { method dfunc_drag_motion (line 932) | dfunc_drag_motion(event: Drag.Event): void { method dfunc_scroll_start (line 941) | dfunc_scroll_start(_event: Scroll.Event): void { method dfunc_scroll_motion (line 947) | dfunc_scroll_motion(event: Scroll.Event): void { method dfunc_scroll_end (line 953) | dfunc_scroll_end(event: Scroll.Event): void { method page (line 964) | get page(): number { method page (line 967) | set page(page: number) { method maxPage (line 970) | get maxPage(): number { method _showFirstPlaying (line 973) | _showFirstPlaying() { method _setPage (line 981) | _setPage(to: MediaItem) { method _seekPage (line 1031) | _seekPage(offset: number) { method _sync (line 1041) | _sync() { type Options (line 1088) | type Options = Partial<{ class Header (line 1099) | class Header extends St.BoxLayout { method constructor (line 1103) | constructor(options: Header.Options) { method _init (line 1106) | _init(_options: Header.Options) { method maxPage (line 1132) | set maxPage(maxPage: number) { method maxPage (line 1135) | get maxPage(): number { method page (line 1138) | set page(page: number) { method page (line 1141) | get page(): number { type Options (line 1151) | type Options = Partial<{ class MediaWidget (line 1157) | class MediaWidget extends St.BoxLayout { method constructor (line 1164) | constructor(options: MediaWidget.Options) { method _init (line 1167) | _init(options: MediaWidget.Options) { method _syncEmpty (line 1207) | _syncEmpty() { method _updateStyleClass (line 1211) | _updateStyleClass() { type Options (line 1221) | type Options = Partial<{ class MediaWidgetFeature (line 1231) | class MediaWidgetFeature extends FeatureBase { method loadSettings (line 1252) | override loadSettings(loader: SettingLoader): void { method reload (line 1286) | override reload(key: string): void { method onLoad (line 1339) | override onLoad(): void { method onUnload (line 1350) | override onUnload(): void { FILE: src/features/widget/notifications.ts class Placeholder (line 12) | class Placeholder extends St.BoxLayout { method _init (line 16) | _init() { class ClearButton (line 41) | class ClearButton extends St.Button { method _init (line 46) | _init() { class Header (line 82) | class Header extends St.BoxLayout { method constructor (line 86) | constructor(options: Header.Options) { method _init (line 89) | _init(options: Header.Options) { type Options (line 113) | type Options = Partial<{ class NativeControl (line 120) | class NativeControl extends St.BoxLayout { method _init (line 126) | _init() { class NotificationList (line 172) | class NotificationList extends MessageList.MessageView { method constructor (line 173) | constructor() { method _setupMpris (line 177) | _setupMpris() {} class NotificationWidget (line 183) | class NotificationWidget extends St.BoxLayout { method constructor (line 191) | constructor(options: NotificationWidget.Options) { method _init (line 194) | _init(options: NotificationWidget.Options) { method _updateMaxHeight (line 228) | _updateMaxHeight() { method _updateStyleClass (line 234) | _updateStyleClass() { method _createScroll (line 244) | _createScroll() { method _updateScrollStyle (line 259) | _updateScrollStyle() { method _syncScrollbarPadding (line 262) | _syncScrollbarPadding() { method _createHeaderArea (line 269) | _createHeaderArea() { method _createPlaceholder (line 280) | _createPlaceholder() { method _createNativeControl (line 284) | _createNativeControl() { method _syncClear (line 295) | _syncClear() { method _syncEmpty (line 325) | _syncEmpty() { type Options (line 338) | type Options = { class NotificationsWidgetFeature (line 351) | class NotificationsWidgetFeature extends FeatureBase { method loadSettings (line 361) | override loadSettings(loader: SettingLoader): void { method reload (line 374) | override reload(key: string): void { method onLoad (line 395) | override onLoad(): void { method onUnload (line 409) | override onUnload(): void { FILE: src/features/widget/volumeMixer.ts constant ALLOW_AMPLIFIED_VOLUME_KEY (line 22) | const ALLOW_AMPLIFIED_VOLUME_KEY = "allow-volume-above-100-percent" class StreamSlider (line 25) | class StreamSlider extends QuickSlider { method constructor (line 34) | constructor( method _init (line 44) | _init(control: Gvc.MixerControl, stream: Gvc.MixerStream|undefined, op... method stream (line 89) | get stream(): Gvc.MixerStream { method stream (line 92) | set stream(stream: Gvc.MixerStream) { method _sync (line 112) | _sync() { method _feedbackVolumeChange (line 126) | _feedbackVolumeChange() { method _updateSlider (line 147) | _updateSlider() { method _sliderChanged (line 158) | _sliderChanged() { method _updateAllowAmplified (line 190) | _updateAllowAmplified() { method getLevel (line 196) | getLevel(): number|null { method getMaxLevel (line 200) | getMaxLevel(): number { method _destroy (line 208) | _destroy() { method vfunc_get_preferred_height (line 223) | vfunc_get_preferred_height(for_width: number): [number, number] { type Options (line 233) | interface Options { class VolumeMixerItem (line 240) | class VolumeMixerItem extends St.BoxLayout { method constructor (line 246) | constructor( method _init (line 253) | _init( method _updateLabel (line 280) | _updateLabel() { method _sync (line 310) | _sync() { type Options (line 317) | type Options = { class VolumeMixerList (line 325) | class VolumeMixerList extends St.BoxLayout { method constructor (line 332) | constructor(options: VolumeMixerList.Options) { method _streamAdded (line 376) | _streamAdded(control: Gvc.MixerControl, id: number) { method _streamChanged (line 415) | _streamChanged(control: Gvc.MixerControl, id: number) { method _streamRemoved (line 423) | _streamRemoved(_control: Gvc.MixerControl, id: number) { method _sync (line 431) | _sync() { type Options (line 454) | type Options = { class VolumeMixerWidget (line 460) | class VolumeMixerWidget extends St.BoxLayout { method constructor (line 466) | constructor(options: VolumeMixerWidget.Options) { method _init (line 469) | _init(options: VolumeMixerWidget.Options) { method _updateMaxHeight (line 489) | _updateMaxHeight() { method _updateStyleClass (line 495) | _updateStyleClass() { method _createScroll (line 502) | _createScroll() { method _updateScrollStyle (line 523) | _updateScrollStyle() { method _syncScrollbarPadding (line 526) | _syncScrollbarPadding() { method vfunc_get_preferred_height (line 534) | vfunc_get_preferred_height(for_width: number): [number, number] { method _sync (line 542) | _sync() { type Options (line 548) | type Options = { class VolumeMixerWidgetFeature (line 558) | class VolumeMixerWidgetFeature extends FeatureBase { method loadSettings (line 568) | override loadSettings(loader: SettingLoader): void { method createMenu (line 583) | createMenu(slider: QuickSlider) { method reload (line 631) | override reload(key: string): void { method onLoad (line 647) | override onLoad(): void { method onUnload (line 665) | override onUnload(): void { FILE: src/features/widget/weather.ts class Client (line 15) | class Client extends WeatherClient { method getInfos (line 16) | getInfos(maxForecasts: number, intervalHour: number): GWeather.Info[] { method getBestCurrentLocationName (line 40) | getBestCurrentLocationName(): string { method getBestLocationName (line 43) | getBestLocationName(loc: GWeather.Location): string { class Header (line 63) | class Header extends St.BoxLayout { method constructor (line 68) | constructor(client: Client, options: Header.Options) { method _init (line 71) | _init(client: Client, options: Header.Options) { method _sync (line 98) | _sync() { type Options (line 110) | type Options = { class WeatherSection (line 117) | class WeatherSection extends St.Button { method constructor (line 122) | constructor(client: Client, options: WeatherSection.Options) { method _init (line 125) | _init(client: Client, options: WeatherSection.Options) { method _addForecast (line 152) | _addForecast(forecast: GWeather.Info, col: number) { method _updateForecasts (line 185) | _updateForecasts() { method _setStatusLabel (line 203) | _setStatusLabel(text: string) { method _sync (line 212) | _sync() { method _click (line 238) | _click() { type Options (line 251) | type Options = { class WeatherWidget (line 260) | class WeatherWidget extends St.BoxLayout { method constructor (line 265) | constructor(options: WeatherWidget.Options) { method _init (line 268) | _init(options: WeatherWidget.Options) { method _updateStyleClass (line 290) | _updateStyleClass(): void { method vfunc_map (line 299) | vfunc_map() { type Options (line 306) | type Options = { class WeatherWidgetFeature (line 314) | class WeatherWidgetFeature extends FeatureBase { method loadSettings (line 324) | override loadSettings(loader: SettingLoader): void { method reload (line 337) | override reload(key: string): void { method onLoad (line 351) | override onLoad(): void { method onUnload (line 362) | override onUnload(): void { FILE: src/global.ts type StreamSlider (line 21) | type StreamSlider = { class Global (line 26) | class Global { method QuickSettingsSystemIndicator (line 32) | static get QuickSettingsSystemIndicator(): Promise { method QuickSettingsSystemItem (line 47) | static get QuickSettingsSystemItem(): Promise { method MessageList (line 64) | static get MessageList(): CalendarMessageList { method DateMenuIndicator (line 67) | static get DateMenuIndicator(): Clutter.Actor { method GetShutdownMenuBox (line 71) | static GetShutdownMenuBox(): Promise { method StreamSliderGetter (line 83) | private static StreamSliderGetter(): StreamSlider|null { method GetStreamSlider (line 92) | static GetStreamSlider(): Promise { method GetDbusInterface (line 110) | static GetDbusInterface(path: string, interfaceName: string) { method GetShader (line 121) | static GetShader(path: string): [string, string] { method unload (line 137) | static unload() { method load (line 155) | static load(extension: Extension) { FILE: src/libs/prefs/components.ts function addChildren (line 11) | function addChildren(target: any, funcName: string, children?: any[]) { function setLinkCursor (line 19) | function setLinkCursor(target: any) { function setScrollToFocus (line 23) | function setScrollToFocus(target: Adw.PreferencesPage, value: boolean) { function delayedSetScrollToFocus (line 29) | function delayedSetScrollToFocus(target: Adw.PreferencesPage, value: boo... function fixPageScrollIssue (line 37) | function fixPageScrollIssue(page: Adw.PreferencesPage) { function pushButton (line 45) | function pushButton(row_with_suffix: Adw.ActionRow, button: any): any { function pushDetailedButton (line 56) | function pushDetailedButton( function removeRowBottomBorder (line 77) | function removeRowBottomBorder(row: Adw.EntryRow|Adw.ActionRow) { function removeRowMinHeight (line 82) | function removeRowMinHeight(row: Adw.EntryRow|Adw.ActionRow) { function Dialog (line 92) | function Dialog({ type ChildrenRequest (line 105) | type ChildrenRequest = (page: Adw.PreferencesPage, dialog: Adw.Preferenc... type Options (line 106) | interface Options { method constructor (line 116) | constructor(childrenRequest: ChildrenRequest, dialog: Adw.PreferencesDia... method constructor (line 129) | constructor(title: string, childrenRequest: ChildrenRequest, usePopup: b... function StackedPage (line 140) | function StackedPage({ title, dialog, childrenRequest }: { function ExperimentalIcon (line 159) | function ExperimentalIcon(options?: ExperimentalIcon.Options): Gtk.Image { type Options (line 172) | interface Options { function prependExperimentalIcon (line 177) | function prependExperimentalIcon(holder: Gtk.Widget, options?: Experimen... function Group (line 184) | function Group(options: Group.Options, children?: any[]): Adw.Preference... type Options (line 203) | type Options = Partial({ type Options (line 1175) | interface Options { method _init (line 1198) | _init(name: string, value: T) { function ContributorsRow (line 1207) | function ContributorsRow(row: ContributorsRow.Contributor[]): Adw.Action... type Contributor (line 1264) | interface Contributor { function LicenseRow (line 1274) | function LicenseRow(item: LicenseRow.License): Adw.ExpanderRow { type License (line 1319) | interface License { function LogoBox (line 1333) | function LogoBox({ type Options (line 1373) | interface Options { function LogoGroup (line 1383) | function LogoGroup(options: LogoGroup.Options): Adw.PreferencesGroup { type Options (line 1391) | interface Options extends LogoBox.Options { function ChangelogDialog (line 1398) | function ChangelogDialog({ type Options (line 1438) | interface Options { function simpleMarked (line 1450) | function simpleMarked(mdlike: string): string { type Release (line 1475) | interface Release { function createHeader (line 1483) | function createHeader(release: Partial): string { function getReleases (line 1490) | function getReleases(content: string): Release[] { function ChangelogPage (line 1517) | function ChangelogPage( function PaddingDialog (line 1540) | function PaddingDialog({ type Options (line 1619) | interface Options { FILE: src/libs/shared/colors.ts type Rgba (line 1) | type Rgba = [number, number, number, number] function formatCss (line 3) | function formatCss(color: Rgba): string { type Rgb (line 8) | type Rgb = [number, number, number] FILE: src/libs/shared/imageUtils.ts function getImageMeanColor (line 14) | function getImageMeanColor( FILE: src/libs/shared/jsUtils.ts function lerp (line 2) | function lerp(init: number, target: number, ratio: number) { function deepEqual (line 7) | function deepEqual(a: any, b: any): boolean { FILE: src/libs/shared/logger.ts function Logger (line 2) | function Logger(str: string|(()=>string)) { function setHeader (line 12) | function setHeader(header: string) { type LogLevel (line 19) | enum LogLevel { function debug_internal (line 28) | function debug_internal(str: string|(()=>string)) { function error_internal (line 33) | function error_internal(str: string|(()=>string)) { function setLogLevel (line 39) | function setLogLevel(level: number) { FILE: src/libs/shared/maid.ts class Maid (line 2) | class Maid { method constructor (line 5) | constructor() { method connectJob (line 9) | connectJob( method functionJob (line 20) | functionJob(func: (...args: any)=>any, priority: number = 0) { method disposeJob (line 24) | disposeJobvoid }>(object: T, priority: numbe... method runDisposeJob (line 29) | runDisposeJobvoid }>(object: any, priori... method destroyJob (line 34) | destroyJobvoid }>(object: T, priority: numbe... method destroy (line 39) | destroy() { method getRecords (line 44) | getRecords(): Maid["records"] { method patchJob (line 49) | patchJob( method hideJob (line 66) | hideJob( method clear (line 84) | clear() { type TaskType (line 137) | enum TaskType { FILE: src/libs/shared/styleClass.ts class StyleClass (line 3) | class StyleClass { method constructor (line 6) | constructor(classString: string) { method remove (line 10) | remove(className: string): StyleClass { method add (line 20) | add(className: string): StyleClass { method stringify (line 26) | stringify(): string { FILE: src/libs/shell/advani.ts type EasingParams (line 5) | interface EasingParams { type AdvEasingParams (line 16) | interface AdvEasingParams extends EasingParams { type ModeDefineIface (line 21) | interface ModeDefineIface { type ModeDefine (line 26) | interface ModeDefine extends ModeDefineIface {} method constructor (line 28) | constructor(params: ModeDefineIface) { class ModeDefine (line 27) | class ModeDefine { method constructor (line 28) | constructor(params: ModeDefineIface) { function createBezier (line 36) | function createBezier( type AdvAnimationMode (line 46) | enum AdvAnimationMode { function ease (line 62) | function ease(actor: Clutter.Actor, params: AdvEasingParams) { FILE: src/libs/shell/effects.ts class RoundClipEffect (line 8) | class RoundClipEffect extends Shell.GLSLEffect { method vfunc_build_pipeline (line 11) | vfunc_build_pipeline (): void { method vfunc_paint_target (line 22) | vfunc_paint_target (node: Clutter.PaintNode, ctx: Clutter.PaintContext) { method updateUniforms (line 30) | updateUniforms ( method getLocation (line 96) | getLocation(): RoundClipEffect.Uniforms { class Uniforms (line 111) | class Uniforms { FILE: src/libs/shell/feature.ts class SettingLoader (line 6) | class SettingLoader { method constructor (line 11) | constructor( method push (line 21) | private push(key: string) { method clear (line 33) | clear() { method loadBoolean (line 44) | loadBoolean(key: string): boolean { method loadString (line 48) | loadString(key: string): string { method loadInt (line 52) | loadInt(key: string): number { method loadStrv (line 56) | loadStrv(key: string): string[] { method loadValue (line 60) | loadValue(key: string): T { method loadRgb (line 64) | loadRgb(key: string): Rgb|null { method loadRgba (line 70) | loadRgba(key: string): Rgba|null { method constructor (line 83) | constructor() { method load (line 92) | load(noSettingsLoad?: boolean): void { method unload (line 96) | unload(noSettingsUnload?: boolean): void { method reload (line 103) | reload(changedKey?: string): void { FILE: src/libs/shell/gesture.ts method _dragStart (line 17) | _dragStart(event: Clutter.Event): boolean { method _dragEnd (line 37) | _dragEnd(event: Clutter.Event): boolean { method _dragMotion (line 66) | _dragMotion(event: Clutter.Event): boolean { method _checkDragIsClick (line 78) | _checkDragIsClick(coords: Drag.Coords) { method vfunc_button_press_event (line 90) | vfunc_button_press_event(event: Clutter.Event): boolean { method vfunc_button_release_event (line 94) | vfunc_button_release_event(event: Clutter.Event): boolean { method vfunc_touch_event (line 98) | vfunc_touch_event(event: Clutter.Event): boolean { method vfunc_motion_event (line 116) | vfunc_motion_event(event: Clutter.Event): boolean { method applyTo (line 123) | static applyTo(widgetClass: any) { method getCoordsDistanceSquare (line 134) | static getCoordsDistanceSquare(coordsA: Drag.Coords, coordsB: Drag.Coord... type Coords (line 145) | type Coords = [number, number] type Event (line 146) | type Event = Clutter.Event & { method vfunc_scroll_event (line 164) | vfunc_scroll_event(event: Clutter.Event): boolean { method applyTo (line 209) | static applyTo(widgetClass: any) { type Event (line 222) | type Event = Clutter.Event & { FILE: src/libs/shell/quickSettingsUtils.ts method load (line 17) | load(): void { method unload (line 29) | unload(): void { method items (line 37) | get items(): T[] { class QuickSettingsMenuTracker (line 44) | class QuickSettingsMenuTracker extends ChildrenTrackerBase { method catchChild (line 100) | protected override catchChild(child: any): void { method getConnectTarget (line 116) | protected override getConnectTarget() { function updateMenuSeparators (line 121) | function updateMenuSeparators(menu: PopupMenuBase) { FILE: src/libs/shell/styler.ts type Options (line 6) | interface Options { function getStyle (line 14) | function getStyle(options: Options): string { function fromLoader (line 54) | function fromLoader(loader: SettingLoader, prefix: string): Options { function isStyleKey (line 64) | function isStyleKey(prefix: string, key: string): boolean { type Options (line 77) | interface Options { function updateStyle (line 81) | function updateStyle(scroll: St.ScrollView, options: Options) { function fromLoader (line 96) | function fromLoader(loader: SettingLoader, prefix: string): Options { FILE: src/libs/types/quickSettingsOrderItem.ts type QuickSettingsOrderItem (line 1) | interface QuickSettingsOrderItem { function match (line 9) | function match(a: QuickSettingsOrderItem, b: QuickSettingsOrderItem) { FILE: src/libs/types/systemIndicatorOrderItem.ts type SystemIndicatorOrderItem (line 6) | interface SystemIndicatorOrderItem { function match (line 15) | function match(a: SystemIndicatorOrderItem, b: SystemIndicatorOrderItem) { function indicatorMatch (line 29) | function indicatorMatch(item: SystemIndicatorOrderItem, indicator: Syste... function create (line 43) | function create(friendlyName: string): SystemIndicatorOrderItem { FILE: src/libs/types/toggleOrderItem.ts type ToggleOrderItem (line 7) | interface ToggleOrderItem { function match (line 18) | function match(a: ToggleOrderItem, b: ToggleOrderItem) { function toggleMatch (line 33) | function toggleMatch(item: ToggleOrderItem, toggle: QuickToggle|QuickMen... function create (line 51) | function create(friendlyName: string): ToggleOrderItem { FILE: src/prefPages/about.ts method constructor (line 23) | constructor(settings: Gio.Settings, prefs: QstExtensionPreferences, wind... FILE: src/prefPages/layout.ts function OrderGroup (line 31) | function OrderGroup({ method constructor (line 254) | constructor(settings: Gio.Settings) { method systemNames (line 264) | get systemNames(): Map { method systemIcons (line 267) | get systemIcons(): Map { method getNextName (line 275) | getNextName(list: T[]): string { method skip (line 288) | skip(_list: T[], _moving: T, _movingIndex: number, target: T, _targetInd... method moveBlocking (line 291) | moveBlocking(_list: T[], _moving: T, _movingIndex: number, target: T, _t... method createAddButton (line 294) | createAddButton(editItem: (item: T)=>void): Gtk.Widget { method getGroupTitle (line 309) | getGroupTitle(): string { method getGroupDescription (line 312) | getGroupDescription(): string|null { type EditLayout (line 317) | type EditLayout = { type Base (line 321) | type Base = { class ToggleOrderInfo (line 328) | class ToggleOrderInfo extends OrderInfo { method createEditLayout (line 329) | createEditLayout(item: ToggleOrderItem): OrderInfo.EditLayout { method getSystemIcons (line 409) | getSystemIcons(): Map { method getListFromSettings (line 427) | getListFromSettings(): ToggleOrderItem[] { method setListToSettings (line 430) | setListToSettings(list: ToggleOrderItem[]): void { method getDisplayName (line 450) | getDisplayName(item: ToggleOrderItem): string { method getSubtitle (line 455) | getSubtitle(item: ToggleOrderItem): string { method canHide (line 461) | canHide(item: ToggleOrderItem): boolean { method canEdit (line 467) | canEdit(item: ToggleOrderItem): boolean { method match (line 470) | match(a: ToggleOrderItem, b: ToggleOrderItem): boolean { method create (line 473) | create(friendlyName: string): ToggleOrderItem { method shouldShow (line 476) | shouldShow(item: ToggleOrderItem): boolean { class SystemIndicatorOrderInfo (line 484) | class SystemIndicatorOrderInfo extends OrderInfo { method getSystemIcons (line 557) | getSystemIcons(): Map { method getListFromSettings (line 574) | getListFromSettings(): SystemIndicatorOrderItem[] { method setListToSettings (line 577) | setListToSettings(list: SystemIndicatorOrderItem[]): void { method getDisplayName (line 597) | getDisplayName(item: SystemIndicatorOrderItem): string { method getSubtitle (line 602) | getSubtitle(item: SystemIndicatorOrderItem): string { method canHide (line 608) | canHide(item: SystemIndicatorOrderItem): boolean { method canEdit (line 612) | canEdit(item: SystemIndicatorOrderItem): boolean { method match (line 615) | match(a: SystemIndicatorOrderItem, b: SystemIndicatorOrderItem): boole... method create (line 618) | create(friendlyName: string): SystemIndicatorOrderItem { method shouldShow (line 621) | shouldShow(item: SystemIndicatorOrderItem): boolean { function SystemItemOrderGroup (line 636) | function SystemItemOrderGroup(settings: Gio.Settings, page: Adw.Preferen... function copyOrder (line 751) | function copyOrder(order: string[]): string[] { method constructor (line 766) | constructor(settings: Gio.Settings, _prefs: QstExtensionPreferences, win... FILE: src/prefPages/menu.ts function AdvancedAnimationStyleGroup (line 17) | function AdvancedAnimationStyleGroup(settings: Gio.Settings): Adw.Prefer... method constructor (line 92) | constructor(settings: Gio.Settings, _prefs: QstExtensionPreferences, win... FILE: src/prefPages/toggles.ts method constructor (line 16) | constructor(settings: Gio.Settings, _prefs: QstExtensionPreferences, win... FILE: src/prefPages/widgets.ts function SliderCustomizes (line 19) | function SliderCustomizes({ method constructor (line 100) | constructor(settings: Gio.Settings, _prefs: QstExtensionPreferences, win... FILE: src/prefs.ts class QstExtensionPreferences (line 23) | class QstExtensionPreferences extends ExtensionPreferences { method appendIconPath (line 24) | appendIconPath(path: string) { method readExtensionFile (line 30) | readExtensionFile(path: string) { method getContributorRows (line 37) | getContributorRows(): ContributorsRow.Contributor[][] { method getLicenses (line 51) | getLicenses(): LicenseRow.License[] { method getVersionString (line 63) | getVersionString(): string { method getChangelog (line 84) | getChangelog(): string { method fillPreferencesWindow (line 88) | async fillPreferencesWindow(window: Adw.PreferencesWindow) { FILE: src/types.d.ts type Actor (line 13) | interface Actor { type Object (line 22) | interface Object {