Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/remote/shared/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 484 B image not shown  

Quelle  UIDirectionManager.h   Sprache: unbekannt

 
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef mozilla_dom_UIDirectionManager_h
#define mozilla_dom_UIDirectionManager_h

#include "nsIObserver.h"

namespace mozilla::dom {

class UIDirectionManager final : public nsIObserver {
 public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIOBSERVER

  static void Initialize();
  static void Shutdown();

 private:
  UIDirectionManager() = default;
  virtual ~UIDirectionManager() = default;
  static mozilla::StaticRefPtr<UIDirectionManager> gUIDirectionManager;
};

}  // namespace mozilla::dom

#endif

100%


[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]