![]() |
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 64 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 67 of file qopengl2pexvertexarray_p.h.
References QOpenGL2PEXVertexArray().
Referenced by QOpenGL2PEXVertexArray().
| void QOpenGL2PEXVertexArray::addPath | ( | const QVectorPath & | path, |
| GLfloat | curveInverseScale, | ||
| bool | outline = true ) |
Definition at line 51 of file qopengl2pexvertexarray.cpp.
Definition at line 88 of file qopengl2pexvertexarray_p.h.
Definition at line 73 of file qopengl2pexvertexarray_p.h.
Definition at line 102 of file qopengl2pexvertexarray_p.h.
| QOpenGLRect QOpenGL2PEXVertexArray::boundingRect | ( | ) | const |
Definition at line 19 of file qopengl2pexvertexarray.cpp.
| QT_BEGIN_NAMESPACE void QOpenGL2PEXVertexArray::clear | ( | ) |
Definition at line 11 of file qopengl2pexvertexarray.cpp.
|
inline |
Definition at line 110 of file qopengl2pexvertexarray_p.h.
Definition at line 124 of file qopengl2pexvertexarray.cpp.
|
inline |
Definition at line 112 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 111 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 115 of file qopengl2pexvertexarray_p.h.