Package io.qt.quick

Class QSGTextNode

All Implemented Interfaces:
QtObjectInterface

public abstract class QSGTextNode extends QSGTransformNode

Class for drawing text layouts and text documents in the Qt Quick scene graph

Java wrapper for Qt class QSGTextNode

Since:
This class was introduced in Qt 6.7.

The following private functions are pure virtual in Qt and thus have to be implemented in derived Java classes by using the @QtPrivateOverride annotation:


@QtPrivateOverride
    @QtUninvokable
    private void doAddTextDocument(io.qt.core.@NonNull QPointF position, io.qt.gui.@Nullable QTextDocument document, int selectionStart, int selectionCount) {...}

@QtPrivateOverride
    @QtUninvokable
    private void doAddTextLayout(io.qt.core.@NonNull QPointF position, io.qt.gui.@Nullable QTextLayout layout, int selectionStart, int selectionCount, int lineStart, int lineCount) {...}