Qt 5.5
Qt OpenGL
C++ Classes
QGLFramebufferObject
Qt 5.5.1 Reference Documentation
List of All Members for QGLFramebufferObject
This is the complete list of members for
QGLFramebufferObject
, including inherited members.
enum
Attachment
QGLFramebufferObject
(const QSize &, GLenum)
QGLFramebufferObject
(int, int, GLenum)
QGLFramebufferObject
(const QSize &, const QGLFramebufferObjectFormat &)
QGLFramebufferObject
(int, int, const QGLFramebufferObjectFormat &)
QGLFramebufferObject
(int, int, Attachment, GLenum, GLenum)
QGLFramebufferObject
(const QSize &, Attachment, GLenum, GLenum)
~QGLFramebufferObject
()
attachment
() const : Attachment
bind
() : bool
bindDefault
() : bool
blitFramebuffer
(QGLFramebufferObject *, const QRect &, QGLFramebufferObject *, const QRect &, GLbitfield, GLenum)
drawTexture
(const QRectF &, GLuint, GLenum)
drawTexture
(const QPointF &, GLuint, GLenum)
format
() const : QGLFramebufferObjectFormat
handle
() const : GLuint
hasOpenGLFramebufferBlit
() : bool
hasOpenGLFramebufferObjects
() : bool
isBound
() const : bool
isValid
() const : bool
metric
(PaintDeviceMetric) const : int
paintEngine
() const : QPaintEngine *
release
() : bool
size
() const : QSize
texture
() const : GLuint
toImage
() const : QImage