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 | |
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 |
Definition at line 46 of file qopengl2pexvertexarray_p.h.
|
inline |
Definition at line 48 of file qopengl2pexvertexarray_p.h.
References QOpenGLRect().
Referenced by QOpenGLRect().
Definition at line 51 of file qopengl2pexvertexarray_p.h.
References QOpenGLRect().
Referenced by QOpenGLRect().
|
inline |
Definition at line 59 of file qopengl2pexvertexarray_p.h.
GLfloat QOpenGLRect::bottom |
Definition at line 57 of file qopengl2pexvertexarray_p.h.
GLfloat QOpenGLRect::left |
Definition at line 54 of file qopengl2pexvertexarray_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
GLfloat QOpenGLRect::right |
Definition at line 56 of file qopengl2pexvertexarray_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().
GLfloat QOpenGLRect::top |
Definition at line 55 of file qopengl2pexvertexarray_p.h.