#include <QtCore/qglobal.h>
#include "qgraphicssceneindex_p.h"
#include "qgraphicsitem_p.h"
#include "qgraphicsscene_bsp_p.h"
#include <QtCore/qrect.h>
#include <QtCore/qlist.h>
Go to the source code of this file.
◆ QRectF_intersects()
static bool QRectF_intersects |
( |
const QRectF & |
s, |
|
|
const QRectF & |
r |
|
) |
| |
|
inlinestatic |
Definition at line 162 of file qgraphicsscenebsptreeindex_p.h.
182 if (l1 >= r2 || l2 >= r1)
199 return !(t1 >= b2 || t2 >= b1);
qreal left() const
Returns the x-coordinate of the rectangle's left edge.
qreal height() const
Returns the height of the rectangle.
qreal width() const
Returns the width of the rectangle.
qreal top() const
Returns the y-coordinate of the rectangle's top edge.
◆ QGRAPHICSSCENE_INDEXTIMER_TIMEOUT
const int QGRAPHICSSCENE_INDEXTIMER_TIMEOUT = 2000 |
|
static |