![]() |
Qt 4.8
|
#include <qwindowsurface_vgegl_p.h>
Public Functions | |
| void | beginPaint (QWidget *widget) |
| void | endPaint (QWidget *widget, const QRegion ®ion, QImage *image) |
| QEglContext * | ensureContext (QWidget *widget) |
| QVGEGLWindowSurfaceDirect (QWindowSurface *win) | |
| bool | scroll (QWidget *widget, const QRegion &area, int dx, int dy) |
| bool | supportsStaticContents () const |
| QSize | surfaceSize () const |
| virtual | ~QVGEGLWindowSurfaceDirect () |
Public Functions inherited from QVGEGLWindowSurfacePrivate | |
| QVGPaintEngine * | paintEngine () |
| QVGEGLWindowSurfacePrivate (QWindowSurface *win) | |
| virtual VGImage | surfaceImage () const |
| virtual | ~QVGEGLWindowSurfacePrivate () |
Protected Variables | |
| QEglContext * | context |
| bool | isPaintingActive |
| bool | needToSwap |
| QSize | size |
| EGLSurface | windowSurface |
Protected Variables inherited from QVGEGLWindowSurfacePrivate | |
| QVGPaintEngine * | engine |
| QWindowSurface * | winSurface |
Additional Inherited Members | |
Protected Functions inherited from QVGEGLWindowSurfacePrivate | |
| void | destroyPaintEngine () |
| QSize | windowSurfaceSize (QWidget *widget) const |
Definition at line 121 of file qwindowsurface_vgegl_p.h.
| QVGEGLWindowSurfaceDirect::QVGEGLWindowSurfaceDirect | ( | QWindowSurface * | win | ) |
Definition at line 608 of file qwindowsurface_vgegl.cpp.
|
virtual |
Definition at line 617 of file qwindowsurface_vgegl.cpp.
|
virtual |
Implements QVGEGLWindowSurfacePrivate.
Definition at line 722 of file qwindowsurface_vgegl.cpp.
|
virtual |
Implements QVGEGLWindowSurfacePrivate.
Definition at line 732 of file qwindowsurface_vgegl.cpp.
Referenced by beginPaint().
|
virtual |
Implements QVGEGLWindowSurfacePrivate.
Definition at line 627 of file qwindowsurface_vgegl.cpp.
Referenced by beginPaint(), endPaint(), and scroll().
|
virtual |
Reimplemented from QVGEGLWindowSurfacePrivate.
Definition at line 760 of file qwindowsurface_vgegl.cpp.
|
virtual |
Reimplemented from QVGEGLWindowSurfacePrivate.
Definition at line 751 of file qwindowsurface_vgegl.cpp.
|
inlinevirtual |
|
protected |
Definition at line 135 of file qwindowsurface_vgegl_p.h.
Referenced by ensureContext().
|
protected |
Definition at line 137 of file qwindowsurface_vgegl_p.h.
Referenced by beginPaint(), endPaint(), and ensureContext().
|
protected |
Definition at line 138 of file qwindowsurface_vgegl_p.h.
Referenced by endPaint(), and ensureContext().
|
protected |
Definition at line 136 of file qwindowsurface_vgegl_p.h.
Referenced by ensureContext(), and scroll().
|
protected |
Definition at line 139 of file qwindowsurface_vgegl_p.h.
Referenced by beginPaint(), endPaint(), ensureContext(), scroll(), and ~QVGEGLWindowSurfaceDirect().