4#ifndef QPLATFORMOFFSCREENSURFACE_H
5#define QPLATFORMOFFSCREENSURFACE_H
18#include <QtGui/qoffscreensurface.h>
19#include <QtCore/qscopedpointer.h>
21#include <QtCore/qnativeinterface.h>
41 virtual bool isValid()
const;
52#if defined(Q_OS_ANDROID)
53struct Q_GUI_EXPORT QAndroidOffScreenIntegration
56 virtual QOffscreenSurface *createOffscreenSurface(ANativeWindow *nativeSurface)
const = 0;
Combined button and popup list for selecting options.
#define QT_DECLARE_NATIVE_INTERFACE(...)