KHTML
WebCore::FontFamily Class Reference
#include <FontFamily.h>
Inheritance diagram for WebCore::FontFamily:

Public Member Functions | |
void | appendFamily (PassRefPtr< FontFamily > family) |
const AtomicString & | family () const |
bool | familyIsEmpty () const |
FontFamily (const FontFamily &) | |
FontFamily () | |
const FontFamily * | next () const |
FontFamily * | next () |
bool | operator!= (const FontFamily &x) const |
FontFamily & | operator= (const FontFamily &) |
bool | operator== (const FontFamily &) const |
void | setFamily (const AtomicString &family) |
Detailed Description
Definition at line 35 of file FontFamily.h.
Constructor & Destructor Documentation
WebCore::FontFamily::FontFamily | ( | ) | [inline] |
Definition at line 37 of file FontFamily.h.
WebCore::FontFamily::FontFamily | ( | const FontFamily & | other | ) |
Definition at line 31 of file FontFamily.cpp.
Member Function Documentation
void WebCore::FontFamily::appendFamily | ( | PassRefPtr< FontFamily > | family | ) | [inline] |
Definition at line 49 of file FontFamily.h.
const AtomicString& WebCore::FontFamily::family | ( | ) | const [inline] |
Definition at line 43 of file FontFamily.h.
bool WebCore::FontFamily::familyIsEmpty | ( | ) | const [inline] |
Definition at line 44 of file FontFamily.h.
const FontFamily* WebCore::FontFamily::next | ( | ) | const [inline] |
Definition at line 47 of file FontFamily.h.
FontFamily* WebCore::FontFamily::next | ( | ) | [inline] |
Definition at line 46 of file FontFamily.h.
bool WebCore::FontFamily::operator!= | ( | const FontFamily & | x | ) | const [inline] |
Definition at line 52 of file FontFamily.h.
FontFamily & WebCore::FontFamily::operator= | ( | const FontFamily & | other | ) |
Definition at line 38 of file FontFamily.cpp.
bool WebCore::FontFamily::operator== | ( | const FontFamily & | compareFontFamily | ) | const |
Definition at line 45 of file FontFamily.cpp.
void WebCore::FontFamily::setFamily | ( | const AtomicString & | family | ) | [inline] |
Definition at line 42 of file FontFamily.h.
The documentation for this class was generated from the following files: