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

(05fc3aef53348fb58be6308076e000825b704e58)

#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 35 of file qgraphicssceneindex_p.h.

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( graphicsview )