![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwaylandshmbackingstore_p.h"
#include "qwaylandwindow_p.h"
#include "qwaylandsubsurface_p.h"
#include "qwaylanddisplay_p.h"
#include "qwaylandscreen_p.h"
#include "qwaylandabstractdecoration_p.h"
#include <QtCore/qdebug.h>
#include <QtCore/qstandardpaths.h>
#include <QtCore/qtemporaryfile.h>
#include <QtGui/QPainter>
#include <QtGui/QTransform>
#include <QMutexLocker>
#include <QtWaylandClient/private/wayland-wayland-client-protocol.h>
#include <memory>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
Go to the source code of this file.
Namespaces | |
namespace | QtWaylandClient |
Functions | |
QT_BEGIN_NAMESPACE void | qt_scrollRectInImage (QImage &, const QRect &, const QPoint &) |
|
extern |
Definition at line 300 of file qbackingstore.cpp.
Referenced by QCALayerBackingStore::scroll().