Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 46 of file qopengl2pexvertexarray_p.h.

Constructor & Destructor Documentation

◆ QOpenGLRect() [1/2]

QOpenGLRect::QOpenGLRect ( const QRectF & r)
inline

Definition at line 48 of file qopengl2pexvertexarray_p.h.

◆ QOpenGLRect() [2/2]

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

Definition at line 51 of file qopengl2pexvertexarray_p.h.

Member Function Documentation

◆ operator QRectF()

QOpenGLRect::operator QRectF ( ) const
inline

Definition at line 59 of file qopengl2pexvertexarray_p.h.

Member Data Documentation

◆ bottom

GLfloat QOpenGLRect::bottom

Definition at line 57 of file qopengl2pexvertexarray_p.h.

◆ left

GLfloat QOpenGLRect::left

Definition at line 54 of file qopengl2pexvertexarray_p.h.

◆ right

GLfloat QOpenGLRect::right

Definition at line 56 of file qopengl2pexvertexarray_p.h.

◆ top

GLfloat QOpenGLRect::top

Definition at line 55 of file qopengl2pexvertexarray_p.h.


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