Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgraphicsscenebsptreeindex_p.h File Reference

(c5933597ad74ff3206075a1814ed9111ea55f9b6)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qgraphicssceneindex_p.h"
#include "qgraphicsitem_p.h"
#include "qgraphicsscene_bsp_p.h"
#include <QtCore/qbasictimer.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 125 of file qgraphicsscenebsptreeindex_p.h.

◆ 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 32 of file qgraphicsscenebsptreeindex_p.h.