Qt 4.8
|
#include "qplatformdefs.h"
#include "qbackingstore_p.h"
#include <QtCore/qglobal.h>
#include <QtCore/qdebug.h>
#include <QtCore/qvarlengtharray.h>
#include <QtGui/qevent.h>
#include <QtGui/qapplication.h>
#include <QtGui/qpaintengine.h>
#include <QtGui/qgraphicsproxywidget.h>
#include <private/qwidget_p.h>
#include <private/qwindowsurface_raster_p.h>
#include <private/qapplication_p.h>
#include <private/qpaintengine_raster_p.h>
#include <private/qgraphicseffect_p.h>
#include "qgraphicssystem_p.h"
#include <QtGui/qwsmanager_qws.h>
#include <private/qwsmanager_p.h>
Go to the source code of this file.
Functions | |
static bool | discardInvalidateBufferRequest (QWidget *widget, QTLWExtra *tlwExtra) |
static bool | discardSyncRequest (QWidget *tlw, QTLWExtra *tlwExtra) |
static bool | qRectIntersects (const QRect &r1, const QRect &r2) |
QRegion | qt_dirtyRegion (QWidget *) |
static void | qt_flush (QWidget *widget, const QRegion ®ion, QWindowSurface *windowSurface, QWidget *tlw, const QPoint &tlwOffset) |
static void | sendUpdateRequest (QWidget *widget, bool updateImmediately) |
static void | showYellowThing_win (QWidget *widget, const QRegion ®ion, int msec) |
Definition at line 1451 of file qbackingstore.cpp.
Referenced by QWidgetPrivate::invalidateBuffer().
Definition at line 1098 of file qbackingstore.cpp.
Referenced by QWidgetBackingStore::sync().
Definition at line 75 of file qbackingstore.cpp.
Referenced by QWidgetBackingStore::sync().
Definition at line 1111 of file qwidget.cpp.
|
inlinestatic |
Flushes the contents of the windowSurface into the screen area of widget. tlwOffset is the position of the top level widget relative to the window surface. region is the region to be updated in widget coordinates.
Definition at line 86 of file qbackingstore.cpp.
Referenced by QWidgetBackingStore::flush(), QWidgetBackingStore::sync(), and QWidgetBackingStore::unflushPaint().
|
inlinestatic |
Definition at line 527 of file qbackingstore.cpp.
Referenced by QWidgetBackingStore::markDirty().
Definition at line 124 of file qbackingstore.cpp.
Referenced by QWidgetBackingStore::showYellowThing().