![]() |
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/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 11159 of file qgraphicsitem.cpp.
References QPainter::QWidget.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QGraphicsObject * | item ) |
Definition at line 11190 of file qgraphicsitem.cpp.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
QGraphicsItem::GraphicsItemChange | change ) |
Definition at line 11208 of file qgraphicsitem.cpp.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | debug, |
QGraphicsItem::GraphicsItemFlag | flag ) |
Definition at line 11316 of file qgraphicsitem.cpp.
Definition at line 11385 of file qgraphicsitem.cpp.
|
inline |
Definition at line 976 of file qgraphicsitem.h.
|
Definition at line 969 of file qgraphicsitem.h.
QT_REQUIRE_CONFIG | ( | graphicsview | ) |