Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  TextFormat.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 https://mozilla.org/MPL/2.0/. */


#ifndef mozilla_dom_TextFormat_h_
#define mozilla_dom_TextFormat_h_

#include "mozilla/dom/TextFormatBinding.h"
#include "nsWrapperCache.h"

class nsIGlobalObject;

namespace mozilla::dom {

class TextFormat final : public nsISupports, public nsWrapperCache {
 public:
  NS_DECL_CYCLE_COLLECTING_ISUPPORTS_FINAL
  NS_DECL_CYCLE_COLLECTION_WRAPPERCACHE_CLASS(TextFormat)

  nsIGlobalObject* GetParentObject() const { return mGlobal; }

  JSObject* WrapObject(JSContext* aCx,
                       JS::Handle<JSObject*> aGivenProto) override;

  static already_AddRefed<TextFormat> Constructor(
      const GlobalObject& aGlobal, const TextFormatInit& aOptions);

  uint32_t RangeStart() const { return mRangeStart; }

  uint32_t RangeEnd() const { return mRangeEnd; }

  enum UnderlineStyle UnderlineStyle() const { return mUnderlineStyle; }

  enum UnderlineThickness UnderlineThickness() const {
    return mUnderlineThickness;
  }

 private:
  TextFormat(nsIGlobalObject* aGlobal, const TextFormatInit& aOptions);
  ~TextFormat() = default;

  nsCOMPtr<nsIGlobalObject> mGlobal;
  uint32_t mRangeStart;
  uint32_t mRangeEnd;
  enum UnderlineStyle mUnderlineStyle;
  enum UnderlineThickness mUnderlineThickness;
};

}  // namespace mozilla::dom

#endif  // DOM_TEXTFORMAT_H_

Messung V0.5 in Prozent
C=89 H=96 G=92

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002