![]() |
Qt 6.x
The Qt SDK
|
#include <qsgdefaultglyphnode_p.h>
Public Member Functions | |
QSGDefaultGlyphNode (QSGRenderContext *context) | |
~QSGDefaultGlyphNode () | |
void | setMaterialColor (const QColor &color) override |
void | setGlyphs (const QPointF &position, const QGlyphRun &glyphs) override |
void | update () override |
void | preprocess () override |
Override this function to do processing on the node before it is rendered. | |
void | setPreferredAntialiasingMode (AntialiasingMode) override |
void | updateGeometry () |
![]() | |
QSGBasicGlyphNode () | |
virtual | ~QSGBasicGlyphNode () |
QPointF | baseLine () const override |
void | setGlyphs (const QPointF &position, const QGlyphRun &glyphs) override |
void | setColor (const QColor &color) override |
void | setPreferredAntialiasingMode (AntialiasingMode) override |
void | setStyle (QQuickText::TextStyle) override |
void | setStyleColor (const QColor &) override |
virtual void | setMaterialColor (const QColor &color)=0 |
void | update () override=0 |
![]() | |
QSGGlyphNode () | |
~QSGGlyphNode () override | |
virtual void | setGlyphs (const QPointF &position, const QGlyphRun &glyphs)=0 |
virtual void | setColor (const QColor &color)=0 |
virtual void | setStyle (QQuickText::TextStyle style)=0 |
virtual void | setStyleColor (const QColor &color)=0 |
virtual QPointF | baseLine () const =0 |
virtual QRectF | boundingRect () const |
virtual void | setBoundingRect (const QRectF &bounds) |
virtual void | setPreferredAntialiasingMode (AntialiasingMode)=0 |
virtual void | setRenderTypeQuality (int renderTypeQuality) |
virtual void | update ()=0 |
void | setOwnerElement (QQuickItem *ownerElement) |
QQuickItem * | ownerElement () const |
void | accept (QSGNodeVisitorEx *visitor) override |
![]() | |
QSGVisitableNode () | |
~QSGVisitableNode () override | |
virtual void | accept (QSGNodeVisitorEx *)=0 |
![]() | |
QSGGeometryNode () | |
Creates a new geometry node without geometry and material. | |
~QSGGeometryNode () override | |
Deletes this geometry node. | |
void | setMaterial (QSGMaterial *material) |
Sets the material of this geometry node to material. | |
QSGMaterial * | material () const |
Returns the material of the QSGGeometryNode. | |
void | setOpaqueMaterial (QSGMaterial *material) |
Sets the opaque material of this geometry to material. | |
QSGMaterial * | opaqueMaterial () const |
Returns the opaque material of the QSGGeometryNode. | |
QSGMaterial * | activeMaterial () const |
Returns the material which should currently be used for geometry node. | |
void | setRenderOrder (int order) |
Sets the render order of this node to be order. | |
int | renderOrder () const |
Returns the render order of this geometry node. | |
void | setInheritedOpacity (qreal opacity) |
Sets the inherited opacity of this geometry to opacity. | |
qreal | inheritedOpacity () const |
Set during rendering to specify the inherited opacity for that rendering pass. | |
![]() | |
~QSGBasicGeometryNode () override | |
Deletes this QSGBasicGeometryNode. | |
void | setGeometry (QSGGeometry *geometry) |
Sets the geometry of this node to geometry. | |
const QSGGeometry * | geometry () const |
Returns this node's geometry. | |
QSGGeometry * | geometry () |
Returns this node's geometry. | |
const QMatrix4x4 * | matrix () const |
Will be set during rendering to contain transformation of the geometry for that rendering pass. | |
const QSGClipNode * | clipList () const |
Will be set during rendering to contain the clip of the geometry for that rendering pass. | |
void | setRendererMatrix (const QMatrix4x4 *m) |
void | setRendererClipList (const QSGClipNode *c) |
![]() | |
QSGNode () | |
Constructs a new node. | |
virtual | ~QSGNode () |
Destroys the node. | |
QSGNode * | parent () const |
Returns the parent node of this node. | |
void | removeChildNode (QSGNode *node) |
Removes node from this node's list of children. | |
void | removeAllChildNodes () |
Removes all child nodes from this node's list of children. | |
void | prependChildNode (QSGNode *node) |
Prepends node to this node's the list of children. | |
void | appendChildNode (QSGNode *node) |
Appends node to this node's list of children. | |
void | insertChildNodeBefore (QSGNode *node, QSGNode *before) |
Inserts node to this node's list of children before the node specified with before. | |
void | insertChildNodeAfter (QSGNode *node, QSGNode *after) |
Inserts node to this node's list of children after the node specified with after. | |
void | reparentChildNodesTo (QSGNode *newParent) |
int | childCount () const |
Returns the number of child nodes. | |
QSGNode * | childAtIndex (int i) const |
Returns the child at index i. | |
QSGNode * | firstChild () const |
Returns the first child of this node. | |
QSGNode * | lastChild () const |
Returns the last child of this node. | |
QSGNode * | nextSibling () const |
Returns the node after this in the parent's list of children. | |
QSGNode * | previousSibling () const |
Returns the node before this in the parent's list of children. | |
NodeType | type () const |
Returns the type of this node. | |
QT_DEPRECATED void | clearDirty () |
void | markDirty (DirtyState bits) |
Notifies all connected renderers that the node has dirty bits. | |
QT_DEPRECATED DirtyState | dirtyState () const |
virtual bool | isSubtreeBlocked () const |
Returns whether this node and its subtree is available for use. | |
Flags | flags () const |
Returns the set of flags for this node. | |
void | setFlag (Flag, bool=true) |
Sets the flag f on this node if enabled is true; otherwise clears the flag. | |
void | setFlags (Flags, bool=true) |
Sets the flags f on this node if enabled is true; otherwise clears the flags. | |
virtual void | preprocess () |
Override this function to do processing on the node before it is rendered. | |
Definition at line 23 of file qsgdefaultglyphnode_p.h.
QT_BEGIN_NAMESPACE QSGDefaultGlyphNode::QSGDefaultGlyphNode | ( | QSGRenderContext * | context | ) |
Definition at line 11 of file qsgdefaultglyphnode.cpp.
References QSGNode::setFlag(), and QSGNode::UsePreprocess.
QSGDefaultGlyphNode::~QSGDefaultGlyphNode | ( | ) |
Definition at line 20 of file qsgdefaultglyphnode.cpp.
References qDeleteAll().
|
overridevirtual |
Override this function to do processing on the node before it is rendered.
Preprocessing needs to be explicitly enabled by setting the flag QSGNode::UsePreprocess. The flag needs to be set before the node is added to the scene graph and will cause the preprocess() function to be called for every frame the node is rendered.
Reimplemented from QSGNode.
Definition at line 103 of file qsgdefaultglyphnode.cpp.
References qDeleteAll(), and updateGeometry().
|
overridevirtual |
Reimplemented from QSGBasicGlyphNode.
Definition at line 39 of file qsgdefaultglyphnode.cpp.
References position(), and QSGBasicGlyphNode::setGlyphs().
Referenced by updateGeometry().
Implements QSGBasicGlyphNode.
Definition at line 34 of file qsgdefaultglyphnode.cpp.
References QSGBasicGlyphNode::m_material, and QSGBasicGlyphNode::setColor().
|
overridevirtual |
Reimplemented from QSGBasicGlyphNode.
Definition at line 29 of file qsgdefaultglyphnode.cpp.
|
overridevirtual |
Implements QSGBasicGlyphNode.
Definition at line 45 of file qsgdefaultglyphnode.cpp.
References QSGGlyphNode::boundingRect(), QSGNode::DirtyGeometry, font, QFontEngine::Format_A32, QFontEngine::Format_A8, QFontEngine::Format_ARGB, QFontEngine::Format_None, QSGBasicGeometryNode::geometry(), QRawFontPrivate::get(), QGlyphRun::glyphIndexes(), QSGGlyphNode::GrayAntialiasing, QSGGlyphNode::HighQualitySubPixelAntialiasing, QSGGlyphNode::LowQualitySubPixelAntialiasing, QSGBasicGlyphNode::m_baseLine, QSGBasicGlyphNode::m_color, QSGBasicGlyphNode::m_glyphs, QSGBasicGlyphNode::m_material, QSGBasicGlyphNode::m_position, QSGBasicGlyphNode::m_style, QSGBasicGlyphNode::m_styleColor, QSGNode::markDirty(), QSGGeometryNode::material(), QQuickText::Normal, QQuickText::Outline, QSGTextMaskMaterial::populate(), QGlyphRun::positions(), QQuickText::Raised, QGlyphRun::rawFont(), QMargins::setBottom(), QSGGlyphNode::setBoundingRect(), QSGTextMaskMaterial::setColor(), QSGGeometryNode::setMaterial(), QMargins::setTop(), QQuickText::Sunken, and QColor::toRgb().
Referenced by updateGeometry().
void QSGDefaultGlyphNode::updateGeometry | ( | ) |
Definition at line 112 of file qsgdefaultglyphnode.cpp.
References QSGNode::appendChildNode(), QList< T >::at(), QSGNode::firstChild(), QSGBasicGeometryNode::geometry(), QGlyphRun::glyphIndexes(), i, QSGBasicGlyphNode::m_color, QSGBasicGlyphNode::m_glyphs, QSGBasicGlyphNode::m_position, QSGBasicGlyphNode::m_style, QSGBasicGlyphNode::m_styleColor, QSGNode::nextSibling(), position(), QGlyphRun::positions(), positions, QSGNode::removeAllChildNodes(), QSGBasicGlyphNode::setColor(), QGlyphRun::setGlyphIndexes(), setGlyphs(), QGlyphRun::setPositions(), QSGBasicGlyphNode::setStyle(), QSGBasicGlyphNode::setStyleColor(), QList< T >::size(), update(), and updateGeometry().
Referenced by preprocess(), and updateGeometry().