Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/image/decoders/icon/gtk/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quellcode-Bibliothek nsIconChannel.h

  Sprache: C
 

/* 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_image_decoders_icon_gtk_nsIconChannel_h
#define mozilla_image_decoders_icon_gtk_nsIconChannel_h

#include "nsIChannel.h"
#include "nsIURI.h"
#include "nsCOMPtr.h"

namespace mozilla {
namespace ipc {
class ByteBuf;
}
namespace gfx {
class DataSourceSurface;
}
}  // namespace mozilla

/// This class is the GTK implementation of nsIconChannel.  It asks
/// GTK for the icon, translates the pixel data in-memory into
/// nsIconDecoder format, and proxies the nsChannel interface to a new
/// channel returning that image.
class nsIconChannel final : public nsIChannel {
 public:
  NS_DECL_ISUPPORTS
  NS_FORWARD_NSIREQUEST(mRealChannel->)
  NS_FORWARD_NSICHANNEL(mRealChannel->)

  nsIconChannel() = default;

  static void Shutdown();

  /// Called by nsIconProtocolHandler after it creates this channel.
  /// Must be called before calling any other function on this object.
  /// If this method fails, no other function must be called on this object.
  nsresult Init(nsIURI* aURI, nsILoadInfo* aLoadInfo);

  /// Obtains an icon, in nsIconDecoder format, as a ByteBuf instead
  /// of a channel.  For use with IPC.
  static nsresult GetIcon(nsIURI* aURI, mozilla::ipc::ByteBuf* aDataOut);
  static already_AddRefed<mozilla::gfx::DataSourceSurface> GetSymbolicIcon(
      const nsCString& aName, int aIconSize, int aScale, nscolor aFgColor);

 private:
  ~nsIconChannel() = default;
  /// The input stream channel which will yield the image.
  /// Will always be non-null after a successful Init.
  nsCOMPtr<nsIChannel> mRealChannel;
};

#endif  // mozilla_image_decoders_icon_gtk_nsIconChannel_h

Messung V0.5 in Prozent
C=75 H=100 G=88

¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.54Bemerkung:  (vorverarbeitet am  2026-08-21) ¤

*Bot Zugriff






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.