Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsggeometry.h File Reference

(179413a14e8e9866b35bf0ef5959480fec066188)

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