Krita Source Code Documentation
Loading...
Searching...
No Matches
KoFontGlyphModel::Private::CodePointInfo Struct Reference
+ 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< GlyphInfoglyphs
 
QString utfString = QString()
 
- Public Attributes inherited from KoFontGlyphModel::Private::InfoNode
uint parentUcs = 0
 
uint ucs = 0
 

Detailed Description

Definition at line 40 of file KoFontGlyphModel.cpp.

Constructor & Destructor Documentation

◆ ~CodePointInfo()

KoFontGlyphModel::Private::CodePointInfo::~CodePointInfo ( )
inlineoverride

Definition at line 42 of file KoFontGlyphModel.cpp.

42{}

Member Function Documentation

◆ childCount()

int KoFontGlyphModel::Private::CodePointInfo::childCount ( )
inlineoverridevirtual

Implements KoFontGlyphModel::Private::InfoNode.

Definition at line 48 of file KoFontGlyphModel.cpp.

48 {
49 return glyphs.size();
50 }

References glyphs.

Member Data Documentation

◆ glyphIndex

uint KoFontGlyphModel::Private::CodePointInfo::glyphIndex = 0

Definition at line 44 of file KoFontGlyphModel.cpp.

◆ glyphs

QVector<GlyphInfo> KoFontGlyphModel::Private::CodePointInfo::glyphs

Definition at line 47 of file KoFontGlyphModel.cpp.

◆ utfString

QString KoFontGlyphModel::Private::CodePointInfo::utfString = QString()

Definition at line 45 of file KoFontGlyphModel.cpp.


The documentation for this struct was generated from the following file: