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

(c0e526f70f58c9b70fea1b9426d14b18f1f0066c)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qgraphicsscene_p.h"
#include "qgraphicsscene.h"
#include <private/qobject_p.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qobject.h>
#include <QtGui/qtransform.h>
Include dependency graph for qgraphicssceneindex_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGraphicsSceneIndex
 The QGraphicsSceneIndex class provides a base class to implement a custom indexing algorithm for discovering items in QGraphicsScene. More...
class  QGraphicsSceneIndexPrivate

Typedefs

typedef bool(* QGraphicsSceneIndexIntersector) (const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *data)

Functions

 QT_REQUIRE_CONFIG (graphicsview)

Typedef Documentation

◆ QGraphicsSceneIndexIntersector

typedef bool(* QGraphicsSceneIndexIntersector) (const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *data)

Definition at line 36 of file qgraphicssceneindex_p.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( graphicsview )