![]() |
Qt 4.8
|
#include <qwaylandreadbackglxintegration.h>
Public Functions | |
| QWaylandWindow * | createEglWindow (QWidget *widget) |
| void | initialize () |
| QWaylandReadbackGlxIntegration (QWaylandDisplay *waylandDispaly) | |
| Window | rootWindow () const |
| int | screen () const |
| QWaylandDisplay * | waylandDisplay () const |
| Display * | xDisplay () const |
| ~QWaylandReadbackGlxIntegration () | |
Public Functions inherited from QWaylandGLIntegration | |
| QWaylandGLIntegration () | |
| virtual | ~QWaylandGLIntegration () |
Properties | |
| Display * | mDisplay |
| Window | mRootWindow |
| int | mScreen |
| QWaylandDisplay * | mWaylandDisplay |
Additional Inherited Members | |
Static Public Functions inherited from QWaylandGLIntegration | |
| static QWaylandGLIntegration * | createGLIntegration (QWaylandDisplay *waylandDisplay) |
Definition at line 55 of file qwaylandreadbackglxintegration.h.
| QWaylandReadbackGlxIntegration::QWaylandReadbackGlxIntegration | ( | QWaylandDisplay * | waylandDispaly | ) |
Definition at line 48 of file qwaylandreadbackglxintegration.cpp.
Referenced by createEglWindow().
| QWaylandReadbackGlxIntegration::~QWaylandReadbackGlxIntegration | ( | ) |
Definition at line 60 of file qwaylandreadbackglxintegration.cpp.
|
virtual |
|
virtual |
Implements QWaylandGLIntegration.
Definition at line 65 of file qwaylandreadbackglxintegration.cpp.
| Window QWaylandReadbackGlxIntegration::rootWindow | ( | ) | const |
Definition at line 89 of file qwaylandreadbackglxintegration.cpp.
Referenced by QWaylandReadbackGlxContext::geometryChanged().
| int QWaylandReadbackGlxIntegration::screen | ( | ) | const |
Definition at line 84 of file qwaylandreadbackglxintegration.cpp.
Referenced by QWaylandReadbackGlxContext::geometryChanged().
| QWaylandDisplay * QWaylandReadbackGlxIntegration::waylandDisplay | ( | ) | const |
Definition at line 94 of file qwaylandreadbackglxintegration.cpp.
Referenced by createEglWindow(), and QWaylandReadbackGlxContext::geometryChanged().
| Display * QWaylandReadbackGlxIntegration::xDisplay | ( | ) | const |
Definition at line 79 of file qwaylandreadbackglxintegration.cpp.
Referenced by QWaylandReadbackGlxContext::geometryChanged(), QWaylandReadbackGlxContext::makeCurrent(), QWaylandReadbackGlxContext::platformWindowFormat(), and QWaylandReadbackGlxContext::QWaylandReadbackGlxContext().
|
private |
Definition at line 74 of file qwaylandreadbackglxintegration.h.
Referenced by QWaylandReadbackGlxIntegration(), xDisplay(), and ~QWaylandReadbackGlxIntegration().
|
private |
Definition at line 76 of file qwaylandreadbackglxintegration.h.
Referenced by QWaylandReadbackGlxIntegration(), and rootWindow().
|
private |
Definition at line 75 of file qwaylandreadbackglxintegration.h.
Referenced by QWaylandReadbackGlxIntegration(), and screen().
|
private |
Definition at line 72 of file qwaylandreadbackglxintegration.h.
Referenced by waylandDisplay().