Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgraphicsscene_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qgraphicsscene.h"
#include "qgraphicssceneevent.h"
#include "qgraphicsview.h"
#include "qgraphicsview_p.h"
#include "qgraphicsitem_p.h"
#include <private/qobject_p.h>
#include <QtCore/qbitarray.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qset.h>
#include <QtGui/qfont.h>
#include <QtGui/qpalette.h>
#include <QtWidgets/qstyle.h>
#include <QtWidgets/qstyleoption.h>
#include <set>
#include <tuple>
+ Include dependency graph for qgraphicsscene_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGraphicsScenePrivate
 
struct  QGraphicsScenePrivate::UpdatedRectsCmp
 

Functions

 QT_REQUIRE_CONFIG (graphicsview)
 
static void _q_adjustRect (QRectF *rect)
 
static QRectF adjustedItemBoundingRect (const QGraphicsItem *item)
 
static QRectF adjustedItemEffectiveBoundingRect (const QGraphicsItem *item)
 

Function Documentation

◆ _q_adjustRect()

static void _q_adjustRect ( QRectF * rect)
inlinestatic

Definition at line 312 of file qgraphicsscene_p.h.

References Q_ASSERT, and rect.

Referenced by adjustedItemBoundingRect(), adjustedItemEffectiveBoundingRect(), QGraphicsScenePrivate::drawItemHelper(), and QGraphicsScenePrivate::processDirtyItemsRecursive().

+ Here is the caller graph for this function:

◆ adjustedItemBoundingRect()

static QRectF adjustedItemBoundingRect ( const QGraphicsItem * item)
inlinestatic

Definition at line 321 of file qgraphicsscene_p.h.

References _q_adjustRect(), QGraphicsItem::boundingRect(), boundingRect(), item, and Q_ASSERT.

Referenced by QGraphicsScenePrivate::draw().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ adjustedItemEffectiveBoundingRect()

static QRectF adjustedItemEffectiveBoundingRect ( const QGraphicsItem * item)
inlinestatic

Definition at line 329 of file qgraphicsscene_p.h.

References _q_adjustRect(), boundingRect(), QGraphicsItemPrivate::get(), item, and Q_ASSERT.

Referenced by QGraphicsScenePrivate::drawSubtreeRecursive(), QGraphicsView::paintEvent(), and QGraphicsScenePrivate::processDirtyItemsRecursive().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( graphicsview )