Qt 4.8
Public Functions | List of all members
QGraphicsSceneIndexIntersector Class Referenceabstract

#include <qgraphicssceneindex_p.h>

Inheritance diagram for QGraphicsSceneIndexIntersector:
QGraphicsSceneIndexPathIntersector QGraphicsSceneIndexPointIntersector QGraphicsSceneIndexRectIntersector

Public Functions

virtual bool intersect (const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) const =0
 
 QGraphicsSceneIndexIntersector ()
 
virtual ~QGraphicsSceneIndexIntersector ()
 

Detailed Description

Definition at line 167 of file qgraphicssceneindex_p.h.

Constructors and Destructors

◆ QGraphicsSceneIndexIntersector()

QGraphicsSceneIndexIntersector::QGraphicsSceneIndexIntersector ( )
inline

Definition at line 170 of file qgraphicssceneindex_p.h.

170 { }

◆ ~QGraphicsSceneIndexIntersector()

virtual QGraphicsSceneIndexIntersector::~QGraphicsSceneIndexIntersector ( )
inlinevirtual

Definition at line 171 of file qgraphicssceneindex_p.h.

171 { }

Functions

◆ intersect()

virtual bool QGraphicsSceneIndexIntersector::intersect ( const QGraphicsItem item,
const QRectF exposeRect,
Qt::ItemSelectionMode  mode,
const QTransform deviceTransform 
) const
pure virtual

The documentation for this class was generated from the following file: