Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGraphicsTextItem Member List

This is the complete list of members for QGraphicsTextItem, including all inherited members.

acceptDrops() constQGraphicsItem
acceptedMouseButtons() constQGraphicsItem
acceptHoverEvents() constQGraphicsItem
acceptTouchEvents() constQGraphicsItem
addToIndex()QGraphicsItemprotected
adjustSize()QGraphicsTextItem
advance(int phase)QGraphicsItemvirtual
bindableObjectName()QObject
bindingStorage()QObjectinline
bindingStorage() constQObjectinline
blockSignals(bool b) noexceptQObject
boundingRect() const overrideQGraphicsTextItemvirtual
boundingRegion(const QTransform &itemToDeviceTransform) constQGraphicsItem
boundingRegionGranularity() constQGraphicsItem
CacheMode enum nameQGraphicsItem
cacheMode() constQGraphicsItem
childEvent(QChildEvent *event)QObjectprotectedvirtual
childItems() constQGraphicsItem
childrenBoundingRect() constQGraphicsItem
childrenChanged()QGraphicsObjectsignal
clearFocus()QGraphicsItem
clipPath() constQGraphicsItem
collidesWithItem(const QGraphicsItem *other, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) constQGraphicsItemvirtual
collidesWithPath(const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) constQGraphicsItemvirtual
collidingItems(Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) constQGraphicsItem
commonAncestorItem(const QGraphicsItem *other) constQGraphicsItem
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) constQObjectinline
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection)QObjectinlinestatic
connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot)QObjectinlinestatic
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
contains(const QPointF &point) const overrideQGraphicsTextItemvirtual
contextMenuEvent(QGraphicsSceneContextMenuEvent *event) overrideQGraphicsTextItemprotectedvirtual
cursor() constQGraphicsItem
customEvent(QEvent *event)QObjectprotectedvirtual
QObject::d_ptrQObjectprotected
QGraphicsItem::d_ptrQGraphicsItemprotected
data(int key) constQGraphicsItem
defaultTextColor() constQGraphicsTextItem
deleteLater()QObjectslot
destroyed(QObject *=nullptr)QObjectsignal
DeviceCoordinateCache enum valueQGraphicsItem
deviceTransform(const QTransform &viewportTransform) constQGraphicsItem
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)QObjectstatic
disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) constQObjectinline
disconnect(const QObject *receiver, const char *member=nullptr) constQObjectinline
disconnect(const QMetaObject::Connection &)QObjectstatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)QObjectinlinestatic
disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)QObjectinlinestatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
document() constQGraphicsTextItem
dragEnterEvent(QGraphicsSceneDragDropEvent *event) overrideQGraphicsTextItemprotectedvirtual
dragLeaveEvent(QGraphicsSceneDragDropEvent *event) overrideQGraphicsTextItemprotectedvirtual
dragMoveEvent(QGraphicsSceneDragDropEvent *event) overrideQGraphicsTextItemprotectedvirtual
dropEvent(QGraphicsSceneDragDropEvent *event) overrideQGraphicsTextItemprotectedvirtual
dumpObjectInfo() constQObject
dumpObjectTree() constQObject
dynamicPropertyNames() constQObject
effectiveOpacity() constQGraphicsItem
enabledQGraphicsObject
enabledChanged()QGraphicsObjectsignal
ensureVisible(const QRectF &rect=QRectF(), int xmargin=50, int ymargin=50)QGraphicsItem
ensureVisible(qreal x, qreal y, qreal w, qreal h, int xmargin=50, int ymargin=50)QGraphicsIteminline
event(QEvent *ev) overrideQGraphicsObjectprotectedvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
extension(const QVariant &variant) const overrideQGraphicsTextItemprotectedvirtual
Extension enum nameQGraphicsItemprotected
filtersChildEvents() constQGraphicsItem
findChild(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChild(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObjectinline
flags() constQGraphicsItem
focusInEvent(QFocusEvent *event) overrideQGraphicsTextItemprotectedvirtual
focusItem() constQGraphicsItem
focusOutEvent(QFocusEvent *event) overrideQGraphicsTextItemprotectedvirtual
focusProxy() constQGraphicsItem
focusScopeItem() constQGraphicsItem
font() constQGraphicsTextItem
grabKeyboard()QGraphicsItem
grabMouse()QGraphicsItem
GraphicsItemChange enum nameQGraphicsItem
GraphicsItemFlag enum nameQGraphicsItem
group() constQGraphicsItem
handlesChildEvents() constQGraphicsItem
hasCursor() constQGraphicsItem
hasFocus() constQGraphicsItem
heightChanged()QGraphicsObjectsignal
hide()QGraphicsIteminline
hoverEnterEvent(QGraphicsSceneHoverEvent *event) overrideQGraphicsTextItemprotectedvirtual
hoverLeaveEvent(QGraphicsSceneHoverEvent *event) overrideQGraphicsTextItemprotectedvirtual
hoverMoveEvent(QGraphicsSceneHoverEvent *event) overrideQGraphicsTextItemprotectedvirtual
inherits(const char *classname) constQObjectinline
inputMethodEvent(QInputMethodEvent *event) overrideQGraphicsTextItemprotectedvirtual
inputMethodHints() constQGraphicsItem
inputMethodQuery(Qt::InputMethodQuery query) const overrideQGraphicsTextItemprotectedvirtual
installEventFilter(QObject *filterObj)QObject
installSceneEventFilter(QGraphicsItem *filterItem)QGraphicsItem
isActive() constQGraphicsItem
isAncestorOf(const QGraphicsItem *child) constQGraphicsItem
isBlockedByModalPanel(QGraphicsItem **blockingPanel=nullptr) constQGraphicsItem
isClipped() constQGraphicsItem
isEnabled() constQGraphicsItem
isObscured(const QRectF &rect=QRectF()) constQGraphicsItem
isObscured(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
isObscuredBy(const QGraphicsItem *item) const overrideQGraphicsTextItemvirtual
isPanel() constQGraphicsItem
isQuickItemType() constQObjectinline
isSelected() constQGraphicsItem
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isUnderMouse() constQGraphicsItem
isVisible() constQGraphicsItem
isVisibleTo(const QGraphicsItem *parent) constQGraphicsItem
isWidget() constQGraphicsItem
isWidgetType() constQObjectinline
isWindow() constQGraphicsItem
isWindowType() constQObjectinline
ItemAcceptsInputMethod enum valueQGraphicsItem
itemChange(GraphicsItemChange change, const QVariant &value)QGraphicsItemprotectedvirtual
ItemChildAddedChange enum valueQGraphicsItem
ItemChildRemovedChange enum valueQGraphicsItem
ItemClipsChildrenToShape enum valueQGraphicsItem
ItemClipsToShape enum valueQGraphicsItem
ItemContainsChildrenInShape enum valueQGraphicsItem
ItemCoordinateCache enum valueQGraphicsItem
ItemCursorChange enum valueQGraphicsItem
ItemCursorHasChanged enum valueQGraphicsItem
ItemDoesntPropagateOpacityToChildren enum valueQGraphicsItem
ItemEnabledChange enum valueQGraphicsItem
ItemEnabledHasChanged enum valueQGraphicsItem
ItemFlagsChange enum valueQGraphicsItem
ItemFlagsHaveChanged enum valueQGraphicsItem
ItemHasNoContents enum valueQGraphicsItem
ItemIgnoresParentOpacity enum valueQGraphicsItem
ItemIgnoresTransformations enum valueQGraphicsItem
ItemIsFocusable enum valueQGraphicsItem
ItemIsFocusScope enum valueQGraphicsItem
ItemIsMovable enum valueQGraphicsItem
ItemIsPanel enum valueQGraphicsItem
ItemIsSelectable enum valueQGraphicsItem
ItemNegativeZStacksBehindParent enum valueQGraphicsItem
ItemOpacityChange enum valueQGraphicsItem
ItemOpacityHasChanged enum valueQGraphicsItem
ItemParentChange enum valueQGraphicsItem
ItemParentHasChanged enum valueQGraphicsItem
ItemPositionChange enum valueQGraphicsItem
ItemPositionHasChanged enum valueQGraphicsItem
ItemRotationChange enum valueQGraphicsItem
ItemRotationHasChanged enum valueQGraphicsItem
ItemScaleChange enum valueQGraphicsItem
ItemScaleHasChanged enum valueQGraphicsItem
ItemSceneChange enum valueQGraphicsItem
ItemSceneHasChanged enum valueQGraphicsItem
ItemScenePositionHasChanged enum valueQGraphicsItem
ItemSelectedChange enum valueQGraphicsItem
ItemSelectedHasChanged enum valueQGraphicsItem
ItemSendsGeometryChanges enum valueQGraphicsItem
ItemSendsScenePositionChanges enum valueQGraphicsItem
ItemStacksBehindParent enum valueQGraphicsItem
ItemStopsClickFocusPropagation enum valueQGraphicsItem
ItemStopsFocusHandling enum valueQGraphicsItem
ItemToolTipChange enum valueQGraphicsItem
ItemToolTipHasChanged enum valueQGraphicsItem
itemTransform(const QGraphicsItem *other, bool *ok=nullptr) constQGraphicsItem
ItemTransformChange enum valueQGraphicsItem
ItemTransformHasChanged enum valueQGraphicsItem
ItemTransformOriginPointChange enum valueQGraphicsItem
ItemTransformOriginPointHasChanged enum valueQGraphicsItem
ItemUsesExtendedStyleOption enum valueQGraphicsItem
ItemVisibleChange enum valueQGraphicsItem
ItemVisibleHasChanged enum valueQGraphicsItem
ItemZValueChange enum valueQGraphicsItem
ItemZValueHasChanged enum valueQGraphicsItem
keyPressEvent(QKeyEvent *event) overrideQGraphicsTextItemprotectedvirtual
keyReleaseEvent(QKeyEvent *event) overrideQGraphicsTextItemprotectedvirtual
killTimer(int id)QObject
killTimer(Qt::TimerId id)QObject
linkActivated(const QString &)QGraphicsTextItemsignal
linkHovered(const QString &)QGraphicsTextItemsignal
mapFromItem(const QGraphicsItem *item, const QPointF &point) constQGraphicsItem
mapFromItem(const QGraphicsItem *item, const QRectF &rect) constQGraphicsItem
mapFromItem(const QGraphicsItem *item, const QPolygonF &polygon) constQGraphicsItem
mapFromItem(const QGraphicsItem *item, const QPainterPath &path) constQGraphicsItem
mapFromItem(const QGraphicsItem *item, qreal x, qreal y) constQGraphicsIteminline
mapFromItem(const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapFromParent(const QPointF &point) constQGraphicsItem
mapFromParent(const QRectF &rect) constQGraphicsItem
mapFromParent(const QPolygonF &polygon) constQGraphicsItem
mapFromParent(const QPainterPath &path) constQGraphicsItem
mapFromParent(qreal x, qreal y) constQGraphicsIteminline
mapFromParent(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapFromScene(const QPointF &point) constQGraphicsItem
mapFromScene(const QRectF &rect) constQGraphicsItem
mapFromScene(const QPolygonF &polygon) constQGraphicsItem
mapFromScene(const QPainterPath &path) constQGraphicsItem
mapFromScene(qreal x, qreal y) constQGraphicsIteminline
mapFromScene(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapRectFromItem(const QGraphicsItem *item, const QRectF &rect) constQGraphicsItem
mapRectFromItem(const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapRectFromParent(const QRectF &rect) constQGraphicsItem
mapRectFromParent(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapRectFromScene(const QRectF &rect) constQGraphicsItem
mapRectFromScene(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapRectToItem(const QGraphicsItem *item, const QRectF &rect) constQGraphicsItem
mapRectToItem(const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapRectToParent(const QRectF &rect) constQGraphicsItem
mapRectToParent(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapRectToScene(const QRectF &rect) constQGraphicsItem
mapRectToScene(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapToItem(const QGraphicsItem *item, const QPointF &point) constQGraphicsItem
mapToItem(const QGraphicsItem *item, const QRectF &rect) constQGraphicsItem
mapToItem(const QGraphicsItem *item, const QPolygonF &polygon) constQGraphicsItem
mapToItem(const QGraphicsItem *item, const QPainterPath &path) constQGraphicsItem
mapToItem(const QGraphicsItem *item, qreal x, qreal y) constQGraphicsIteminline
mapToItem(const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapToParent(const QPointF &point) constQGraphicsItem
mapToParent(const QRectF &rect) constQGraphicsItem
mapToParent(const QPolygonF &polygon) constQGraphicsItem
mapToParent(const QPainterPath &path) constQGraphicsItem
mapToParent(qreal x, qreal y) constQGraphicsIteminline
mapToParent(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mapToScene(const QPointF &point) constQGraphicsItem
mapToScene(const QRectF &rect) constQGraphicsItem
mapToScene(const QPolygonF &polygon) constQGraphicsItem
mapToScene(const QPainterPath &path) constQGraphicsItem
mapToScene(qreal x, qreal y) constQGraphicsIteminline
mapToScene(qreal x, qreal y, qreal w, qreal h) constQGraphicsIteminline
mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event) overrideQGraphicsTextItemprotectedvirtual
mouseMoveEvent(QGraphicsSceneMouseEvent *event) overrideQGraphicsTextItemprotectedvirtual
mousePressEvent(QGraphicsSceneMouseEvent *event) overrideQGraphicsTextItemprotectedvirtual
mouseReleaseEvent(QGraphicsSceneMouseEvent *event) overrideQGraphicsTextItemprotectedvirtual
moveBy(qreal dx, qreal dy)QGraphicsIteminline
moveToThread(QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL)QObject
NoCache enum valueQGraphicsItem
NonModal enum valueQGraphicsItem
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName, QPrivateSignal)QObjectsignal
opacityQGraphicsObject
QGraphicsItem::opacity() constQGraphicsItem
opacityChanged()QGraphicsObjectsignal
opaqueArea() const overrideQGraphicsTextItemvirtual
openExternalLinks() constQGraphicsTextItem
paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) overrideQGraphicsTextItemvirtual
panel() constQGraphicsItem
PanelModal enum valueQGraphicsItem
panelModality() constQGraphicsItem
PanelModality enum nameQGraphicsItem
parentQGraphicsObject
QObject::parent() constQObjectinline
parentChanged()QGraphicsObjectsignal
parentItem() constQGraphicsItem
parentObject() constQGraphicsItem
parentWidget() constQGraphicsItem
posQGraphicsObject
QGraphicsItem::pos() constQGraphicsItem
prepareGeometryChange()QGraphicsItemprotected
property(const char *name) constQObject
qFindChildqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
qFindChildrenqFindChildren(const QObject *obj, const QString &name)()QObjectrelated
QGraphicsItem::QGraphicsItem(QGraphicsItem *parent=nullptr)QGraphicsItemexplicit
QGraphicsItem::QGraphicsItem(QGraphicsItemPrivate &dd, QGraphicsItem *parent)QGraphicsItemprotected
qgraphicsitem_cast(QGraphicsItem *item)QGraphicsItemrelated
QGraphicsObject(QGraphicsItemPrivate &dd, QGraphicsItem *parent)QGraphicsObjectprotected
QGraphicsTextItem(QGraphicsItem *parent=nullptr)QGraphicsTextItemexplicit
QGraphicsTextItem(const QString &text, QGraphicsItem *parent=nullptr)QGraphicsTextItemexplicit
QGraphicsTextItemPrivateQGraphicsTextItemfriend
QObject(QObject *parent=nullptr)QObjectexplicit
QObject(QObjectPrivate &dd, QObject *parent=nullptr)QObjectprotected
qobject_cast(const QObject *object)QObjectrelated
QObjectListQObjectrelated
receivers(const char *signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
removeFromIndex()QGraphicsItemprotected
removeSceneEventFilter(QGraphicsItem *filterItem)QGraphicsItem
resetTransform()QGraphicsItem
rotationQGraphicsObject
QGraphicsItem::rotation() constQGraphicsItem
rotationChanged()QGraphicsObjectsignal
scaleQGraphicsObject
QGraphicsItem::scale() constQGraphicsItem
scaleChanged()QGraphicsObjectsignal
scene() constQGraphicsItem
sceneBoundingRect() constQGraphicsItem
sceneEvent(QEvent *event) overrideQGraphicsTextItemprotectedvirtual
sceneEventFilter(QGraphicsItem *watched, QEvent *event)QGraphicsItemprotectedvirtual
SceneModal enum valueQGraphicsItem
scenePos() constQGraphicsItem
sceneTransform() constQGraphicsItem
scroll(qreal dx, qreal dy, const QRectF &rect=QRectF())QGraphicsItem
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setAcceptDrops(bool on)QGraphicsItem
setAcceptedMouseButtons(Qt::MouseButtons buttons)QGraphicsItem
setAcceptHoverEvents(bool enabled)QGraphicsItem
setAcceptTouchEvents(bool enabled)QGraphicsItem
setActive(bool active)QGraphicsItem
setBoundingRegionGranularity(qreal granularity)QGraphicsItem
setCacheMode(CacheMode mode, const QSize &cacheSize=QSize())QGraphicsItem
setCursor(const QCursor &cursor)QGraphicsItem
setData(int key, const QVariant &value)QGraphicsItem
setDefaultTextColor(const QColor &c)QGraphicsTextItem
setDocument(QTextDocument *document)QGraphicsTextItem
setEnabled(bool enabled)QGraphicsItem
setExtension(Extension extension, const QVariant &variant) overrideQGraphicsTextItemprotectedvirtual
setFiltersChildEvents(bool enabled)QGraphicsItem
setFlag(GraphicsItemFlag flag, bool enabled=true)QGraphicsItem
setFlags(GraphicsItemFlags flags)QGraphicsItem
setFocus(Qt::FocusReason focusReason=Qt::OtherFocusReason)QGraphicsItem
setFocusProxy(QGraphicsItem *item)QGraphicsItem
setFont(const QFont &font)QGraphicsTextItem
setGroup(QGraphicsItemGroup *group)QGraphicsItem
setHandlesChildEvents(bool enabled)QGraphicsItem
setHtml(const QString &html)QGraphicsTextItem
setInputMethodHints(Qt::InputMethodHints hints)QGraphicsItem
setObjectName(const QString &name)QObjectinline
setObjectName(QAnyStringView name)QObject
setOpacity(qreal opacity)QGraphicsItem
setOpenExternalLinks(bool open)QGraphicsTextItem
setPanelModality(PanelModality panelModality)QGraphicsItem
setParent(QObject *parent)QObject
setParentItem(QGraphicsItem *parent)QGraphicsItem
setPlainText(const QString &text)QGraphicsTextItem
setPos(const QPointF &pos)QGraphicsItem
setPos(qreal x, qreal y)QGraphicsIteminline
setProperty(const char *name, const QVariant &value)QObject
setProperty(const char *name, QVariant &&value)QObjectinline
setRotation(qreal angle)QGraphicsItem
setScale(qreal scale)QGraphicsItem
setSelected(bool selected)QGraphicsItem
setTabChangesFocus(bool b)QGraphicsTextItem
setTextCursor(const QTextCursor &cursor)QGraphicsTextItem
setTextInteractionFlags(Qt::TextInteractionFlags flags)QGraphicsTextItem
setTextWidth(qreal width)QGraphicsTextItem
setTransform(const QTransform &matrix, bool combine=false)QGraphicsItem
setTransformations(const QList< QGraphicsTransform * > &transformations)QGraphicsItem
setTransformOriginPoint(const QPointF &origin)QGraphicsItem
setTransformOriginPoint(qreal ax, qreal ay)QGraphicsIteminline
setVisible(bool visible)QGraphicsItem
setX(qreal x)QGraphicsItem
setY(qreal y)QGraphicsItem
setZValue(qreal z)QGraphicsItem
shape() const overrideQGraphicsTextItemvirtual
show()QGraphicsIteminline
signalsBlocked() const noexceptQObjectinline
stackBefore(const QGraphicsItem *sibling)QGraphicsItem
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startTimer(std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer)QObject
supportsExtension(Extension extension) const overrideQGraphicsTextItemprotectedvirtual
tabChangesFocus() constQGraphicsTextItem
textCursor() constQGraphicsTextItem
textInteractionFlags() constQGraphicsTextItem
textWidth() constQGraphicsTextItem
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
toGraphicsObject()QGraphicsItem
toGraphicsObject() constQGraphicsItem
toHtml() constQGraphicsTextItem
toPlainText() constQGraphicsTextItem
topLevelItem() constQGraphicsItem
topLevelWidget() constQGraphicsItem
transform() constQGraphicsItem
transformations() constQGraphicsItem
transformOriginPointQGraphicsObject
QGraphicsItem::transformOriginPoint() constQGraphicsItem
type() const overrideQGraphicsTextItemvirtual
Type enum valueQGraphicsTextItem
ungrabKeyboard()QGraphicsItem
ungrabMouse()QGraphicsItem
unsetCursor()QGraphicsItem
update(const QRectF &rect=QRectF())QGraphicsItem
update(qreal x, qreal y, qreal width, qreal height)QGraphicsIteminline
updateMicroFocus()QGraphicsObjectprotectedslot
UserExtension enum valueQGraphicsItemprotected
UserType enum valueQGraphicsItem
visibleQGraphicsObject
visibleChanged()QGraphicsObjectsignal
wheelEvent(QGraphicsSceneWheelEvent *event)QGraphicsItemprotectedvirtual
widthChanged()QGraphicsObjectsignal
window() constQGraphicsItem
xQGraphicsObject
QGraphicsItem::x() constQGraphicsIteminline
xChanged()QGraphicsObjectsignal
yQGraphicsObject
QGraphicsItem::y() constQGraphicsIteminline
yChanged()QGraphicsObjectsignal
zQGraphicsObject
zChanged()QGraphicsObjectsignal
zValue() constQGraphicsItem
~QGraphicsItem()QGraphicsItemvirtual
~QGraphicsTextItem()QGraphicsTextItem
~QObject()QObjectvirtual