![]() |
Qt 6.x
The Qt SDK
|
#include <QtQuick/qtquickglobal.h>
#include <QtCore/QRectF>
Go to the source code of this file.
Classes | |
class | QSGGeometry |
The QSGGeometry class provides low-level storage for graphics primitives in the \l{Qt Quick Scene Graph}. More... | |
class | QSGGeometry::Attribute |
The QSGGeometry::Attribute describes a single vertex attribute in a QSGGeometry. More... | |
class | QSGGeometry::AttributeSet |
The QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up. More... | |
class | QSGGeometry::Point2D |
The QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points. More... | |
class | QSGGeometry::TexturedPoint2D |
The QSGGeometry::TexturedPoint2D struct is a convenience struct for accessing 2D Points with texture coordinates. More... | |
class | QSGGeometry::ColoredPoint2D |
The QSGGeometry::ColoredPoint2D struct is a convenience struct for accessing 2D Points with a color. More... | |