49 #include <QtGui/QPlatformWindow> 50 #include <QtGui/QPlatformWindowFormat> 51 #include <QtOpenGL/private/qpixmapdata_gl_p.h> 63 #ifdef QEGL_EXTRA_DEBUG 78 #ifdef QEGL_EXTRA_DEBUG 79 qWarning(
"QEglIntegration::createPixmapData %d\n", type);
87 #ifdef QEGL_EXTRA_DEBUG 88 qWarning(
"QEglIntegration::createPlatformWindow %p\n",widget);
98 #ifdef QEGL_EXTRA_DEBUG 99 qWarning(
"QEglIntegration::createWindowSurface %p\n",widget);
QWindowSurface * createWindowSurface(QWidget *widget, WId winId) const
Factory function for QWindowSurface.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QPixmapData * createPixmapData(QPixmapData::PixelType type) const
Factory function for QPixmapData.
void append(const T &t)
Inserts value at the end of the list.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QPlatformWindow * createPlatformWindow(QWidget *widget, WId winId) const
Factory function for QPlatformWindow.
Q_CORE_EXPORT void qWarning(const char *,...)
QList< QPlatformScreen * > mScreens
bool hasCapability(QPlatformIntegration::Capability cap) const
The QWindowSurface class provides the drawing area for top-level windows.
QPlatformFontDatabase * mFontDb
QPlatformFontDatabase * fontDatabase() const
Accessor for the platform integrations fontdatabase.
QEglFSScreen * m_primaryScreen
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...