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

#include <qopenvgcontext_p.h>

Collaboration diagram for QOpenVGContext:

Public Member Functions

 QOpenVGContext (QWindow *window)
 ~QOpenVGContext ()
void makeCurrent ()
void makeCurrent (EGLSurface surface)
void doneCurrent ()
void swapBuffers ()
void swapBuffers (EGLSurface surface)
QWindowwindow () const
EGLDisplay eglDisplay ()
EGLConfig eglConfig ()
EGLContext eglContext ()
QImage readFramebuffer (const QSize &size)
void getConfigs ()

Static Public Member Functions

static void checkErrors ()

Detailed Description

Definition at line 15 of file qopenvgcontext_p.h.

Constructor & Destructor Documentation

◆ QOpenVGContext()

QT_BEGIN_NAMESPACE QOpenVGContext::QOpenVGContext ( QWindow * window)

Definition at line 13 of file qopenvgcontext.cpp.

◆ ~QOpenVGContext()

QOpenVGContext::~QOpenVGContext ( )

Definition at line 44 of file qopenvgcontext.cpp.

Member Function Documentation

◆ checkErrors()

void QOpenVGContext::checkErrors ( )
static

Definition at line 170 of file qopenvgcontext.cpp.

◆ doneCurrent()

void QOpenVGContext::doneCurrent ( )

Definition at line 60 of file qopenvgcontext.cpp.

◆ eglConfig()

EGLConfig QOpenVGContext::eglConfig ( )
inline

Definition at line 31 of file qopenvgcontext_p.h.

◆ eglContext()

EGLContext QOpenVGContext::eglContext ( )
inline

Definition at line 32 of file qopenvgcontext_p.h.

◆ eglDisplay()

EGLDisplay QOpenVGContext::eglDisplay ( )
inline

Definition at line 30 of file qopenvgcontext_p.h.

◆ getConfigs()

void QOpenVGContext::getConfigs ( )

Definition at line 87 of file qopenvgcontext.cpp.

◆ makeCurrent() [1/2]

void QOpenVGContext::makeCurrent ( )

Definition at line 50 of file qopenvgcontext.cpp.

◆ makeCurrent() [2/2]

void QOpenVGContext::makeCurrent ( EGLSurface surface)

Definition at line 55 of file qopenvgcontext.cpp.

◆ readFramebuffer()

QImage QOpenVGContext::readFramebuffer ( const QSize & size)

Definition at line 80 of file qopenvgcontext.cpp.

◆ swapBuffers() [1/2]

void QOpenVGContext::swapBuffers ( )

Definition at line 65 of file qopenvgcontext.cpp.

◆ swapBuffers() [2/2]

void QOpenVGContext::swapBuffers ( EGLSurface surface)

Definition at line 70 of file qopenvgcontext.cpp.

◆ window()

QWindow * QOpenVGContext::window ( ) const

Definition at line 75 of file qopenvgcontext.cpp.


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