![]() |
Qt 4.8
|
#include <qwaylandeglintegration.h>
Public Functions | |
| QWaylandWindow * | createEglWindow (QWidget *window) |
| EGLDisplay | eglDisplay () const |
| void | initialize () |
| struct wl_egl_display * | nativeDisplay () const |
| QWaylandEglIntegration (struct wl_display *waylandDisplay) | |
| ~QWaylandEglIntegration () | |
Public Functions inherited from QWaylandGLIntegration | |
| QWaylandGLIntegration () | |
| virtual | ~QWaylandGLIntegration () |
Properties | |
| EGLDisplay | mEglDisplay |
| struct wl_display * | mWaylandDisplay |
Additional Inherited Members | |
Static Public Functions inherited from QWaylandGLIntegration | |
| static QWaylandGLIntegration * | createGLIntegration (QWaylandDisplay *waylandDisplay) |
Definition at line 52 of file qwaylandeglintegration.h.
| QWaylandEglIntegration::QWaylandEglIntegration | ( | struct wl_display * | waylandDisplay | ) |
Definition at line 50 of file qwaylandeglintegration.cpp.
Referenced by eglDisplay().
| QWaylandEglIntegration::~QWaylandEglIntegration | ( | ) |
Definition at line 57 of file qwaylandeglintegration.cpp.
|
virtual |
Implements QWaylandGLIntegration.
Definition at line 76 of file qwaylandeglintegration.cpp.
| EGLDisplay QWaylandEglIntegration::eglDisplay | ( | ) | const |
Definition at line 81 of file qwaylandeglintegration.cpp.
Referenced by QWaylandEglWindow::glContext(), and QWaylandEglWindow::newSurfaceCreated().
|
virtual |
Implements QWaylandGLIntegration.
Definition at line 62 of file qwaylandeglintegration.cpp.
| struct wl_egl_display* QWaylandEglIntegration::nativeDisplay | ( | ) | const |
|
private |
Definition at line 67 of file qwaylandeglintegration.h.
Referenced by eglDisplay(), initialize(), and ~QWaylandEglIntegration().
|
private |
Definition at line 65 of file qwaylandeglintegration.h.
Referenced by initialize().