42 #ifndef QXCBINTEGRATION_H 43 #define QXCBINTEGRATION_H 45 #include <QtGui/QPlatformIntegration> 46 #include <QtGui/QPlatformScreen> QPixmapData * createPixmapData(QPixmapData::PixelType type) const
Factory function for QPixmapData.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QList< QPlatformScreen * > m_screens
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...
#define QT_BEGIN_NAMESPACE
This macro expands to.
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
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.