Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QScriptItem Struct Reference

#include <qtextengine_p.h>

+ Collaboration diagram for QScriptItem:

Public Member Functions

constexpr QScriptItem (int p, QScriptAnalysis a) noexcept
 
constexpr QFixed height () const noexcept
 

Public Attributes

int position
 
QScriptAnalysis analysis
 
unsigned short num_glyphs
 
QFixed descent
 
QFixed ascent
 
QFixed leading
 
QFixed width
 
int glyph_data_offset
 

Friends

class QList< QScriptItem >
 

Detailed Description

Definition at line 297 of file qtextengine_p.h.

Constructor & Destructor Documentation

◆ QScriptItem()

constexpr QScriptItem::QScriptItem ( int p,
QScriptAnalysis a )
inlineconstexprnoexcept

Definition at line 299 of file qtextengine_p.h.

Member Function Documentation

◆ height()

constexpr QFixed QScriptItem::height ( ) const
inlineconstexprnoexcept

Definition at line 312 of file qtextengine_p.h.

References ascent, and descent.

Referenced by QTextInlineObject::height(), and QTextInlineObject::rect().

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ QList< QScriptItem >

friend class QList< QScriptItem >
friend

Definition at line 312 of file qtextengine_p.h.

Member Data Documentation

◆ analysis

◆ ascent

◆ descent

◆ glyph_data_offset

int QScriptItem::glyph_data_offset

Definition at line 311 of file qtextengine_p.h.

Referenced by QTextEngine::availableGlyphs(), and QTextEngine::shapedGlyphs().

◆ leading

QFixed QScriptItem::leading

Definition at line 309 of file qtextengine_p.h.

◆ num_glyphs

◆ position

◆ width


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