![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qgraphicsitem.h"
#include "qgraphicsscene.h"
#include "qgraphicsscene_p.h"
#include "qgraphicssceneevent.h"
#include "qgraphicsview.h"
#include "qgraphicswidget.h"
#include "qgraphicsproxywidget.h"
#include "qgraphicsscenebsptreeindex_p.h"
#include <QtCore/qbitarray.h>
#include <QtCore/qpoint.h>
#include <QtCore/qstack.h>
#include <QtCore/qvariant.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qnumeric.h>
#include <QtWidgets/qapplication.h>
#include <QtGui/qbitmap.h>
#include <QtGui/qpainter.h>
#include <QtGui/qpainterpath.h>
#include <QtGui/qpixmapcache.h>
#include <QtWidgets/qstyleoption.h>
#include <QtGui/qevent.h>
#include <QtGui/qinputmethod.h>
#include <private/qgraphicsitem_p.h>
#include <private/qgraphicswidget_p.h>
#include <private/qwidgettextcontrol_p.h>
#include <private/qtextdocumentlayout_p.h>
#include <private/qtextengine_p.h>
#include <private/qwidget_p.h>
#include <private/qapplication_p.h>
#include <private/qgesturemanager_p.h>
#include <private/qdebug_p.h>
#include "moc_qgraphicsitem.cpp"
Go to the source code of this file.
Classes | |
class | QGraphicsItemCustomDataStore |
class | QAbstractGraphicsShapeItemPrivate |
class | QGraphicsPathItemPrivate |
class | QGraphicsRectItemPrivate |
class | QGraphicsEllipseItemPrivate |
class | QGraphicsPolygonItemPrivate |
class | QGraphicsLineItemPrivate |
class | QGraphicsPixmapItemPrivate |
class | QGraphicsTextItemPrivate |
class | QGraphicsSimpleTextItemPrivate |
class | QGraphicsItemGroupPrivate |
|
inlinestatic |
Definition at line 799 of file qgraphicsitem.cpp.
bool _qt_movableAncestorIsSelected | ( | const QGraphicsItem * | item | ) |
Definition at line 7048 of file qgraphicsitem.cpp.
|
static |
Definition at line 11164 of file qgraphicsitem.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QGraphicsItem * | item ) |
Definition at line 11176 of file qgraphicsitem.cpp.
References QPainter::QWidget.
QDebug operator<< | ( | QDebug | debug, |
const QGraphicsObject * | item ) |
Definition at line 11205 of file qgraphicsitem.cpp.
QDebug operator<< | ( | QDebug | debug, |
QGraphicsItem::GraphicsItemChange | change ) |
Definition at line 11221 of file qgraphicsitem.cpp.
QDebug operator<< | ( | QDebug | debug, |
QGraphicsItem::GraphicsItemFlag | flag ) |
Definition at line 11329 of file qgraphicsitem.cpp.
Definition at line 11398 of file qgraphicsitem.cpp.
void Q_WIDGETS_EXPORT qt_graphicsItem_highlightSelected | ( | QGraphicsItem * | item, |
QPainter * | painter, | ||
const QStyleOptionGraphicsItem * | option ) |
Highlights item as selected.
Definition at line 7499 of file qgraphicsitem.cpp.
|
static |
Returns a QPainterPath of path when stroked with the pen. Ignoring dash pattern.
Definition at line 824 of file qgraphicsitem.cpp.
|
static |
Item obscurity helper function.
Returns true
if the subrect rect of item's bounding rect is obscured by other (i.e., other's opaque area covers item's rect completely. other is assumed to already be "on top of" item wrt. stacking order.
Definition at line 5058 of file qgraphicsitem.cpp.
|
extern |
Definition at line 1010 of file qregion.cpp.
|
static |
Definition at line 10507 of file qgraphicsitem.cpp.