51 #include <private/qpixmap_raster_p.h> 136 #if defined(XCB_USE_GLX) 138 #elif defined(XCB_USE_EGL) 140 #elif defined(XCB_USE_DRI2) QPixmapData * createPixmapData(QPixmapData::PixelType type) const
Factory function for QPixmapData.
QPointer< QWidget > widget
QList< QPlatformScreen * > m_screens
QBasicUnixFontDatabase QGenericUnixFontDatabase
QPlatformWindow * createPlatformWindow(QWidget *widget, WId winId) const
Factory function for QPlatformWindow.
QPlatformFontDatabase * m_fontDatabase
QWindowSurface * createWindowSurface(QWidget *widget, WId winId) const
Factory function for QWindowSurface.
void moveToScreen(QWidget *window, int screen)
This function is called when a QWidget is displayed on screen, or the QWidget is to be displayed on a...
QList< QXcbScreen * > screens() const
The QWindowSurface class provides the drawing area for top-level windows.
bool hasCapability(Capability cap) const
QPlatformNativeInterface * m_nativeInterface
QPixmap grabWindow(WId window, int x, int y, int width, int height) const
This function is called when Qt needs to be able to grab the content of a window. ...
bool isVirtualDesktop()
Returns if the current windowing system configuration defines all the screens to be one desktop(virtu...
The QPixmap class is an off-screen image representation that can be used as a paint device...
QPlatformNativeInterface * nativeInterface() const
QXcbConnection * m_connection
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
QList< QPlatformScreen * > screens() const
Accessor function to a list of all the screens on the current system.
QPlatformFontDatabase * fontDatabase() const
Accessor for the platform integrations fontdatabase.
The QList class is a template class that provides lists.