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 100 of file qquicktextnodeengine_p.h.

Constructor & Destructor Documentation

◆ BinaryTreeNodeKey()

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

Definition at line 60 of file qquicktextnodeengine.cpp.

References BinaryTreeNodeKey(), and selectionState.

Referenced by BinaryTreeNodeKey(), and QQuickTextNodeEngine::mergeProcessedNodes().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator==()

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

Definition at line 104 of file qquicktextnodeengine_p.h.

Member Data Documentation

◆ clipNode

QQuickDefaultClipNode* QQuickTextNodeEngine::BinaryTreeNodeKey::clipNode

Definition at line 113 of file qquicktextnodeengine_p.h.

◆ color

QRgb QQuickTextNodeEngine::BinaryTreeNodeKey::color

Definition at line 114 of file qquicktextnodeengine_p.h.

◆ fontEngine

QFontEngine* QQuickTextNodeEngine::BinaryTreeNodeKey::fontEngine

Definition at line 112 of file qquicktextnodeengine_p.h.

◆ selectionState

int QQuickTextNodeEngine::BinaryTreeNodeKey::selectionState

Definition at line 115 of file qquicktextnodeengine_p.h.

Referenced by BinaryTreeNodeKey(), and qHash().


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