Qt 4.8
|
#include "qgraphicsitem.h"
#include "qset.h"
#include "qpixmapcache.h"
#include <private/qgraphicsview_p.h>
#include "qgraphicstransform.h"
#include <private/qgraphicstransform_p.h>
#include <private/qgraphicseffect_p.h>
#include <qgraphicseffect.h>
#include <QtCore/qpoint.h>
Go to the source code of this file.
Classes | |
class | QDeclarativeListProperty< T > |
The QDeclarativeListProperty class allows applications to expose list-like properties to QML. More... | |
class | QGraphicsItemCache |
struct | QGraphicsItemCache::DeviceData |
class | QGraphicsItemEffectSourcePrivate |
struct | QGraphicsItemPaintInfo |
class | QGraphicsItemPrivate |
struct | QGraphicsItemPrivate::ExtraStruct |
struct | QGraphicsItemPrivate::TransformData |
Macros | |
#define | QDECLARATIVELISTPROPERTY |
Functions | |
bool | qt_closestItemFirst (const QGraphicsItem *item1, const QGraphicsItem *item2) |
Returns true if item1 is on top of item2. More... | |
bool | qt_closestItemLast (const QGraphicsItem *item1, const QGraphicsItem *item2) |
Returns true if item2 is on top of item1. More... | |
bool | qt_closestLeaf (const QGraphicsItem *item1, const QGraphicsItem *item2) |
bool | qt_notclosestLeaf (const QGraphicsItem *item1, const QGraphicsItem *item2) |
#define QDECLARATIVELISTPROPERTY |
Definition at line 75 of file qgraphicsitem_p.h.
|
inline |
Returns true if item1 is on top of item2.
The items don't need to be siblings.
Definition at line 729 of file qgraphicsitem_p.h.
Referenced by QGraphicsScenePrivate::gestureEventHandler(), qt_closestItemLast(), and QGraphicsSceneBspTreeIndexPrivate::sortItems().
|
inline |
Returns true if item2 is on top of item1.
The items don't need to be siblings.
Definition at line 783 of file qgraphicsitem_p.h.
Referenced by QGraphicsSceneBspTreeIndexPrivate::sortItems().
|
inline |
Definition at line 791 of file qgraphicsitem_p.h.
Referenced by QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache(), QGraphicsSceneBspTreeIndexPrivate::climbTree(), qt_closestItemFirst(), qt_notclosestLeaf(), and QGraphicsSceneBspTreeIndexPrivate::sortItems().
|
inline |
Definition at line 808 of file qgraphicsitem_p.h.
Referenced by QGraphicsItemPrivate::ensureSortedChildren(), QGraphicsScenePrivate::ensureSortedTopLevelItems(), and QGraphicsSceneBspTreeIndexPrivate::sortItems().