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
qsggeometry.h File Reference

(5cc8b246a725623c1dbcfdcd395269100e156ee4)

#include <QtQuick/qtquickglobal.h>
#include <QtCore/QRectF>
Include dependency graph for qsggeometry.h:
This graph shows which files directly or indirectly include this file:

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...