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

Quelle  nsStyleStructList.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 nsStyleStructList_h_
#define nsStyleStructList_h_

/*
 * list of structs that contain the data provided by ComputedStyle, the
 * internal API for computed style data for an element
 */


/*
 * High-order macro that applies INHERITED_MACRO to all inherited style structs
 * and RESET_MACRO to all reset style structs, in the correct order.
 *
 * The inherited structs are listed before the reset structs.
 * nsStyleStructID assumes this is the case.
 *
 * Usage:
 *   #define MY_INHERITED_MACRO(name) ...
 *   #define MY_RESET_MACRO(name) ...
 *   FOR_EACH_STYLE_STRUCT(MY_INHERITED_MACRO, MY_RESET_MACRO)
 *   #undef MY_INHERITED_MACRO
 *   #undef MY_RESET_MACRO
 */


#define FOR_EACH_STYLE_STRUCT(INHERITED_MACRO, RESET_MACRO) \
  INHERITED_MACRO(Font) \
  INHERITED_MACRO(List) \
  INHERITED_MACRO(Text) \
  INHERITED_MACRO(Visibility) \
  INHERITED_MACRO(UI) \
  INHERITED_MACRO(TableBorder) \
  INHERITED_MACRO(SVG) \
  RESET_MACRO(Background) \
  RESET_MACRO(Position) \
  RESET_MACRO(TextReset) \
  RESET_MACRO(Display) \
  RESET_MACRO(Content) \
  RESET_MACRO(UIReset) \
  RESET_MACRO(Table) \
  RESET_MACRO(Margin) \
  RESET_MACRO(Padding) \
  RESET_MACRO(Border) \
  RESET_MACRO(Outline) \
  RESET_MACRO(XUL) \
  RESET_MACRO(SVGReset) \
  RESET_MACRO(Column) \
  RESET_MACRO(Effects) \
  RESET_MACRO(Page)

#endif // nsStyleStructList_h_

Messung V0.5 in Prozent
C=84 H=99 G=91

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© 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.