KHTML
DOM::CSSFontFaceRule Class Reference
TheCSSFontFaceRule
interface represents a @font-face
rule in a CSS style sheet.
More...
#include <css_rule.h>
Inheritance diagram for DOM::CSSFontFaceRule:
Public Member Functions | |
CSSFontFaceRule (CSSFontFaceRuleImpl *impl) | |
CSSFontFaceRule (const CSSRule &other) | |
CSSFontFaceRule (const CSSFontFaceRule &other) | |
CSSFontFaceRule () | |
CSSFontFaceRule & | operator= (const CSSRule &other) |
CSSFontFaceRule & | operator= (const CSSFontFaceRule &other) |
CSSStyleDeclaration | style () const |
~CSSFontFaceRule () |
Detailed Description
TheCSSFontFaceRule
interface represents a @font-face
rule in a CSS style sheet.
The @font-face
rule is used to hold a set of font descriptions.
Definition at line 193 of file css_rule.h.
Constructor & Destructor Documentation
CSSFontFaceRule::CSSFontFaceRule | ( | ) |
Definition at line 161 of file css_rule.cpp.
CSSFontFaceRule::CSSFontFaceRule | ( | const CSSFontFaceRule & | other | ) |
Definition at line 165 of file css_rule.cpp.
CSSFontFaceRule::CSSFontFaceRule | ( | const CSSRule & | other | ) |
Definition at line 169 of file css_rule.cpp.
CSSFontFaceRule::CSSFontFaceRule | ( | CSSFontFaceRuleImpl * | impl | ) |
Definition at line 175 of file css_rule.cpp.
CSSFontFaceRule::~CSSFontFaceRule | ( | ) |
Definition at line 191 of file css_rule.cpp.
Member Function Documentation
CSSFontFaceRule & CSSFontFaceRule::operator= | ( | const CSSRule & | other | ) |
CSSFontFaceRule & CSSFontFaceRule::operator= | ( | const CSSFontFaceRule & | other | ) |
Definition at line 179 of file css_rule.cpp.
CSSStyleDeclaration CSSFontFaceRule::style | ( | ) | const |
The documentation for this class was generated from the following files: