42 #ifndef QGRAPHICSSYSTEM_TESTLITE_H 43 #define QGRAPHICSSYSTEM_TESTLITE_H 46 #include <QtCore/QTextStream> 48 #include <QtGui/QPlatformIntegration> 49 #include <QtGui/QPlatformScreen> 50 #include <QtGui/QPlatformNativeInterface> QPlatformNativeInterface * nativeInterface() const
QPixmapData * createPixmapData(QPixmapData::PixelType type) const
Factory function for QPixmapData.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QXlibScreen * mPrimaryScreen
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. ...
QPlatformWindow * createPlatformWindow(QWidget *widget, WId winId) const
Factory function for QPlatformWindow.
QPlatformFontDatabase * mFontDb
QPlatformClipboard * mClipboard
QPlatformNativeInterface * mNativeInterface
QList< QPlatformScreen * > mScreens
#define QT_BEGIN_NAMESPACE
This macro expands to.
QPlatformFontDatabase * fontDatabase() const
Accessor for the platform integrations fontdatabase.
The QWindowSurface class provides the drawing area for top-level windows.
QPlatformClipboard * clipboard() const
Accessor for the platform integrations clipboard.
QXlibIntegration(bool useOpenGL=false)
defined(QT_OPENGL_ES_2)
bool hasCapability(Capability cap) const
QWindowSurface * createWindowSurface(QWidget *widget, WId winId) const
Factory function for QWindowSurface.
QList< QPlatformScreen * > screens() const
Accessor function to a list of all the screens on the current system.
The QPixmap class is an off-screen image representation that can be used as a paint device...
The QList class is a template class that provides lists.