Definition at line 89 of file qglscreen_qws.h.
#include <qglscreen_qws.h>

Public Types |
|
| enum | Option
{ NoOptions = 0, NativeWindows = 1, NativePixmaps = 2, NativeImages = 4, Overlays = 8 } |
Public Member Functions |
|
| QGLScreen (int displayId) | |
| virtual | ~QGLScreen () |
| QGLScreen::Options | options () const |
| virtual bool | chooseContext (QGLContext *context, const QGLContext *shareContext) |
| virtual bool | hasOpenGL ()=0 |
| QGLScreenSurfaceFunctions * | surfaceFunctions () const |
Protected Member Functions |
|
| void | setOptions (QGLScreen::Options value) |
| void | setSurfaceFunctions (QGLScreenSurfaceFunctions *functions) |
| enum Option |
Definition at line 96 of file qglscreen_qws.h.
{
NoOptions = 0,
NativeWindows = 1,
NativePixmaps = 2,
NativeImages = 4,
Overlays = 8
};
| QGLScreen | ( | int | displayId | ) |
| virtual ~QGLScreen | ( | ) | [virtual] |
| QGLScreen::Options options | ( | ) | const |
| virtual bool chooseContext | ( | QGLContext * | context, |
| const QGLContext * | shareContext | ||
| ) | [virtual] |
| virtual bool hasOpenGL | ( | ) | [pure virtual] |
| QGLScreenSurfaceFunctions* surfaceFunctions | ( | ) | const |
| void setOptions | ( | QGLScreen::Options | value | ) | [protected] |
| void setSurfaceFunctions | ( | QGLScreenSurfaceFunctions * | functions | ) | [protected] |