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

#include <qopengl2pexvertexarray_p.h>

Collaboration diagram for QOpenGL2PEXVertexArray:

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 ()
QOpenGLPointdata ()
int * stops () const
int stopCount () const
QOpenGLRect boundingRect () const
int vertexCount () const
void lineToArray (const GLfloat x, const GLfloat y)

Detailed Description

Definition at line 64 of file qopengl2pexvertexarray_p.h.

Constructor & Destructor Documentation

◆ QOpenGL2PEXVertexArray()

QOpenGL2PEXVertexArray::QOpenGL2PEXVertexArray ( )
inline

Definition at line 67 of file qopengl2pexvertexarray_p.h.

References QOpenGL2PEXVertexArray().

Referenced by QOpenGL2PEXVertexArray().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ addPath()

void QOpenGL2PEXVertexArray::addPath ( const QVectorPath & path,
GLfloat curveInverseScale,
bool outline = true )

Definition at line 51 of file qopengl2pexvertexarray.cpp.

◆ addQuad()

void QOpenGL2PEXVertexArray::addQuad ( const QRectF & rect)
inline

Definition at line 88 of file qopengl2pexvertexarray_p.h.

◆ addRect()

void QOpenGL2PEXVertexArray::addRect ( const QRectF & rect)
inline

Definition at line 73 of file qopengl2pexvertexarray_p.h.

◆ addVertex()

void QOpenGL2PEXVertexArray::addVertex ( const GLfloat x,
const GLfloat y )
inline

Definition at line 102 of file qopengl2pexvertexarray_p.h.

◆ boundingRect()

QOpenGLRect QOpenGL2PEXVertexArray::boundingRect ( ) const

Definition at line 19 of file qopengl2pexvertexarray.cpp.

◆ clear()

QT_BEGIN_NAMESPACE void QOpenGL2PEXVertexArray::clear ( )

Definition at line 11 of file qopengl2pexvertexarray.cpp.

◆ data()

QOpenGLPoint * QOpenGL2PEXVertexArray::data ( )
inline

Definition at line 110 of file qopengl2pexvertexarray_p.h.

◆ lineToArray()

void QOpenGL2PEXVertexArray::lineToArray ( const GLfloat x,
const GLfloat y )

Definition at line 124 of file qopengl2pexvertexarray.cpp.

◆ stopCount()

int QOpenGL2PEXVertexArray::stopCount ( ) const
inline

Definition at line 112 of file qopengl2pexvertexarray_p.h.

◆ stops()

int * QOpenGL2PEXVertexArray::stops ( ) const
inline

Definition at line 111 of file qopengl2pexvertexarray_p.h.

◆ vertexCount()

int QOpenGL2PEXVertexArray::vertexCount ( ) const
inline

Definition at line 115 of file qopengl2pexvertexarray_p.h.


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