DOM::CSSFontFaceRule Class Reference
#include <css_rule.h>
Inheritance diagram for DOM::CSSFontFaceRule:
Public Member Functions | |
CSSFontFaceRule (const CSSFontFaceRule &other) | |
CSSFontFaceRule (const CSSRule &other) | |
CSSFontFaceRule (CSSFontFaceRuleImpl *impl) | |
CSSFontFaceRule & | operator= (const CSSFontFaceRule &other) |
CSSFontFaceRule & | operator= (const CSSRule &other) |
CSSStyleDeclaration | style () const |
Public Member Functions inherited from DOM::CSSRule | |
CSSRule (const CSSRule &other) | |
CSSRule (CSSRuleImpl *impl) | |
CSSRule & | operator= (const CSSRule &other) |
unsigned short | type () const |
DOM::DOMString | cssText () const |
void | setCssText (const DOM::DOMString &) |
CSSStyleSheet | parentStyleSheet () const |
CSSRule | parentRule () const |
CSSRuleImpl * | handle () const |
bool | isNull () 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 , 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 193 of file css_rule.h.
Member Function Documentation
◆ style()
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: