#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 <QtGui/qstyle.h>
#include <QtGui/qstyleoption.h>
Go to the source code of this file.
◆ _q_adjustRect()
static void _q_adjustRect |
( |
QRectF * |
rect | ) |
|
|
inlinestatic |
◆ adjustedItemBoundingRect()
Definition at line 339 of file qgraphicsscene_p.h.
Referenced by QGraphicsScenePrivate::draw().
static void _q_adjustRect(QRectF *rect)
virtual QRectF boundingRect() const =0
This pure virtual function defines the outer bounds of the item as a rectangle; all painting must be ...
static const QRectF boundingRect(const QPointF *points, int pointCount)
The QRectF class defines a rectangle in the plane using floating point precision. ...
◆ adjustedItemEffectiveBoundingRect()