KHTML
DOM::CSSFontFaceRule Class Reference
#include <css_rule.h>
Inheritance diagram for DOM::CSSFontFaceRule:

Public Member Functions | |
| CSSFontFaceRule () | |
| CSSFontFaceRule (const CSSFontFaceRule &other) | |
| CSSFontFaceRule (const CSSRule &other) | |
| CSSFontFaceRule (CSSFontFaceRuleImpl *impl) | |
| ~CSSFontFaceRule () | |
| CSSFontFaceRule & | operator= (const CSSFontFaceRule &other) |
| CSSFontFaceRule & | operator= (const CSSRule &other) |
| 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
The CSSFontFaceRule 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 194 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 CSSFontFaceRule & | other | ) |
Definition at line 179 of file css_rule.cpp.
| CSSFontFaceRule & CSSFontFaceRule::operator= | ( | const CSSRule & | other | ) |
Definition at line 185 of file css_rule.cpp.
| CSSStyleDeclaration CSSFontFaceRule::style | ( | ) | const |
The declaration-block of this rule.
Definition at line 195 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from