|
Krita Source Code Documentation
|
Inheritance diagram for KoFontGlyphModel::Private::CodePointInfo:Public Member Functions | |
| int | childCount () override |
| ~CodePointInfo () override | |
Public Member Functions inherited from KoFontGlyphModel::Private::InfoNode | |
| virtual | ~InfoNode () |
Public Attributes | |
| uint | glyphIndex = 0 |
| QVector< GlyphInfo > | glyphs |
| QString | utfString = QString() |
Public Attributes inherited from KoFontGlyphModel::Private::InfoNode | |
| uint | parentUcs = 0 |
| uint | ucs = 0 |
Definition at line 40 of file KoFontGlyphModel.cpp.
|
inlineoverride |
Definition at line 42 of file KoFontGlyphModel.cpp.
|
inlineoverridevirtual |
Implements KoFontGlyphModel::Private::InfoNode.
Definition at line 48 of file KoFontGlyphModel.cpp.
References glyphs.
| uint KoFontGlyphModel::Private::CodePointInfo::glyphIndex = 0 |
Definition at line 44 of file KoFontGlyphModel.cpp.
Definition at line 47 of file KoFontGlyphModel.cpp.
| QString KoFontGlyphModel::Private::CodePointInfo::utfString = QString() |
Definition at line 45 of file KoFontGlyphModel.cpp.