|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 21 of file QskGlyphTable.h.
Public Member Functions | |
| QskGlyphTable (const QRawFont &) | |
| QskGlyphTable (const QskGlyphTable &) | |
| QskGlyphTable & | operator= (const QskGlyphTable &) |
| bool | isValid () const |
| void | setIconFont (const QRawFont &) |
| QRawFont | iconFont () const |
| uint | glyphCount () const |
| QPainterPath | glyphPath (uint glyphIndex) const |
| QskGraphic | glyphGraphic (uint glyphIndex) const |
| uint | codeToIndex (char32_t) const |
| uint | nameToIndex (const QString &) const |
| QHash< QString, uint > | nameTable () const |
| QskGlyphTable::QskGlyphTable | ( | ) |
Definition at line 391 of file QskGlyphTable.cpp.
| QskGlyphTable::QskGlyphTable | ( | const QRawFont & | font | ) |
Definition at line 396 of file QskGlyphTable.cpp.
| QskGlyphTable::QskGlyphTable | ( | const QskGlyphTable & | other | ) |
Definition at line 402 of file QskGlyphTable.cpp.
| QskGlyphTable::~QskGlyphTable | ( | ) |
Definition at line 408 of file QskGlyphTable.cpp.
| uint QskGlyphTable::codeToIndex | ( | char32_t | ucs4 | ) | const |
Definition at line 483 of file QskGlyphTable.cpp.
| uint QskGlyphTable::glyphCount | ( | ) | const |
Definition at line 478 of file QskGlyphTable.cpp.
| QskGraphic QskGlyphTable::glyphGraphic | ( | uint | glyphIndex | ) | const |
Definition at line 455 of file QskGlyphTable.cpp.
| QPainterPath QskGlyphTable::glyphPath | ( | uint | glyphIndex | ) | const |
Definition at line 435 of file QskGlyphTable.cpp.
| QRawFont QskGlyphTable::iconFont | ( | ) | const |
Definition at line 430 of file QskGlyphTable.cpp.
|
inline |
Definition at line 67 of file QskGlyphTable.h.
| QHash< QString, uint > QskGlyphTable::nameTable | ( | ) | const |
Definition at line 499 of file QskGlyphTable.cpp.
| uint QskGlyphTable::nameToIndex | ( | const QString & | name | ) | const |
Definition at line 488 of file QskGlyphTable.cpp.
| QskGlyphTable & QskGlyphTable::operator= | ( | const QskGlyphTable & | other | ) |
Definition at line 412 of file QskGlyphTable.cpp.
| void QskGlyphTable::setIconFont | ( | const QRawFont & | font | ) |
Definition at line 420 of file QskGlyphTable.cpp.