Qt 4.8
|
Go to the source code of this file.
Enumerations | |
enum | { XFocusOut = FocusOut, XFocusIn = FocusIn, XKeyPress = KeyPress, XKeyRelease = KeyRelease, XNone = None, XRevertToParent = RevertToParent, XGrayScale = GrayScale, XCursorShape = CursorShape } |
Functions | |
QVector< int > | qglx_buildSpec (const QPlatformWindowFormat &format, int drawableBit) |
GLXFBConfig | qglx_findConfig (Display *display, int screen, const QPlatformWindowFormat &format, int drawableBit) |
XVisualInfo * | qglx_findVisualInfo (Display *display, int screen, const QPlatformWindowFormat &format) |
QPlatformWindowFormat | qglx_platformWindowFromGLXFBConfig (Display *display, GLXFBConfig config, GLXContext ctx) |
QPlatformWindowFormat | qglx_reducePlatformWindowFormat (const QPlatformWindowFormat &format, bool *reduced) |
anonymous enum |
Enumerator | |
---|---|
XFocusOut | |
XFocusIn | |
XKeyPress | |
XKeyRelease | |
XNone | |
XRevertToParent | |
XGrayScale | |
XCursorShape |
Definition at line 50 of file qglxconvenience.cpp.
QVector<int> qglx_buildSpec | ( | const QPlatformWindowFormat & | format, |
int | drawableBit | ||
) |
Definition at line 73 of file qglxconvenience.cpp.
Referenced by qglx_findConfig().
GLXFBConfig qglx_findConfig | ( | Display * | display, |
int | screen, | ||
const QPlatformWindowFormat & | format, | ||
int | drawableBit | ||
) |
Definition at line 126 of file qglxconvenience.cpp.
Referenced by qglx_findVisualInfo(), and QGLXContext::QGLXContext().
XVisualInfo* qglx_findVisualInfo | ( | Display * | display, |
int | screen, | ||
const QPlatformWindowFormat & | format | ||
) |
Definition at line 171 of file qglxconvenience.cpp.
Referenced by QXcbWindow::QXcbWindow(), and QXlibWindow::QXlibWindow().
QPlatformWindowFormat qglx_platformWindowFromGLXFBConfig | ( | Display * | display, |
GLXFBConfig | config, | ||
GLXContext | ctx | ||
) |
Definition at line 178 of file qglxconvenience.cpp.
Referenced by QWaylandReadbackGlxContext::platformWindowFormat(), QWaylandXCompositeGLXContext::platformWindowFormat(), and QGLXContext::QGLXContext().
QPlatformWindowFormat qglx_reducePlatformWindowFormat | ( | const QPlatformWindowFormat & | format, |
bool * | reduced | ||
) |
Definition at line 234 of file qglxconvenience.cpp.
Referenced by qglx_findConfig().