![]() |
Qt 6.x
The Qt SDK
|
#include <qglxintegration.h>
Inheritance diagram for QGLXPbuffer:
Collaboration diagram for QGLXPbuffer:Public Member Functions | |
| QGLXPbuffer (QOffscreenSurface *offscreenSurface) | |
| ~QGLXPbuffer () | |
| QSurfaceFormat | format () const override |
| Returns the actual surface format of the offscreen surface. | |
| bool | isValid () const override |
Returns true if the platform offscreen surface has been allocated. | |
| GLXPbuffer | pbuffer () const |
Public Member Functions inherited from QPlatformOffscreenSurface | |
| QPlatformOffscreenSurface (QOffscreenSurface *offscreenSurface) | |
| ~QPlatformOffscreenSurface () override | |
| QOffscreenSurface * | offscreenSurface () const |
| QPlatformScreen * | screen () const override |
| Returns the platform screen handle corresponding to this QPlatformOffscreenSurface. | |
| virtual QSurfaceFormat | format () const override |
| Returns the actual surface format of the offscreen surface. | |
| virtual bool | isValid () const |
Returns true if the platform offscreen surface has been allocated. | |
Public Member Functions inherited from QPlatformSurface | |
| virtual | ~QPlatformSurface () |
| virtual QSurfaceFormat | format () const =0 |
| QSurface * | surface () const |
| virtual QPlatformScreen * | screen () const =0 |
Additional Inherited Members | |
Static Public Member Functions inherited from QPlatformSurface | |
| static bool | isRasterSurface (QSurface *surface) |
Protected Attributes inherited from QPlatformOffscreenSurface | |
| QScopedPointer< QPlatformOffscreenSurfacePrivate > | d_ptr |
Definition at line 60 of file qglxintegration.h.
|
explicit |
Definition at line 720 of file qglxintegration.cpp.
References False, QSize::height(), None, QPlatformOffscreenSurface::offscreenSurface(), qglx_findConfig(), qglx_surfaceFormatFromGLXFBConfig(), QXcbScreen::screenNumber(), QOffscreenSurface::size(), and QSize::width().
Here is the call graph for this function:| QGLXPbuffer::~QGLXPbuffer | ( | ) |
Definition at line 745 of file qglxintegration.cpp.
|
inlineoverridevirtual |
Returns the actual surface format of the offscreen surface.
Reimplemented from QPlatformOffscreenSurface.
Definition at line 66 of file qglxintegration.h.
|
inlineoverridevirtual |
Returns true if the platform offscreen surface has been allocated.
Reimplemented from QPlatformOffscreenSurface.
Definition at line 67 of file qglxintegration.h.
|
inline |
Definition at line 69 of file qglxintegration.h.
Referenced by QGLXContext::makeCurrent().
Here is the caller graph for this function: