KHtml
css_rule.cpp
CSSRuleList cssRules() const
A list of all CSS rules contained within the media block.
Definition: css_rule.cpp:329
unsigned long insertRule(const DOM::DOMString &rule, unsigned long index)
Used to insert a new rule into the media block.
Definition: css_rule.cpp:337
CSSStyleSheet styleSheet() const
The style sheet referred to by this rule, if it has been loaded.
Definition: css_rule.cpp:277
DOM::DOMString href() const
The location of the style sheet to be imported.
Definition: css_rule.cpp:261
DOM::DOMString encoding() const
The encoding information used in this @charset rule.
Definition: css_rule.cpp:168
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:59
CSSStyleDeclaration style() const
The declaration-block of this rule set.
Definition: css_rule.cpp:460
The CSSImportRule interface represents a @import rule within a CSS style sheet.
Definition: css_rule.h:224
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. ...
Definition: css_rule.h:194
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i...
Definition: css_stylesheet.h:232
CSSRule item(unsigned long index)
Used to retrieve a CSS rule by ordinal index.
Definition: css_rule.cpp:627
The CSSUnkownRule interface represents an at-rule not supported by this user agent.
Definition: css_rule.h:485
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
Definition: css_stylesheet.h:389
CSSRule parentRule() const
If this rule is contained inside another rule (e.g.
Definition: css_rule.cpp:101
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
Definition: css_rule.h:411
DOM::DOMString selectorText() const
The textual representation of the selector for the rule set.
Definition: css_rule.cpp:447
This library provides a full-featured HTML parser and widget.
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules...
Definition: css_rule.h:507
DOM::DOMString cssText() const
The parsable textual representation of the rule.
Definition: css_rule.cpp:77
void setEncoding(const DOM::DOMString &)
see encoding SYNTAX_ERR: Raised if the specified encoding value has a syntax error and is unparsable...
Definition: css_rule.cpp:176
The CSSRule interface is the abstract base interface for any type of CSS statement ...
Definition: css_rule.h:53
void setSelectorText(const DOM::DOMString &)
see selectorText SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unpar...
Definition: css_rule.cpp:455
void deleteRule(unsigned long index)
Used to delete a rule from the media block.
Definition: css_rule.cpp:345
The CSSCharsetRule interface a @charset rule in a CSS style sheet.
Definition: css_rule.h:151
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
Definition: css_rule.h:271
CSSStyleSheet parentStyleSheet() const
The style sheet that contains this rule.
Definition: css_rule.cpp:93
MediaList media() const
A list of media types for which this style sheet may be used.
Definition: css_rule.cpp:269
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:47:15 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Thu Mar 4 2021 22:47:15 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.