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
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

Definition at line 38 of file qopengl2pexvertexarray_p.h.

◆ y

GLfloat QOpenGLPoint::y

Definition at line 39 of file qopengl2pexvertexarray_p.h.


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