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) |
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
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.
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 | ) |
Reimplemented from DOM::CSSRule.
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-2012 The KDE developers.
Generated on Wed May 2 2012 18:53:50 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:53:50 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.