Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickTextNodeEngine::BinaryTreeNodeKey Struct Reference

#include <qquicktextnodeengine_p.h>

Collaboration diagram for QQuickTextNodeEngine::BinaryTreeNodeKey:

Public Member Functions

 BinaryTreeNodeKey (BinaryTreeNode *node)
bool operator== (const BinaryTreeNodeKey &otherKey) const

Public Attributes

QFontEnginefontEngine
QQuickDefaultClipNodeclipNode
QRgb color
int selectionState

Detailed Description

Definition at line 95 of file qquicktextnodeengine_p.h.

Constructor & Destructor Documentation

◆ BinaryTreeNodeKey()

QT_BEGIN_NAMESPACE QQuickTextNodeEngine::BinaryTreeNodeKey::BinaryTreeNodeKey ( BinaryTreeNode * node)

Definition at line 26 of file qquicktextnodeengine.cpp.

Referenced by QQuickTextNodeEngine::mergeProcessedNodes().

Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

bool QQuickTextNodeEngine::BinaryTreeNodeKey::operator== ( const BinaryTreeNodeKey & otherKey) const
inline

Definition at line 99 of file qquicktextnodeengine_p.h.

Member Data Documentation

◆ clipNode

QQuickDefaultClipNode* QQuickTextNodeEngine::BinaryTreeNodeKey::clipNode

Definition at line 108 of file qquicktextnodeengine_p.h.

◆ color

QRgb QQuickTextNodeEngine::BinaryTreeNodeKey::color

Definition at line 109 of file qquicktextnodeengine_p.h.

◆ fontEngine

QFontEngine* QQuickTextNodeEngine::BinaryTreeNodeKey::fontEngine

Definition at line 107 of file qquicktextnodeengine_p.h.

◆ selectionState

int QQuickTextNodeEngine::BinaryTreeNodeKey::selectionState

Definition at line 110 of file qquicktextnodeengine_p.h.

Referenced by qHash().


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