![]() |
Qt 6.x
The Qt SDK
|
#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qvariant.h>
#include <QtCore/qrect.h>
#include <QtCore/qscopedpointer.h>
#include <QtGui/qpainterpath.h>
#include <QtGui/qpixmap.h>
Go to the source code of this file.
Classes | |
class | QGraphicsItem |
The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene. More... | |
class | QGraphicsObject |
The QGraphicsObject class provides a base class for all graphics items that require signals, slots and properties. More... | |
class | QAbstractGraphicsShapeItem |
The QAbstractGraphicsShapeItem class provides a common base for all path items. More... | |
class | QGraphicsPathItem |
[17] More... | |
class | QGraphicsRectItem |
The QGraphicsRectItem class provides a rectangle item that you can add to a QGraphicsScene. More... | |
class | QGraphicsEllipseItem |
The QGraphicsEllipseItem class provides an ellipse item that you can add to a QGraphicsScene. More... | |
class | QGraphicsPolygonItem |
The QGraphicsPolygonItem class provides a polygon item that you can add to a QGraphicsScene. More... | |
class | QGraphicsLineItem |
The QGraphicsLineItem class provides a line item that you can add to a QGraphicsScene. More... | |
class | QGraphicsPixmapItem |
The QGraphicsPixmapItem class provides a pixmap item that you can add to a QGraphicsScene. More... | |
class | QGraphicsTextItem |
The QGraphicsTextItem class provides a text item that you can add to a QGraphicsScene to display formatted text. More... | |
class | QGraphicsSimpleTextItem |
The QGraphicsSimpleTextItem class provides a simple text path item that you can add to a QGraphicsScene. More... | |
class | QGraphicsItemGroup |
The QGraphicsItemGroup class provides a container that treats a group of items as a single item. More... | |
Functions | |
QT_REQUIRE_CONFIG (graphicsview) | |
template<class T > | |
T | qgraphicsitem_cast (QGraphicsItem *item) |
template<class T > | |
T | qgraphicsitem_cast (const QGraphicsItem *item) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug debug, const QGraphicsItem *item) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug debug, const QGraphicsObject *item) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug debug, QGraphicsItem::GraphicsItemChange change) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug debug, QGraphicsItem::GraphicsItemFlag flag) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug debug, QGraphicsItem::GraphicsItemFlags flags) |
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QGraphicsItem * | item | ||
) |
Definition at line 11160 of file qgraphicsitem.cpp.
References debug, formatGraphicsItemHelper(), item, o, and QGraphicsItem::toGraphicsObject().
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QGraphicsObject * | item | ||
) |
Definition at line 11191 of file qgraphicsitem.cpp.
References debug, formatGraphicsItemHelper(), and item.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
QGraphicsItem::GraphicsItemChange | change | ||
) |
Definition at line 11209 of file qgraphicsitem.cpp.
References debug, QGraphicsItem::ItemChildAddedChange, QGraphicsItem::ItemChildRemovedChange, QGraphicsItem::ItemCursorChange, QGraphicsItem::ItemCursorHasChanged, QGraphicsItem::ItemEnabledChange, QGraphicsItem::ItemEnabledHasChanged, QGraphicsItem::ItemFlagsChange, QGraphicsItem::ItemFlagsHaveChanged, QGraphicsItem::ItemOpacityChange, QGraphicsItem::ItemOpacityHasChanged, QGraphicsItem::ItemParentChange, QGraphicsItem::ItemParentHasChanged, QGraphicsItem::ItemPositionChange, QGraphicsItem::ItemPositionHasChanged, QGraphicsItem::ItemRotationChange, QGraphicsItem::ItemRotationHasChanged, QGraphicsItem::ItemScaleChange, QGraphicsItem::ItemScaleHasChanged, QGraphicsItem::ItemSceneChange, QGraphicsItem::ItemSceneHasChanged, QGraphicsItem::ItemScenePositionHasChanged, QGraphicsItem::ItemSelectedChange, QGraphicsItem::ItemSelectedHasChanged, QGraphicsItem::ItemToolTipChange, QGraphicsItem::ItemToolTipHasChanged, QGraphicsItem::ItemTransformChange, QGraphicsItem::ItemTransformHasChanged, QGraphicsItem::ItemTransformOriginPointChange, QGraphicsItem::ItemTransformOriginPointHasChanged, QGraphicsItem::ItemVisibleChange, QGraphicsItem::ItemVisibleHasChanged, QGraphicsItem::ItemZValueChange, QGraphicsItem::ItemZValueHasChanged, and str.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
QGraphicsItem::GraphicsItemFlag | flag | ||
) |
Definition at line 11317 of file qgraphicsitem.cpp.
References debug, QGraphicsItem::ItemAcceptsInputMethod, QGraphicsItem::ItemClipsChildrenToShape, QGraphicsItem::ItemClipsToShape, QGraphicsItem::ItemContainsChildrenInShape, QGraphicsItem::ItemDoesntPropagateOpacityToChildren, QGraphicsItem::ItemHasNoContents, QGraphicsItem::ItemIgnoresParentOpacity, QGraphicsItem::ItemIgnoresTransformations, QGraphicsItem::ItemIsFocusable, QGraphicsItem::ItemIsFocusScope, QGraphicsItem::ItemIsMovable, QGraphicsItem::ItemIsPanel, QGraphicsItem::ItemIsSelectable, QGraphicsItem::ItemNegativeZStacksBehindParent, QGraphicsItem::ItemSendsGeometryChanges, QGraphicsItem::ItemSendsScenePositionChanges, QGraphicsItem::ItemStacksBehindParent, QGraphicsItem::ItemStopsClickFocusPropagation, QGraphicsItem::ItemStopsFocusHandling, QGraphicsItem::ItemUsesExtendedStyleOption, and str.
Definition at line 11386 of file qgraphicsitem.cpp.
|
inline |
Definition at line 976 of file qgraphicsitem.h.
References item, QGraphicsItem::Type, and QGraphicsItem::type().
|
related |
Definition at line 969 of file qgraphicsitem.h.
QT_REQUIRE_CONFIG | ( | graphicsview | ) |