![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopengl2pexvertexarray_p.h>
Public Member Functions | |
QOpenGL2PEXVertexArray () | |
void | addRect (const QRectF &rect) |
void | addQuad (const QRectF &rect) |
void | addVertex (const GLfloat x, const GLfloat y) |
void | addPath (const QVectorPath &path, GLfloat curveInverseScale, bool outline=true) |
void | clear () |
QOpenGLPoint * | data () |
int * | stops () const |
int | stopCount () const |
QOpenGLRect | boundingRect () const |
int | vertexCount () const |
void | lineToArray (const GLfloat x, const GLfloat y) |
Definition at line 63 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 66 of file qopengl2pexvertexarray_p.h.
References QOpenGL2PEXVertexArray().
Referenced by QOpenGL2PEXVertexArray().
void QOpenGL2PEXVertexArray::addPath | ( | const QVectorPath & | path, |
GLfloat | curveInverseScale, | ||
bool | outline = true ) |
Definition at line 50 of file qopengl2pexvertexarray.cpp.
Definition at line 87 of file qopengl2pexvertexarray_p.h.
Definition at line 72 of file qopengl2pexvertexarray_p.h.
Definition at line 101 of file qopengl2pexvertexarray_p.h.
QOpenGLRect QOpenGL2PEXVertexArray::boundingRect | ( | ) | const |
Definition at line 18 of file qopengl2pexvertexarray.cpp.
QT_BEGIN_NAMESPACE void QOpenGL2PEXVertexArray::clear | ( | ) |
Definition at line 10 of file qopengl2pexvertexarray.cpp.
|
inline |
Definition at line 109 of file qopengl2pexvertexarray_p.h.
Definition at line 123 of file qopengl2pexvertexarray.cpp.
|
inline |
Definition at line 111 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 110 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 114 of file qopengl2pexvertexarray_p.h.