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
QOpenGLRect Struct Reference

#include <qopengl2pexvertexarray_p.h>

Collaboration diagram for QOpenGLRect:

Public Member Functions

 QOpenGLRect (const QRectF &r)
 QOpenGLRect (GLfloat l, GLfloat t, GLfloat r, GLfloat b)
 operator QRectF () const

Public Attributes

GLfloat left
GLfloat top
GLfloat right
GLfloat bottom

Detailed Description

Definition at line 47 of file qopengl2pexvertexarray_p.h.

Constructor & Destructor Documentation

◆ QOpenGLRect() [1/2]

QOpenGLRect::QOpenGLRect ( const QRectF & r)
inline

Definition at line 49 of file qopengl2pexvertexarray_p.h.

References QOpenGLRect().

Referenced by QOpenGLRect().

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

◆ QOpenGLRect() [2/2]

QOpenGLRect::QOpenGLRect ( GLfloat l,
GLfloat t,
GLfloat r,
GLfloat b )
inline

Definition at line 52 of file qopengl2pexvertexarray_p.h.

References QOpenGLRect().

Referenced by QOpenGLRect().

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

Member Function Documentation

◆ operator QRectF()

QOpenGLRect::operator QRectF ( ) const
inline

Definition at line 60 of file qopengl2pexvertexarray_p.h.

Member Data Documentation

◆ bottom

GLfloat QOpenGLRect::bottom

Definition at line 58 of file qopengl2pexvertexarray_p.h.

◆ left

GLfloat QOpenGLRect::left

◆ right

GLfloat QOpenGLRect::right

◆ top

GLfloat QOpenGLRect::top

Definition at line 56 of file qopengl2pexvertexarray_p.h.


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