KHTML
css_rule.h
Go to the documentation of this file.
DOM::DOMString encoding() const
The encoding information used in this @charset rule.
Definition css_rule.cpp:146
DOM::DOMString href() const
The location of the style sheet to be imported.
Definition css_rule.cpp:239
MediaList media() const
A list of media types for which this style sheet may be used.
Definition css_rule.cpp:245
CSSStyleSheet styleSheet() const
The style sheet referred to by this rule, if it has been loaded.
Definition css_rule.cpp:251
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
CSSRuleList cssRules() const
A list of all CSS rules contained within the media block.
Definition css_rule.cpp:301
void deleteRule(unsigned long index)
Used to delete a rule from the media block.
Definition css_rule.cpp:313
DOM::DOMString selectorText() const
The parsable textual representation of the page selector for the rule.
Definition css_rule.cpp:357
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
Definition css_rule.h:513
CSSRule item(unsigned long index)
Used to retrieve a CSS rule by ordinal index.
Definition css_rule.cpp:578
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition css_rule.h:53
void assignOther(const CSSRule &other, RuleType thisType)
Definition css_rule.cpp:99
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition css_value.h:61
DOM::DOMString selectorText() const
The textual representation of the selector for the rule set.
Definition css_rule.cpp:414
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i....
Definition css_stylesheet.h:219
The MediaList interface provides the abstraction of an ordered collection of media,...
Definition css_stylesheet.h:378
The CSSNamespaceRule interface represents an.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.