KHTML
#include <css_rule.h>
Public Member Functions | |
CSSPageRule () | |
CSSPageRule (const CSSPageRule &other) | |
CSSPageRule (const CSSRule &other) | |
CSSPageRule (CSSPageRuleImpl *impl) | |
~CSSPageRule () | |
CSSPageRule & | operator= (const CSSPageRule &other) |
CSSPageRule & | operator= (const CSSRule &other) |
DOM::DOMString | selectorText () const |
void | setSelectorText (const DOM::DOMString &) |
CSSStyleDeclaration | style () const |
Public Member Functions inherited from DOM::CSSRule | |
CSSRule () | |
CSSRule (const CSSRule &other) | |
CSSRule (CSSRuleImpl *impl) | |
~CSSRule () | |
DOM::DOMString | cssText () const |
CSSRuleImpl * | handle () const |
bool | isNull () const |
CSSRule & | operator= (const CSSRule &other) |
CSSRule | parentRule () const |
CSSStyleSheet | parentStyleSheet () const |
void | setCssText (const DOM::DOMString &) |
unsigned short | type () const |
Additional Inherited Members | |
Public Types inherited from DOM::CSSRule | |
enum | RuleType { UNKNOWN_RULE = 0, STYLE_RULE = 1, CHARSET_RULE = 2, IMPORT_RULE = 3, MEDIA_RULE = 4, FONT_FACE_RULE = 5, PAGE_RULE = 6, NAMESPACE_RULE = 10, QUIRKS_RULE = 100 } |
Protected Member Functions inherited from DOM::CSSRule | |
void | assignOther (const CSSRule &other, RuleType thisType) |
Protected Attributes inherited from DOM::CSSRule | |
CSSRuleImpl * | impl |
Detailed Description
Definition at line 363 of file css_rule.h.
Constructor & Destructor Documentation
CSSPageRule::CSSPageRule | ( | ) |
Definition at line 323 of file css_rule.cpp.
CSSPageRule::CSSPageRule | ( | const CSSPageRule & | other | ) |
Definition at line 327 of file css_rule.cpp.
CSSPageRule::CSSPageRule | ( | const CSSRule & | other | ) |
Definition at line 331 of file css_rule.cpp.
CSSPageRule::CSSPageRule | ( | CSSPageRuleImpl * | impl | ) |
Definition at line 337 of file css_rule.cpp.
CSSPageRule::~CSSPageRule | ( | ) |
Definition at line 353 of file css_rule.cpp.
Member Function Documentation
CSSPageRule & CSSPageRule::operator= | ( | const CSSPageRule & | other | ) |
Definition at line 341 of file css_rule.cpp.
CSSPageRule & CSSPageRule::operator= | ( | const CSSRule & | other | ) |
Definition at line 347 of file css_rule.cpp.
DOMString CSSPageRule::selectorText | ( | ) | const |
The parsable textual representation of the page selector for the rule.
Definition at line 357 of file css_rule.cpp.
void CSSPageRule::setSelectorText | ( | const DOM::DOMString & | value | ) |
see selectorText
- Exceptions
-
CSSException SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
- Exceptions
-
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is readonly.
Definition at line 363 of file css_rule.cpp.
CSSStyleDeclaration CSSPageRule::style | ( | ) | const |
The declaration-block of this rule.
Definition at line 368 of file css_rule.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.