KHTML
css_rule.cpp
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:60
Definition: css_rule.h:462
DOM::DOMString encoding() const
The encoding information used in this @charset rule.
Definition: css_rule.cpp:146
Definition: css_rule.h:363
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition: css_rule.h:52
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
Definition: css_rule.h:412
CSSMediaRule & operator=(const CSSMediaRule &other)
Definition: css_rule.cpp:279
DOM::DOMString cssText() const
The parsable textual representation of the rule.
Definition: css_rule.cpp:65
CSSStyleRule & operator=(const CSSStyleRule &other)
Definition: css_rule.cpp:398
CSSPageRule & operator=(const CSSPageRule &other)
Definition: css_rule.cpp:341
CSSUnknownRule & operator=(const CSSUnknownRule &other)
Definition: css_rule.cpp:505
The CSSImportRule interface represents a @import rule within a CSS style sheet.
Definition: css_rule.h:224
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
Definition: css_rule.h:271
CSSImportRule & operator=(const CSSImportRule &other)
Definition: css_rule.cpp:223
void assignOther(const CSSRule &other, RuleType thisType)
Definition: css_rule.cpp:99
DOM::DOMString selectorText() const
The textual representation of the selector for the rule set.
Definition: css_rule.cpp:414
CSSRuleList & operator=(const CSSRuleList &other)
Definition: css_rule.cpp:556
void deleteRule(unsigned long index)
Used to delete a rule from the media block.
Definition: css_rule.cpp:313
CSSCharsetRule & operator=(const CSSCharsetRule &other)
Definition: css_rule.cpp:130
DOM::DOMString href() const
The location of the style sheet to be imported.
Definition: css_rule.cpp:239
The CSSUnkownRule interface represents an at-rule not supported by this user agent.
Definition: css_rule.h:489
CSSStyleSheet parentStyleSheet() const
The style sheet that contains this rule.
Definition: css_rule.cpp:77
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
Definition: css_rule.h:194
CSSStyleDeclaration style() const
The declaration-block of this rule set.
Definition: css_rule.cpp:425
CSSStyleSheet styleSheet() const
The style sheet referred to by this rule, if it has been loaded.
Definition: css_rule.cpp:251
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i....
Definition: css_stylesheet.h:218
CSSRule parentRule() const
If this rule is contained inside another rule (e.g.
Definition: css_rule.cpp:83
The MediaList interface provides the abstraction of an ordered collection of media,...
Definition: css_stylesheet.h:377
MediaList media() const
A list of media types for which this style sheet may be used.
Definition: css_rule.cpp:245
CSSFontFaceRule & operator=(const CSSFontFaceRule &other)
Definition: css_rule.cpp:179
unsigned long insertRule(const DOM::DOMString &rule, unsigned long index)
Used to insert a new rule into the media block.
Definition: css_rule.cpp:307
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
Definition: css_rule.h:512
CSSRuleList cssRules() const
A list of all CSS rules contained within the media block.
Definition: css_rule.cpp:301
DOM::DOMString selectorText() const
The parsable textual representation of the page selector for the rule.
Definition: css_rule.cpp:357
CSSNamespaceRule & operator=(const CSSNamespaceRule &other)
Definition: css_rule.cpp:454
The CSSCharsetRule interface a @charset rule in a CSS style sheet.
Definition: css_rule.h:150
CSSRule item(unsigned long index)
Used to retrieve a CSS rule by ordinal index.
Definition: css_rule.cpp:578
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.