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
qgraphicsscenebsptreeindex_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qgraphicssceneindex_p.h"
#include "qgraphicsitem_p.h"
#include "qgraphicsscene_bsp_p.h"
#include <QtCore/qrect.h>
#include <QtCore/qlist.h>
+ Include dependency graph for qgraphicsscenebsptreeindex_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGraphicsSceneBspTreeIndex
 The QGraphicsSceneBspTreeIndex class provides an implementation of a BSP indexing algorithm for discovering items in QGraphicsScene. More...
 
class  QGraphicsSceneBspTreeIndexPrivate
 

Functions

 QT_REQUIRE_CONFIG (graphicsview)
 
static bool QRectF_intersects (const QRectF &s, const QRectF &r)
 

Variables

static QT_BEGIN_NAMESPACE const int QGRAPHICSSCENE_INDEXTIMER_TIMEOUT = 2000
 

Function Documentation

◆ QRectF_intersects()

static bool QRectF_intersects ( const QRectF & s,
const QRectF & r )
inlinestatic

Definition at line 124 of file qgraphicsscenebsptreeindex_p.h.

References QRect::left(), r1, r2, t2, and QRect::width().

+ Here is the call graph for this function:

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( graphicsview )

Variable Documentation

◆ QGRAPHICSSCENE_INDEXTIMER_TIMEOUT

QT_BEGIN_NAMESPACE const int QGRAPHICSSCENE_INDEXTIMER_TIMEOUT = 2000
static

Definition at line 31 of file qgraphicsscenebsptreeindex_p.h.