Qt 4.8
|
#include <qgraphicsview_p.h>
Public Functions | |
void | _q_setViewportCursor (const QCursor &cursor) |
void | _q_unsetViewportCursor () |
QStyleOptionGraphicsItem * | allocStyleOptionsArray (int numItems) |
void | centerView (QGraphicsView::ViewportAnchor anchor) |
void | dispatchPendingUpdateRequests () |
QList< QGraphicsItem * > | findItems (const QRegion &exposedRegion, bool *allItems, const QTransform &viewTransform) const |
Adjustments in findItems: mapToScene(QRect) forces us to adjust theinput rectangle by (0, 0, 1, 1), because it uses QRect::bottomRight() (etc) when mapping the rectangle to a polygon (which is wrong). More... | |
void | freeStyleOptionsArray (QStyleOptionGraphicsItem *array) |
qint64 | horizontalScroll () const |
Returns the horizontal scroll value (the X value of the left edge of the viewport). More... | |
QRectF | mapRectFromScene (const QRectF &rect) const |
QRectF | mapRectToScene (const QRect &rect) const |
QPointF | mapToScene (const QPointF &point) const |
QRectF | mapToScene (const QRectF &rect) const |
QRect | mapToViewRect (const QGraphicsItem *item, const QRectF &rect) const |
QRegion | mapToViewRegion (const QGraphicsItem *item, const QRectF &rect) const |
void | mouseMoveEventHandler (QMouseEvent *event) |
void | populateSceneDragDropEvent (QGraphicsSceneDragDropEvent *dest, QDropEvent *source) |
void | processPendingUpdates () |
QGraphicsViewPrivate () | |
void | recalculateContentSize () |
void | replayLastMouseEvent () |
QRegion | rubberBandRegion (const QWidget *widget, const QRect &rect) const |
void | setUpdateClip (QGraphicsItem *) |
void | storeDragDropEvent (const QGraphicsSceneDragDropEvent *event) |
void | storeMouseEvent (QMouseEvent *event) |
void | updateAll () |
void | updateInputMethodSensitivity () |
Enables input methods for the view if and only if the current focus item of the scene accepts input methods. More... | |
void | updateLastCenterPoint () |
bool | updateRect (const QRect &rect) |
bool | updateRectF (const QRectF &rect) |
bool | updateRegion (const QRectF &rect, const QTransform &xform) |
void | updateScroll () |
qint64 | verticalScroll () const |
Returns the vertical scroll value (the X value of the top edge of the viewport). More... | |
Public Functions inherited from QAbstractScrollAreaPrivate | |
void | _q_hslide (int) |
void | _q_showOrHideScrollBars () |
void | _q_vslide (int) |
virtual QPoint | contentsOffset () const |
void | init () |
void | layoutChildren () |
QAbstractScrollAreaPrivate () | |
void | replaceScrollBar (QScrollBar *scrollBar, Qt::Orientation orientation) |
virtual void | scrollBarPolicyChanged (Qt::Orientation, Qt::ScrollBarPolicy) |
void | setSingleFingerPanEnabled (bool on=true) |
bool | viewportEvent (QEvent *event) |
Public Functions inherited from QFramePrivate | |
void | init () |
QFramePrivate () | |
void | updateFrameWidth () |
Updated the frameWidth parameter. More... | |
void | updateStyledFrameWidths () |
Updates the frame widths from the style. More... | |
Public Functions inherited from QWidgetPrivate | |
void | _q_showIfNotHidden () |
virtual void | aboutToDestroy () |
void | activateChildLayoutsRecursively () |
QSize | adjustedSize () const |
void | adjustQuitOnCloseAttribute () |
QInputContext * | assignedInputContext () const |
QPainter * | beginSharedPainter () |
QWidget * | childAt_helper (const QPoint &, bool) const |
QWidget * | childAtRecursiveHelper (const QPoint &p, bool, bool includeFrame=false) const |
QRect | clipRect () const |
QRegion | clipRegion () const |
void | clipToEffectiveMask (QRegion ®ion) const |
bool | close_helper (CloseMode mode) |
void | create_sys (WId window, bool initializeWindow, bool destroyOldWindow) |
QWindowSurface * | createDefaultWindowSurface () |
QWindowSurface * | createDefaultWindowSurface_sys () |
void | createExtra () |
Creates the widget extra data. More... | |
void | createRecursively () |
void | createSysExtra () |
void | createTLExtra () |
void | createTLSysExtra () |
void | createWinId (WId id=0) |
void | deactivateWidgetCleanup () |
void | deleteExtra () |
Deletes the widget extra data. More... | |
void | deleteSysExtra () |
void | deleteTLSysExtra () |
void | drawWidget (QPaintDevice *pdev, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter=0, QWidgetBackingStore *backingStore=0) |
QWidget * | effectiveFocusWidget () |
QRect | effectiveRectFor (const QRect &rect) const |
bool | endSharedPainter () |
void | enforceNativeChildren () |
QWExtra * | extraData () const |
QRect | frameStrut () const |
void | getLayoutItemMargins (int *left, int *top, int *right, int *bottom) const |
const QRegion & | getOpaqueChildren () const |
void | handleSoftwareInputPanel (Qt::MouseButton button, bool clickCausedFocus) |
virtual bool | hasHeightForWidth () const |
void | hide_helper () |
void | hide_sys () |
Platform-specific part of QWidget::hide(). More... | |
void | hideChildren (bool spontaneous) |
void | inheritStyle () |
void | init (QWidget *desktopWidget, Qt::WindowFlags f) |
QInputContext * | inputContext () const |
void | invalidateBuffer (const QRegion &) |
Invalidates the rgn (in widget's coordinates) of the backing store, i.e. More... | |
void | invalidateBuffer (const QRect &) |
This function is equivalent to calling invalidateBuffer(QRegion(rect), ...), but is more efficient as it eliminates QRegion operations/allocations and can use the rect more precisely for additional cut-offs. More... | |
void | invalidateBuffer_resizeHelper (const QPoint &oldPos, const QSize &oldSize) |
Invalidates the buffer when the widget is resized. More... | |
void | invalidateGraphicsEffectsRecursively () |
bool | isAboutToShow () const |
bool | isBackgroundInherited () const |
bool | isOverlapped (const QRect &) const |
void | lower_sys () |
QPoint | mapFromGlobal (const QPoint &pos) const |
QPoint | mapToGlobal (const QPoint &pos) const |
QWidgetBackingStore * | maybeBackingStore () const |
QTLWExtra * | maybeTopData () const |
void | moveRect (const QRect &, int dx, int dy) |
bool | nativeChildrenForced () const |
QFont | naturalWidgetFont (uint inheritedMask) const |
QPalette | naturalWidgetPalette (uint inheritedMask) const |
Returns the palette that the widget w inherits from its ancestors and QApplication::palette. More... | |
void | paintBackground (QPainter *, const QRegion &, int flags=DrawAsRoot) const |
bool | paintOnScreen () const |
void | paintSiblingsRecursive (QPaintDevice *pdev, const QObjectList &children, int index, const QRegion &rgn, const QPoint &offset, int flags, QPainter *sharedPainter, QWidgetBackingStore *backingStore) |
bool | pointInsideRectAndMask (const QPoint &) const |
QRegion | prepareToRender (const QRegion ®ion, QWidget::RenderFlags renderFlags) |
void | propagatePaletteChange () |
Propagate this widget's palette to all children, except style sheet widgets, and windows that don't enable window propagation (palettes don't normally propagate to windows). More... | |
QWidgetPrivate (int version=QObjectPrivateVersion) | |
void | raise_sys () |
QPaintDevice * | redirected (QPoint *offset) const |
void | registerDropSite (bool) |
void | render (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags, bool readyToRender) |
void | render_helper (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) |
void | repaint_sys (const QRegion &rgn) |
void | reparentFocusWidgets (QWidget *oldtlw) |
void | resolveFont () |
Determine which font is implicitly imposed on this widget by its ancestors and QApplication::font, resolve this against its own font (attributes from the implicit font are copied over). More... | |
void | resolveLayoutDirection () |
void | resolveLocale () |
void | resolvePalette () |
Determine which palette is inherited from this widget's ancestors and QApplication::palette, resolve this against this widget's palette (attributes from the inherited palette are copied over this widget's palette). More... | |
void | restoreRedirected () |
void | scroll_sys (int dx, int dy) |
void | scroll_sys (int dx, int dy, const QRect &r) |
void | scrollChildren (int dx, int dy) |
void | scrollRect (const QRect &, int dx, int dy) |
void | sendPendingMoveAndResizeEvents (bool recursive=false, bool disableUpdates=false) |
void | sendStartupMessage (const char *message) const |
Platform-specific part of QWidget::show(). More... | |
void | setConstraints_sys () |
void | setCursor_sys (const QCursor &cursor) |
void | setDirtyOpaqueRegion () |
void | setEnabled_helper (bool) |
void | setFocus_sys () |
void | setFont_helper (const QFont &font) |
void | setGeometry_sys (int, int, int, int, bool) |
void | setLayoutDirection_helper (Qt::LayoutDirection) |
void | setLayoutItemMargins (int left, int top, int right, int bottom) |
void | setLayoutItemMargins (QStyle::SubElement element, const QStyleOption *opt=0) |
void | setLocale_helper (const QLocale &l, bool forceUpdate=false) |
void | setMask_sys (const QRegion &) |
bool | setMaximumSize_helper (int &maxw, int &maxh) |
bool | setMinimumSize_helper (int &minw, int &minh) |
void | setModal_sys () |
void | setNetWmWindowTypes () |
void | setOpaque (bool opaque) |
void | setPalette_helper (const QPalette &) |
void | setParent_sys (QWidget *parent, Qt::WindowFlags) |
void | setRedirected (QPaintDevice *replacement, const QPoint &offset) |
void | setSharedPainter (QPainter *painter) |
void | setStyle_helper (QStyle *newStyle, bool propagate, bool metalHack=false) |
void | setUpdatesEnabled_helper (bool) |
void | setWindowFilePath_helper (const QString &filePath) |
void | setWindowIcon_helper () |
void | setWindowIcon_sys (bool forceReset=false) |
void | setWindowIconText_helper (const QString &cap) |
void | setWindowIconText_sys (const QString &cap) |
void | setWindowOpacity_sys (qreal opacity) |
void | setWindowRole () |
void | setWindowTitle_helper (const QString &cap) |
void | setWindowTitle_sys (const QString &cap) |
void | setWinId (WId) |
QPainter * | sharedPainter () const |
void | show_helper () |
void | show_recursive () |
Makes the widget visible in the isVisible() meaning of the word. More... | |
void | show_sys () |
Platform-specific part of QWidget::show(). More... | |
void | showChildren (bool spontaneous) |
void | stackUnder_sys (QWidget *) |
void | subtractOpaqueChildren (QRegion &rgn, const QRect &clipRect) const |
void | subtractOpaqueSiblings (QRegion &source, bool *hasDirtySiblingsAbove=0, bool alsoNonOpaque=false) const |
void | syncBackingStore () |
void | syncBackingStore (const QRegion ®ion) |
QTLWExtra * | topData () const |
void | unsetCursor_sys () |
void | updateFont (const QFont &) |
Assign font to this widget, and propagate it to all children, except style sheet widgets (handled differently) and windows that don't enable window propagation. More... | |
void | updateFrameStrut () |
Computes the frame rectangle when needed. More... | |
void | updateGeometry_helper (bool forceUpdate) |
void | updateIsOpaque () |
void | updateIsTranslucent () |
void | updateSystemBackground () |
void | updateX11AcceptFocus () |
void | x11UpdateIsOpaque () |
~QWidgetPrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Static Public Functions | |
static void | translateTouchEvent (QGraphicsViewPrivate *d, QTouchEvent *touchEvent) |
Static Public Functions inherited from QWidgetPrivate | |
static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=0) |
static QGraphicsProxyWidget * | nearestGraphicsProxyWidget (const QWidget *origin) |
Finds the nearest widget embedded in a graphics proxy widget along the chain formed by this widget and its ancestors. More... | |
static int | pointToRect (const QPoint &p, const QRect &r) |
static QRect | screenGeometry (const QWidget *widget) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Additional Inherited Members | |
Public Types inherited from QWidgetPrivate | |
enum | CloseMode { CloseNoEvent, CloseWithEvent, CloseWithSpontaneousEvent } |
enum | Direction { DirectionNorth = 0x01, DirectionEast = 0x10, DirectionSouth = 0x02, DirectionWest = 0x20 } |
enum | DrawWidgetFlags { DrawAsRoot = 0x01, DrawPaintOnScreen = 0x02, DrawRecursive = 0x04, DrawInvisible = 0x08, DontSubtractOpaqueChildren = 0x10, DontSetCompositionMode = 0x20, DontDrawOpaqueChildren = 0x40, DontDrawNativeChildren = 0x80 } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Variables inherited from QWidgetPrivate | |
static QWidgetSet * | allWidgets = 0 |
static int | instanceCounter = 0 |
static QWidget * | keyboardGrabber = 0 |
static QWidgetMapper * | mapper = 0 |
static int | maxInstances = 0 |
static QWidget * | mouseGrabber = 0 |
Definition at line 69 of file qgraphicsview_p.h.
QGraphicsViewPrivate::QGraphicsViewPrivate | ( | ) |
Definition at line 342 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::_q_setViewportCursor | ( | const QCursor & | cursor | ) |
Definition at line 736 of file qgraphicsview.cpp.
Referenced by _q_unsetViewportCursor(), and mouseMoveEventHandler().
void QGraphicsViewPrivate::_q_unsetViewportCursor | ( | ) |
Definition at line 750 of file qgraphicsview.cpp.
QStyleOptionGraphicsItem * QGraphicsViewPrivate::allocStyleOptionsArray | ( | int | numItems | ) |
Definition at line 1029 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::centerView | ( | QGraphicsView::ViewportAnchor | anchor | ) |
Definition at line 508 of file qgraphicsview.cpp.
|
inline |
Definition at line 182 of file qgraphicsview_p.h.
QList< QGraphicsItem * > QGraphicsViewPrivate::findItems | ( | const QRegion & | exposedRegion, |
bool * | allItems, | ||
const QTransform & | viewTransform | ||
) | const |
In addition, as QGraphicsItem::boundingRect() is defined in logical space, but the default pen for QPainter is cosmetic with a width of 0, QPainter is at risk of painting 1 pixel outside the bounding rect. Therefore we must search for items with an adjustment of (-1, -1, 1, 1).
Definition at line 1061 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::freeStyleOptionsArray | ( | QStyleOptionGraphicsItem * | array | ) |
Definition at line 1043 of file qgraphicsview.cpp.
qint64 QGraphicsViewPrivate::horizontalScroll | ( | ) | const |
Returns the horizontal scroll value (the X value of the left edge of the viewport).
Definition at line 550 of file qgraphicsview.cpp.
Referenced by setUpdateClip(), and updateHelper().
Maps the given rectangle from the scene using QTransform::mapRect()
Definition at line 592 of file qgraphicsview.cpp.
Maps the given rectangle to the scene using QTransform::mapRect()
Definition at line 578 of file qgraphicsview.cpp.
Definition at line 3958 of file qgraphicsview.cpp.
Referenced by translateTouchEvent().
Definition at line 3966 of file qgraphicsview.cpp.
QRect QGraphicsViewPrivate::mapToViewRect | ( | const QGraphicsItem * | item, |
const QRectF & | rect | ||
) | const |
Definition at line 817 of file qgraphicsview.cpp.
QRegion QGraphicsViewPrivate::mapToViewRegion | ( | const QGraphicsItem * | item, |
const QRectF & | rect | ||
) | const |
Definition at line 860 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::mouseMoveEventHandler | ( | QMouseEvent * | event | ) |
Definition at line 641 of file qgraphicsview.cpp.
Referenced by replayLastMouseEvent().
void QGraphicsViewPrivate::populateSceneDragDropEvent | ( | QGraphicsSceneDragDropEvent * | dest, |
QDropEvent * | source | ||
) |
Definition at line 793 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::processPendingUpdates | ( | ) |
Definition at line 874 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::recalculateContentSize | ( | ) |
Definition at line 383 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::replayLastMouseEvent | ( | ) |
Definition at line 624 of file qgraphicsview.cpp.
Definition at line 715 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::setUpdateClip | ( | QGraphicsItem * | item | ) |
Definition at line 912 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::storeDragDropEvent | ( | const QGraphicsSceneDragDropEvent * | event | ) |
Definition at line 774 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::storeMouseEvent | ( | QMouseEvent * | event | ) |
Definition at line 634 of file qgraphicsview.cpp.
Referenced by mouseMoveEventHandler().
|
static |
Definition at line 322 of file qgraphicsview.cpp.
Referenced by QGraphicsView::viewportEvent().
|
inline |
Definition at line 174 of file qgraphicsview_p.h.
Referenced by recalculateContentSize().
void QGraphicsViewPrivate::updateInputMethodSensitivity | ( | ) |
Enables input methods for the view if and only if the current focus item of the scene accepts input methods.
Call function whenever that condition has potentially changed.
Definition at line 1111 of file qgraphicsview.cpp.
void QGraphicsViewPrivate::updateLastCenterPoint | ( | ) |
Definition at line 535 of file qgraphicsview.cpp.
bool QGraphicsViewPrivate::updateRect | ( | const QRect & | rect | ) |
Definition at line 993 of file qgraphicsview.cpp.
Referenced by QGraphicsScenePrivate::markDirty(), QGraphicsScenePrivate::processDirtyItemsRecursive(), and QGraphicsItemPrivate::updatePaintedViewBoundingRects().
|
inline |
Definition at line 206 of file qgraphicsview_p.h.
Referenced by updateHelper(), and updateRegion().
bool QGraphicsViewPrivate::updateRegion | ( | const QRectF & | rect, |
const QTransform & | xform | ||
) |
Definition at line 953 of file qgraphicsview.cpp.
Referenced by updateHelper().
void QGraphicsViewPrivate::updateScroll | ( | ) |
Definition at line 602 of file qgraphicsview.cpp.
Referenced by horizontalScroll(), mapRectFromScene(), mapRectToScene(), mapToViewRect(), mapToViewRegion(), and verticalScroll().
qint64 QGraphicsViewPrivate::verticalScroll | ( | ) | const |
Returns the vertical scroll value (the X value of the top edge of the viewport).
Definition at line 566 of file qgraphicsview.cpp.
Referenced by setUpdateClip(), and updateHelper().
quint32 QGraphicsViewPrivate::accelerateScrolling |
Definition at line 88 of file qgraphicsview_p.h.
Qt::Alignment QGraphicsViewPrivate::alignment |
Definition at line 130 of file qgraphicsview_p.h.
Referenced by recalculateContentSize().
QBrush QGraphicsViewPrivate::backgroundBrush |
Definition at line 152 of file qgraphicsview_p.h.
QPixmap QGraphicsViewPrivate::backgroundPixmap |
Definition at line 154 of file qgraphicsview_p.h.
QRegion QGraphicsViewPrivate::backgroundPixmapExposed |
Definition at line 155 of file qgraphicsview_p.h.
QGraphicsView::CacheMode QGraphicsViewPrivate::cacheMode |
Definition at line 146 of file qgraphicsview_p.h.
Referenced by recalculateContentSize().
quint32 QGraphicsViewPrivate::connectedToScene |
Definition at line 84 of file qgraphicsview_p.h.
QRect QGraphicsViewPrivate::dirtyBoundingRect |
Definition at line 172 of file qgraphicsview_p.h.
Referenced by processPendingUpdates(), and updateRect().
QRegion QGraphicsViewPrivate::dirtyRegion |
Definition at line 171 of file qgraphicsview_p.h.
Referenced by processPendingUpdates(), updateRect(), and updateRegion().
quint32 QGraphicsViewPrivate::dirtyScroll |
Definition at line 87 of file qgraphicsview_p.h.
Referenced by horizontalScroll(), mapRectFromScene(), mapRectToScene(), mapToViewRect(), mapToViewRegion(), recalculateContentSize(), updateScroll(), and verticalScroll().
QPoint QGraphicsViewPrivate::dirtyScrollOffset |
Definition at line 114 of file qgraphicsview_p.h.
Referenced by QGraphicsScenePrivate::markDirty(), QGraphicsScenePrivate::processDirtyItemsRecursive(), and QGraphicsItemPrivate::updatePaintedViewBoundingRects().
QGraphicsView::DragMode QGraphicsViewPrivate::dragMode |
Definition at line 80 of file qgraphicsview_p.h.
Referenced by _q_unsetViewportCursor().
QRegion QGraphicsViewPrivate::exposedRegion |
Definition at line 218 of file qgraphicsview_p.h.
QBrush QGraphicsViewPrivate::foregroundBrush |
Definition at line 153 of file qgraphicsview_p.h.
quint32 QGraphicsViewPrivate::fullUpdatePending |
Definition at line 94 of file qgraphicsview_p.h.
Referenced by QGraphicsScenePrivate::processDirtyItemsRecursive(), processPendingUpdates(), and updateRect().
quint32 QGraphicsViewPrivate::handScrolling |
Definition at line 91 of file qgraphicsview_p.h.
Referenced by mouseMoveEventHandler().
int QGraphicsViewPrivate::handScrollMotions |
Definition at line 144 of file qgraphicsview_p.h.
quint32 QGraphicsViewPrivate::hasSceneRect |
Definition at line 83 of file qgraphicsview_p.h.
bool QGraphicsViewPrivate::hasStoredOriginalCursor |
Definition at line 159 of file qgraphicsview_p.h.
Referenced by _q_setViewportCursor(), _q_unsetViewportCursor(), and mouseMoveEventHandler().
quint32 QGraphicsViewPrivate::hasUpdateClip |
Definition at line 95 of file qgraphicsview_p.h.
Referenced by setUpdateClip(), updateRect(), and updateRegion().
quint32 QGraphicsViewPrivate::identityMatrix |
Definition at line 86 of file qgraphicsview_p.h.
Referenced by mapRectFromScene(), mapRectToScene(), mapToViewRect(), setUpdateClip(), and updateHelper().
quint32 QGraphicsViewPrivate::keepLastCenterPoint |
Definition at line 89 of file qgraphicsview_p.h.
QPointF QGraphicsViewPrivate::lastCenterPoint |
Definition at line 129 of file qgraphicsview_p.h.
Referenced by centerView(), recalculateContentSize(), and updateLastCenterPoint().
QGraphicsSceneDragDropEvent* QGraphicsViewPrivate::lastDragDropEvent |
Definition at line 164 of file qgraphicsview_p.h.
Referenced by storeDragDropEvent().
QMouseEvent QGraphicsViewPrivate::lastMouseEvent |
Definition at line 124 of file qgraphicsview_p.h.
Referenced by _q_unsetViewportCursor(), mouseMoveEventHandler(), replayLastMouseEvent(), and storeMouseEvent().
QPointF QGraphicsViewPrivate::lastMouseMoveScenePoint |
Definition at line 112 of file qgraphicsview_p.h.
Referenced by centerView(), and mouseMoveEventHandler().
QPoint QGraphicsViewPrivate::lastMouseMoveScreenPoint |
Definition at line 113 of file qgraphicsview_p.h.
Referenced by mouseMoveEventHandler().
qreal QGraphicsViewPrivate::leftIndent |
Definition at line 120 of file qgraphicsview_p.h.
Referenced by recalculateContentSize(), and updateScroll().
QTransform QGraphicsViewPrivate::matrix |
Definition at line 116 of file qgraphicsview_p.h.
Referenced by findItems(), mapRectFromScene(), mapRectToScene(), mapToViewRect(), and recalculateContentSize().
Qt::MouseButton QGraphicsViewPrivate::mousePressButton |
Definition at line 115 of file qgraphicsview_p.h.
Referenced by mouseMoveEventHandler().
QPointF QGraphicsViewPrivate::mousePressItemPoint |
Definition at line 108 of file qgraphicsview_p.h.
QPointF QGraphicsViewPrivate::mousePressScenePoint |
Definition at line 109 of file qgraphicsview_p.h.
Referenced by mouseMoveEventHandler().
QPoint QGraphicsViewPrivate::mousePressScreenPoint |
Definition at line 111 of file qgraphicsview_p.h.
Referenced by mouseMoveEventHandler().
QPoint QGraphicsViewPrivate::mousePressViewPoint |
Definition at line 110 of file qgraphicsview_p.h.
quint32 QGraphicsViewPrivate::mustAllocateStyleOptions |
Definition at line 92 of file qgraphicsview_p.h.
Referenced by allocStyleOptionsArray(), and freeStyleOptionsArray().
quint32 QGraphicsViewPrivate::mustResizeBackgroundPixmap |
Definition at line 93 of file qgraphicsview_p.h.
Referenced by recalculateContentSize().
QGraphicsView::OptimizationFlags QGraphicsViewPrivate::optimizationFlags |
Definition at line 135 of file qgraphicsview_p.h.
Referenced by updateRegion().
QCursor QGraphicsViewPrivate::originalCursor |
Definition at line 158 of file qgraphicsview_p.h.
Referenced by _q_setViewportCursor(), _q_unsetViewportCursor(), and mouseMoveEventHandler().
quint32 QGraphicsViewPrivate::padding |
Definition at line 96 of file qgraphicsview_p.h.
QPainter::RenderHints QGraphicsViewPrivate::renderHints |
Definition at line 78 of file qgraphicsview_p.h.
QGraphicsView::ViewportAnchor QGraphicsViewPrivate::resizeAnchor |
Definition at line 133 of file qgraphicsview_p.h.
bool QGraphicsViewPrivate::rubberBanding |
Definition at line 141 of file qgraphicsview_p.h.
QRect QGraphicsViewPrivate::rubberBandRect |
Definition at line 139 of file qgraphicsview_p.h.
Qt::ItemSelectionMode QGraphicsViewPrivate::rubberBandSelectionMode |
Definition at line 142 of file qgraphicsview_p.h.
QPointer<QGraphicsScene> QGraphicsViewPrivate::scene |
Definition at line 137 of file qgraphicsview_p.h.
Referenced by findItems(), mouseMoveEventHandler(), processPendingUpdates(), replayLastMouseEvent(), and updateInputMethodSensitivity().
quint32 QGraphicsViewPrivate::sceneInteractionAllowed |
Definition at line 82 of file qgraphicsview_p.h.
Referenced by mouseMoveEventHandler().
QRectF QGraphicsViewPrivate::sceneRect |
Definition at line 98 of file qgraphicsview_p.h.
qint64 QGraphicsViewPrivate::scrollX |
Definition at line 117 of file qgraphicsview_p.h.
Referenced by horizontalScroll(), mapRectFromScene(), mapRectToScene(), mapToViewRect(), and updateScroll().
qint64 QGraphicsViewPrivate::scrollY |
Definition at line 117 of file qgraphicsview_p.h.
Referenced by mapRectFromScene(), mapRectToScene(), mapToViewRect(), updateScroll(), and verticalScroll().
QVector<QStyleOptionGraphicsItem> QGraphicsViewPrivate::styleOptions |
Definition at line 148 of file qgraphicsview_p.h.
Referenced by allocStyleOptionsArray(), freeStyleOptionsArray(), and QGraphicsViewPrivate().
qreal QGraphicsViewPrivate::topIndent |
Definition at line 121 of file qgraphicsview_p.h.
Referenced by recalculateContentSize(), and updateScroll().
QGraphicsView::ViewportAnchor QGraphicsViewPrivate::transformationAnchor |
Definition at line 132 of file qgraphicsview_p.h.
quint32 QGraphicsViewPrivate::transforming |
Definition at line 90 of file qgraphicsview_p.h.
QRect QGraphicsViewPrivate::updateClip |
Definition at line 107 of file qgraphicsview_p.h.
Referenced by setUpdateClip(), updateRect(), and updateRegion().
bool QGraphicsViewPrivate::updateSceneSlotReimplementedChecked |
Definition at line 217 of file qgraphicsview_p.h.
quint32 QGraphicsViewPrivate::useLastMouseEvent |
Definition at line 85 of file qgraphicsview_p.h.
Referenced by replayLastMouseEvent(), and storeMouseEvent().
QGraphicsView::ViewportUpdateMode QGraphicsViewPrivate::viewportUpdateMode |
Definition at line 134 of file qgraphicsview_p.h.
Referenced by QGraphicsScenePrivate::processDirtyItemsRecursive(), processPendingUpdates(), setUpdateClip(), updateRect(), and updateRegion().