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 63 of file qopengl2pexvertexarray_p.h.

Constructor & Destructor Documentation

◆ QOpenGL2PEXVertexArray()

QOpenGL2PEXVertexArray::QOpenGL2PEXVertexArray ( )
inline

Definition at line 66 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 50 of file qopengl2pexvertexarray.cpp.

◆ addQuad()

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

Definition at line 87 of file qopengl2pexvertexarray_p.h.

◆ addRect()

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

Definition at line 72 of file qopengl2pexvertexarray_p.h.

◆ addVertex()

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

Definition at line 101 of file qopengl2pexvertexarray_p.h.

◆ boundingRect()

QOpenGLRect QOpenGL2PEXVertexArray::boundingRect ( ) const

Definition at line 18 of file qopengl2pexvertexarray.cpp.

◆ clear()

QT_BEGIN_NAMESPACE void QOpenGL2PEXVertexArray::clear ( )

Definition at line 10 of file qopengl2pexvertexarray.cpp.

◆ data()

QOpenGLPoint * QOpenGL2PEXVertexArray::data ( )
inline

Definition at line 109 of file qopengl2pexvertexarray_p.h.

◆ lineToArray()

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

Definition at line 123 of file qopengl2pexvertexarray.cpp.

◆ stopCount()

int QOpenGL2PEXVertexArray::stopCount ( ) const
inline

Definition at line 111 of file qopengl2pexvertexarray_p.h.

◆ stops()

int * QOpenGL2PEXVertexArray::stops ( ) const
inline

Definition at line 110 of file qopengl2pexvertexarray_p.h.

◆ vertexCount()

int QOpenGL2PEXVertexArray::vertexCount ( ) const
inline

Definition at line 114 of file qopengl2pexvertexarray_p.h.


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