![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopenvgcontext_p.h>
Public Member Functions | |
| QOpenVGContext (QWindow *window) | |
| ~QOpenVGContext () | |
| void | makeCurrent () |
| void | makeCurrent (EGLSurface surface) |
| void | doneCurrent () |
| void | swapBuffers () |
| void | swapBuffers (EGLSurface surface) |
| QWindow * | window () const |
| EGLDisplay | eglDisplay () |
| EGLConfig | eglConfig () |
| EGLContext | eglContext () |
| QImage | readFramebuffer (const QSize &size) |
| void | getConfigs () |
Static Public Member Functions | |
| static void | checkErrors () |
Definition at line 15 of file qopenvgcontext_p.h.
| QT_BEGIN_NAMESPACE QOpenVGContext::QOpenVGContext | ( | QWindow * | window | ) |
Definition at line 13 of file qopenvgcontext.cpp.
| QOpenVGContext::~QOpenVGContext | ( | ) |
Definition at line 44 of file qopenvgcontext.cpp.
|
static |
Definition at line 170 of file qopenvgcontext.cpp.
| void QOpenVGContext::doneCurrent | ( | ) |
Definition at line 60 of file qopenvgcontext.cpp.
|
inline |
Definition at line 31 of file qopenvgcontext_p.h.
|
inline |
Definition at line 32 of file qopenvgcontext_p.h.
|
inline |
Definition at line 30 of file qopenvgcontext_p.h.
| void QOpenVGContext::getConfigs | ( | ) |
Definition at line 87 of file qopenvgcontext.cpp.
| void QOpenVGContext::makeCurrent | ( | ) |
Definition at line 50 of file qopenvgcontext.cpp.
| void QOpenVGContext::makeCurrent | ( | EGLSurface | surface | ) |
Definition at line 55 of file qopenvgcontext.cpp.
Definition at line 80 of file qopenvgcontext.cpp.
| void QOpenVGContext::swapBuffers | ( | ) |
Definition at line 65 of file qopenvgcontext.cpp.
| void QOpenVGContext::swapBuffers | ( | EGLSurface | surface | ) |
Definition at line 70 of file qopenvgcontext.cpp.
| QWindow * QOpenVGContext::window | ( | ) | const |
Definition at line 75 of file qopenvgcontext.cpp.