Eneboo - Documentación para desarrolladores
Clases | 'defines' | Funciones
Referencia del Archivo src/qt/src/opengl/qgl.h
#include "qwidget.h"
#include "qglcolormap.h"
#include <GL/gl.h>
#include <GL/glu.h>

Ir al código fuente de este archivo.

Clases

class  QGL
 The QGL class is a namespace for miscellaneous identifiers in the Qt OpenGL module.OpenGL. Más...
class  QGLFormat
 The QGLFormat class specifies the display format of an OpenGL rendering context.OpenGL. Más...
class  QGLContext
 The QGLContext class encapsulates an OpenGL rendering context.OpenGL. Más...
class  QGLContext::Private
class  QGLWidget
 The QGLWidget class is a widget for rendering OpenGL graphics.OpenGL. Más...

'defines'

#define QM_EXPORT_OPENGL
#define QGL_VERSION   450
#define QGL_VERSION_STR   "4.5"

Funciones

QM_EXPORT_OPENGL const char * qGLVersion ()
QM_EXPORT_OPENGL bool operator== (const QGLFormat &, const QGLFormat &)
QM_EXPORT_OPENGL bool operator!= (const QGLFormat &, const QGLFormat &)

Documentación de los 'defines'

#define QGL_VERSION   450
#define QGL_VERSION_STR   "4.5"
#define QM_EXPORT_OPENGL

Documentación de las funciones

QM_EXPORT_OPENGL bool operator!= ( const QGLFormat a,
const QGLFormat b 
)

Returns FALSE if all the options of the two QGLFormats are equal; otherwise returns TRUE.

QM_EXPORT_OPENGL bool operator== ( const QGLFormat a,
const QGLFormat b 
)

Returns TRUE if all the options of the two QGLFormats are equal; otherwise returns FALSE.

QM_EXPORT_OPENGL const char* qGLVersion ( ) [inline]
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'