![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtWidgets/private/qtwidgetsglobal_p.h>#include "qgraphicsitem.h"#include "qset.h"#include "qpixmapcache.h"#include <private/qgraphicsview_p.h>#include "qgraphicstransform.h"#include <private/qgraphicstransform_p.h>#include <QtCore/qpoint.h>Go to the source code of this file.
Classes | |
| class | QGraphicsItemCache |
| struct | QGraphicsItemCache::DeviceData |
| class | QGraphicsItemPrivate |
| struct | QGraphicsItemPrivate::ExtraStruct |
| struct | QGraphicsItemPrivate::TransformData |
| struct | QGraphicsItemPaintInfo |
Functions | |
| QT_REQUIRE_CONFIG (graphicsview) | |
| Q_DECLARE_TYPEINFO (QGraphicsItemPrivate::ExtraStruct, Q_RELOCATABLE_TYPE) | |
| bool | qt_closestItemFirst (const QGraphicsItem *item1, const QGraphicsItem *item2) |
Returns true if item1 is on top of item2. | |
| bool | qt_closestItemLast (const QGraphicsItem *item1, const QGraphicsItem *item2) |
Returns true if item2 is on top of item1. | |
| bool | qt_closestLeaf (const QGraphicsItem *item1, const QGraphicsItem *item2) |
| bool | qt_notclosestLeaf (const QGraphicsItem *item1, const QGraphicsItem *item2) |
| Q_DECLARE_TYPEINFO | ( | QGraphicsItemPrivate::ExtraStruct | , |
| Q_RELOCATABLE_TYPE | ) |
|
inline |
Returns true if item1 is on top of item2.
The items don't need to be siblings.
Definition at line 561 of file qgraphicsitem_p.h.
Referenced by qt_closestItemLast().
|
inline |
Returns true if item2 is on top of item1.
The items don't need to be siblings.
Definition at line 615 of file qgraphicsitem_p.h.
References qt_closestItemFirst().
|
inline |
Definition at line 623 of file qgraphicsitem_p.h.
Referenced by qt_notclosestLeaf().
|
inline |
Definition at line 640 of file qgraphicsitem_p.h.
References qt_closestLeaf().
| QT_REQUIRE_CONFIG | ( | graphicsview | ) |