KHTML
DOM::CSSUnknownRule Class Reference
#include <css_rule.h>
Inheritance diagram for DOM::CSSUnknownRule:
Public Member Functions | |
CSSUnknownRule () | |
CSSUnknownRule (const CSSUnknownRule &other) | |
CSSUnknownRule (const CSSRule &other) | |
CSSUnknownRule (CSSUnknownRuleImpl *impl) | |
~CSSUnknownRule () | |
CSSUnknownRule & | operator= (const CSSUnknownRule &other) |
CSSUnknownRule & | operator= (const CSSRule &other) |
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
The CSSUnkownRule
interface represents an at-rule not supported by this user agent.
Definition at line 489 of file css_rule.h.
Constructor & Destructor Documentation
CSSUnknownRule::CSSUnknownRule | ( | ) |
Definition at line 485 of file css_rule.cpp.
CSSUnknownRule::CSSUnknownRule | ( | const CSSUnknownRule & | other | ) |
Definition at line 489 of file css_rule.cpp.
CSSUnknownRule::CSSUnknownRule | ( | const CSSRule & | other | ) |
Definition at line 494 of file css_rule.cpp.
CSSUnknownRule::CSSUnknownRule | ( | CSSUnknownRuleImpl * | impl | ) |
Definition at line 500 of file css_rule.cpp.
CSSUnknownRule::~CSSUnknownRule | ( | ) |
Definition at line 517 of file css_rule.cpp.
Member Function Documentation
CSSUnknownRule & CSSUnknownRule::operator= | ( | const CSSUnknownRule & | other | ) |
Definition at line 505 of file css_rule.cpp.
CSSUnknownRule & CSSUnknownRule::operator= | ( | const CSSRule & | other | ) |
Definition at line 511 of file css_rule.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.