4#ifndef QQUICKTEXTNODE_P_H
5#define QQUICKTEXTNODE_P_H
18#include <QtQuick/qsgnode.h>
22#include <QtGui/qcolor.h>
23#include <QtGui/qtextlayout.h>
24#include <QtCore/qvarlengtharray.h>
25#include <QtCore/qscopedpointer.h>
54 int selectionStart = -1,
int selectionEnd = -1,
55 int lineStart = 0,
int lineCount = -1);
60 int selectionStart = -1,
int selectionEnd = -1);
84 bool m_useNativeRenderer;
85 int m_renderTypeQuality;
86 int m_firstLineInViewport = -1;
87 int m_firstLinePastViewport = -1;
The QColor class provides colors based on RGB, HSV or CMYK values.
The QGlyphRun class provides direct access to the internal glyphs in a font.
\inmodule QtCore\reentrant
The QQuickItem class provides the most basic of all visual items in \l {Qt Quick}.
static bool isComplexRichText(QTextDocument *)
QPair< int, int > renderedLineRange() const
QSGInternalRectangleNode * cursorNode() const
int renderTypeQuality() const
void setUseNativeRenderer(bool on)
void setRenderTypeQuality(int renderTypeQuality)
bool useNativeRenderer() const
The QRawFont class provides access to a single physical instance of a font.
\inmodule QtCore\reentrant
The QSGClipNode class implements the clipping functionality in the scene graph.
The QSGContext holds the scene graph entry points for one QML engine.
\group qtquick-scenegraph-nodes \title Qt Quick Scene Graph Node classes
\reentrant \inmodule QtGui
Combined button and popup list for selecting options.
std::pair< T1, T2 > QPair
static qreal position(const QQuickItem *item, QQuickAnchors::Anchor anchorLine)
item setCursor(Qt::IBeamCursor)
[1]