KHTML
DOM::CSSUnknownRule Class Reference
TheCSSUnkownRule
interface represents an at-rule not supported by this user agent.
More...
#include <css_rule.h>
Inheritance diagram for DOM::CSSUnknownRule:
Public Member Functions | |
CSSUnknownRule (CSSUnknownRuleImpl *impl) | |
CSSUnknownRule (const CSSRule &other) | |
CSSUnknownRule (const CSSUnknownRule &other) | |
CSSUnknownRule () | |
CSSUnknownRule & | operator= (const CSSRule &other) |
CSSUnknownRule & | operator= (const CSSUnknownRule &other) |
~CSSUnknownRule () |
Detailed Description
TheCSSUnkownRule
interface represents an at-rule not supported by this user agent.
Definition at line 461 of file css_rule.h.
Constructor & Destructor Documentation
CSSUnknownRule::CSSUnknownRule | ( | ) |
Definition at line 435 of file css_rule.cpp.
CSSUnknownRule::CSSUnknownRule | ( | const CSSUnknownRule & | other | ) |
Definition at line 439 of file css_rule.cpp.
CSSUnknownRule::CSSUnknownRule | ( | const CSSRule & | other | ) |
Definition at line 444 of file css_rule.cpp.
CSSUnknownRule::CSSUnknownRule | ( | CSSUnknownRuleImpl * | impl | ) |
Definition at line 450 of file css_rule.cpp.
CSSUnknownRule::~CSSUnknownRule | ( | ) |
Definition at line 467 of file css_rule.cpp.
Member Function Documentation
CSSUnknownRule & CSSUnknownRule::operator= | ( | const CSSRule & | other | ) |
CSSUnknownRule & CSSUnknownRule::operator= | ( | const CSSUnknownRule & | other | ) |
Definition at line 455 of file css_rule.cpp.
The documentation for this class was generated from the following files: