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

#include <qopengl2pexvertexarray_p.h>

+ Collaboration diagram for QOpenGLPoint:

Public Member Functions

 QOpenGLPoint (GLfloat new_x, GLfloat new_y)
 
 QOpenGLPoint (const QPointF &p)
 
 QOpenGLPoint (const QPointF *p)
 
 operator QPointF ()
 
 operator QPointF () const
 

Public Attributes

GLfloat x
 
GLfloat y
 

Detailed Description

Definition at line 26 of file qopengl2pexvertexarray_p.h.

Constructor & Destructor Documentation

◆ QOpenGLPoint() [1/3]

QOpenGLPoint::QOpenGLPoint ( GLfloat new_x,
GLfloat new_y )
inline

Definition at line 29 of file qopengl2pexvertexarray_p.h.

◆ QOpenGLPoint() [2/3]

QOpenGLPoint::QOpenGLPoint ( const QPointF & p)
inline

Definition at line 32 of file qopengl2pexvertexarray_p.h.

◆ QOpenGLPoint() [3/3]

QOpenGLPoint::QOpenGLPoint ( const QPointF * p)
inline

Definition at line 35 of file qopengl2pexvertexarray_p.h.

Member Function Documentation

◆ operator QPointF() [1/2]

QOpenGLPoint::operator QPointF ( )
inline

Definition at line 41 of file qopengl2pexvertexarray_p.h.

◆ operator QPointF() [2/2]

QOpenGLPoint::operator QPointF ( ) const
inline

Definition at line 42 of file qopengl2pexvertexarray_p.h.

Member Data Documentation

◆ x

GLfloat QOpenGLPoint::x

◆ y

GLfloat QOpenGLPoint::y

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