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
QSGGeometryData Class Reference

#include <qsggeometry_p.h>

Collaboration diagram for QSGGeometryData:

Public Member Functions

virtual ~QSGGeometryData ()

Static Public Member Functions

static QSGGeometryDatadata (const QSGGeometry *g)
static void install (const QSGGeometry *g, QSGGeometryData *data)
static bool hasDirtyVertexData (const QSGGeometry *g)
static void clearDirtyVertexData (const QSGGeometry *g)
static bool hasDirtyIndexData (const QSGGeometry *g)
static void clearDirtyIndexData (const QSGGeometry *g)

Detailed Description

Definition at line 23 of file qsggeometry_p.h.

Constructor & Destructor Documentation

◆ ~QSGGeometryData()

virtual QSGGeometryData::~QSGGeometryData ( )
inlinevirtual

Definition at line 26 of file qsggeometry_p.h.

Member Function Documentation

◆ clearDirtyIndexData()

void QSGGeometryData::clearDirtyIndexData ( const QSGGeometry * g)
inlinestatic

Definition at line 41 of file qsggeometry_p.h.

◆ clearDirtyVertexData()

void QSGGeometryData::clearDirtyVertexData ( const QSGGeometry * g)
inlinestatic

Definition at line 38 of file qsggeometry_p.h.

◆ data()

QSGGeometryData * QSGGeometryData::data ( const QSGGeometry * g)
inlinestatic

Definition at line 28 of file qsggeometry_p.h.

◆ hasDirtyIndexData()

bool QSGGeometryData::hasDirtyIndexData ( const QSGGeometry * g)
inlinestatic

Definition at line 40 of file qsggeometry_p.h.

◆ hasDirtyVertexData()

bool QSGGeometryData::hasDirtyVertexData ( const QSGGeometry * g)
inlinestatic

Definition at line 37 of file qsggeometry_p.h.

◆ install()

void QSGGeometryData::install ( const QSGGeometry * g,
QSGGeometryData * data )
inlinestatic

Definition at line 32 of file qsggeometry_p.h.


The documentation for this class was generated from the following file: