Krita Source Code Documentation
Loading...
Searching...
No Matches
KoFontGlyphModel::Private::GlyphInfo Struct Reference
+ Inheritance diagram for KoFontGlyphModel::Private::GlyphInfo:

Public Member Functions

int childCount () override
 
 GlyphInfo ()
 
 GlyphInfo (uint utf)
 
 ~GlyphInfo () override
 
- Public Member Functions inherited from KoFontGlyphModel::Private::InfoNode
virtual ~InfoNode ()
 

Public Attributes

QString baseString
 
int featureIndex = -1
 
GlyphType type = Base
 
- Public Attributes inherited from KoFontGlyphModel::Private::InfoNode
uint parentUcs = 0
 
uint ucs = 0
 

Detailed Description

Definition at line 20 of file KoFontGlyphModel.cpp.

Constructor & Destructor Documentation

◆ GlyphInfo() [1/2]

KoFontGlyphModel::Private::GlyphInfo::GlyphInfo ( )
inline

Definition at line 23 of file KoFontGlyphModel.cpp.

24 {
25 }

◆ GlyphInfo() [2/2]

KoFontGlyphModel::Private::GlyphInfo::GlyphInfo ( uint utf)
inline

◆ ~GlyphInfo()

KoFontGlyphModel::Private::GlyphInfo::~GlyphInfo ( )
inlineoverride

Definition at line 31 of file KoFontGlyphModel.cpp.

31{}

Member Function Documentation

◆ childCount()

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

Implements KoFontGlyphModel::Private::InfoNode.

Definition at line 35 of file KoFontGlyphModel.cpp.

35 {
36 return 0;
37 }

Member Data Documentation

◆ baseString

QString KoFontGlyphModel::Private::GlyphInfo::baseString

Definition at line 33 of file KoFontGlyphModel.cpp.

◆ featureIndex

int KoFontGlyphModel::Private::GlyphInfo::featureIndex = -1

Definition at line 34 of file KoFontGlyphModel.cpp.

◆ type

GlyphType KoFontGlyphModel::Private::GlyphInfo::type = Base

Definition at line 32 of file KoFontGlyphModel.cpp.


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