KHTML
css_rule.h
Go to the documentation of this file.
68 UNKNOWN_RULE = 0,
69 STYLE_RULE = 1,
70 CHARSET_RULE = 2,
71 IMPORT_RULE = 3,
72 MEDIA_RULE = 4,
73 FONT_FACE_RULE = 5,
74 PAGE_RULE = 6,
75 NAMESPACE_RULE = 10,
77 };
The CSSCharsetRule interface a @charset rule in a CSS style sheet.
Definition: css_rule.h:151
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
Definition: css_rule.h:195
The CSSImportRule interface represents a @import rule within a CSS style sheet.
Definition: css_rule.h:225
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
Definition: css_rule.h:272
Definition: css_rule.h:463
Definition: css_rule.h:364
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
Definition: css_rule.h:513
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition: css_rule.h:53
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:61
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
Definition: css_rule.h:413
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i....
Definition: css_stylesheet.h:219
The CSSUnkownRule interface represents an at-rule not supported by this user agent.
Definition: css_rule.h:490
The MediaList interface provides the abstraction of an ordered collection of media,...
Definition: css_stylesheet.h:378
QString prefix()
The CSSNamespaceRule interface represents an.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.