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

(c0e526f70f58c9b70fea1b9426d14b18f1f0066c)

#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()

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

Definition at line 126 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 33 of file qgraphicsscenebsptreeindex_p.h.