![]() |
Qt 6.x
The Qt SDK
|
#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) |
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:
|
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:
|
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 | ( | graphicsview | ) |