QtBase  v6.3.1
Public Types | Public Member Functions | Protected Slots | Protected Member Functions | Friends | List of all members
QGraphicsProxyWidget Class Reference

The QGraphicsProxyWidget class provides a proxy layer for embedding a QWidget in a QGraphicsScene. More...

#include <qgraphicsproxywidget.h>

Inheritance diagram for QGraphicsProxyWidget:
Inheritance graph
[legend]
Collaboration diagram for QGraphicsProxyWidget:
Collaboration graph
[legend]

Public Types

enum  { Type = 12 }
 
- Public Types inherited from QGraphicsWidget
enum  { Type = 11 }
 
- Public Types inherited from QGraphicsItem
enum  GraphicsItemFlag {
  ItemIsMovable = 0x1 , ItemIsSelectable = 0x2 , ItemIsFocusable = 0x4 , ItemClipsToShape = 0x8 ,
  ItemClipsChildrenToShape = 0x10 , ItemIgnoresTransformations = 0x20 , ItemIgnoresParentOpacity = 0x40 , ItemDoesntPropagateOpacityToChildren = 0x80 ,
  ItemStacksBehindParent = 0x100 , ItemUsesExtendedStyleOption = 0x200 , ItemHasNoContents = 0x400 , ItemSendsGeometryChanges = 0x800 ,
  ItemAcceptsInputMethod = 0x1000 , ItemNegativeZStacksBehindParent = 0x2000 , ItemIsPanel = 0x4000 , ItemIsFocusScope = 0x8000 ,
  ItemSendsScenePositionChanges = 0x10000 , ItemStopsClickFocusPropagation = 0x20000 , ItemStopsFocusHandling = 0x40000 , ItemContainsChildrenInShape = 0x80000
}
 
enum  GraphicsItemChange {
  ItemPositionChange , ItemVisibleChange = 2 , ItemEnabledChange , ItemSelectedChange ,
  ItemParentChange , ItemChildAddedChange , ItemChildRemovedChange , ItemTransformChange ,
  ItemPositionHasChanged , ItemTransformHasChanged , ItemSceneChange , ItemVisibleHasChanged ,
  ItemEnabledHasChanged , ItemSelectedHasChanged , ItemParentHasChanged , ItemSceneHasChanged ,
  ItemCursorChange , ItemCursorHasChanged , ItemToolTipChange , ItemToolTipHasChanged ,
  ItemFlagsChange , ItemFlagsHaveChanged , ItemZValueChange , ItemZValueHasChanged ,
  ItemOpacityChange , ItemOpacityHasChanged , ItemScenePositionHasChanged , ItemRotationChange ,
  ItemRotationHasChanged , ItemScaleChange , ItemScaleHasChanged , ItemTransformOriginPointChange ,
  ItemTransformOriginPointHasChanged
}
 
enum  CacheMode { NoCache , ItemCoordinateCache , DeviceCoordinateCache }
 
enum  PanelModality { NonModal , PanelModal , SceneModal }
 
enum  { Type = 1 , UserType = 65536 }
 

Public Member Functions

 QGraphicsProxyWidget (QGraphicsItem *parent=nullptr, Qt::WindowFlags wFlags=Qt::WindowFlags())
 
 ~QGraphicsProxyWidget ()
 
void setWidget (QWidget *widget)
 
QWidgetwidget () const
 
QRectF subWidgetRect (const QWidget *widget) const
 
void setGeometry (const QRectF &rect) override
 
void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override
 
int type () const override
 
QGraphicsProxyWidgetcreateProxyForChildWidget (QWidget *child)
 
- Public Member Functions inherited from QGraphicsWidget
 QGraphicsWidget (QGraphicsItem *parent=nullptr, Qt::WindowFlags wFlags=Qt::WindowFlags())
 
 ~QGraphicsWidget ()
 
QGraphicsLayoutlayout () const
 
void setLayout (QGraphicsLayout *layout)
 
void adjustSize ()
 
Qt::LayoutDirection layoutDirection () const
 
void setLayoutDirection (Qt::LayoutDirection direction)
 
void unsetLayoutDirection ()
 
QStylestyle () const
 
void setStyle (QStyle *style)
 
QFont font () const
 
void setFont (const QFont &font)
 
QPalette palette () const
 
void setPalette (const QPalette &palette)
 
bool autoFillBackground () const
 
void setAutoFillBackground (bool enabled)
 
void resize (const QSizeF &size)
 
void resize (qreal w, qreal h)
 
QSizeF size () const
 
void setGeometry (const QRectF &rect) override
 
void setGeometry (qreal x, qreal y, qreal w, qreal h)
 
QRectF rect () const
 
void setContentsMargins (qreal left, qreal top, qreal right, qreal bottom)
 
void setContentsMargins (QMarginsF margins)
 
void getContentsMargins (qreal *left, qreal *top, qreal *right, qreal *bottom) const override
 
void setWindowFrameMargins (qreal left, qreal top, qreal right, qreal bottom)
 
void setWindowFrameMargins (QMarginsF margins)
 
void getWindowFrameMargins (qreal *left, qreal *top, qreal *right, qreal *bottom) const
 
void unsetWindowFrameMargins ()
 
QRectF windowFrameGeometry () const
 
QRectF windowFrameRect () const
 
Qt::WindowFlags windowFlags () const
 
Qt::WindowType windowType () const
 
void setWindowFlags (Qt::WindowFlags wFlags)
 
bool isActiveWindow () const
 
void setWindowTitle (const QString &title)
 
QString windowTitle () const
 
Qt::FocusPolicy focusPolicy () const
 
void setFocusPolicy (Qt::FocusPolicy policy)
 
QGraphicsWidgetfocusWidget () const
 
int grabShortcut (const QKeySequence &sequence, Qt::ShortcutContext context=Qt::WindowShortcut)
 
void releaseShortcut (int id)
 
void setShortcutEnabled (int id, bool enabled=true)
 
void setShortcutAutoRepeat (int id, bool enabled=true)
 
void addAction (QAction *action)
 
void addActions (const QList< QAction * > &actions)
 
void insertActions (QAction *before, const QList< QAction * > &actions)
 
void insertAction (QAction *before, QAction *action)
 
void removeAction (QAction *action)
 
QList< QAction * > actions () const
 
void setAttribute (Qt::WidgetAttribute attribute, bool on=true)
 
bool testAttribute (Qt::WidgetAttribute attribute) const
 
int type () const override
 
void paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) override
 
virtual void paintWindowFrame (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr)
 
QRectF boundingRect () const override
 
QPainterPath shape () const override
 
const QObjectListchildren () const
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 
virtual ~QObject ()
 
QString objectName () const
 
void setObjectName (const QString &name)
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 
bool isWindowType () const
 
bool signalsBlocked () const noexcept
 
bool blockSignals (bool b) noexcept
 
QThreadthread () const
 
void moveToThread (QThread *thread)
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 
template<typename T >
T findChild (const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
const QObjectListchildren () const
 
void setParent (QObject *parent)
 
void installEventFilter (QObject *filterObj)
 
void removeEventFilter (QObject *obj)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 
void dumpObjectInfo () const
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 
bool inherits (const char *classname) const
 
- Public Member Functions inherited from QGraphicsItem
 QGraphicsItem (QGraphicsItem *parent=nullptr)
 
virtual ~QGraphicsItem ()
 
QGraphicsScenescene () const
 
QGraphicsItemparentItem () const
 
QGraphicsItemtopLevelItem () const
 
QGraphicsObjectparentObject () const
 
QGraphicsWidgetparentWidget () const
 
QGraphicsWidgettopLevelWidget () const
 
QGraphicsWidgetwindow () const
 
QGraphicsItempanel () const
 
void setParentItem (QGraphicsItem *parent)
 
QList< QGraphicsItem * > childItems () const
 
bool isWidget () const
 
bool isWindow () const
 
bool isPanel () const
 
QGraphicsObjecttoGraphicsObject ()
 
const QGraphicsObjecttoGraphicsObject () const
 
QGraphicsItemGroupgroup () const
 
void setGroup (QGraphicsItemGroup *group)
 
GraphicsItemFlags flags () const
 
void setFlag (GraphicsItemFlag flag, bool enabled=true)
 
void setFlags (GraphicsItemFlags flags)
 
CacheMode cacheMode () const
 
void setCacheMode (CacheMode mode, const QSize &cacheSize=QSize())
 
PanelModality panelModality () const
 
void setPanelModality (PanelModality panelModality)
 
bool isBlockedByModalPanel (QGraphicsItem **blockingPanel=nullptr) const
 
QCursor cursor () const
 
void setCursor (const QCursor &cursor)
 
bool hasCursor () const
 
void unsetCursor ()
 
bool isVisible () const
 
bool isVisibleTo (const QGraphicsItem *parent) const
 
void setVisible (bool visible)
 
void hide ()
 
void show ()
 
bool isEnabled () const
 
void setEnabled (bool enabled)
 
bool isSelected () const
 
void setSelected (bool selected)
 
bool acceptDrops () const
 
void setAcceptDrops (bool on)
 
qreal opacity () const
 
qreal effectiveOpacity () const
 
void setOpacity (qreal opacity)
 
Qt::MouseButtons acceptedMouseButtons () const
 
void setAcceptedMouseButtons (Qt::MouseButtons buttons)
 
bool acceptHoverEvents () const
 
void setAcceptHoverEvents (bool enabled)
 
bool acceptTouchEvents () const
 
void setAcceptTouchEvents (bool enabled)
 
bool filtersChildEvents () const
 
void setFiltersChildEvents (bool enabled)
 
bool handlesChildEvents () const
 
void setHandlesChildEvents (bool enabled)
 
bool isActive () const
 
void setActive (bool active)
 
bool hasFocus () const
 
void setFocus (Qt::FocusReason focusReason=Qt::OtherFocusReason)
 
void clearFocus ()
 
QGraphicsItemfocusProxy () const
 
void setFocusProxy (QGraphicsItem *item)
 
QGraphicsItemfocusItem () const
 
QGraphicsItemfocusScopeItem () const
 
void grabMouse ()
 
void ungrabMouse ()
 
void grabKeyboard ()
 
void ungrabKeyboard ()
 
QPointF pos () const
 
qreal x () const
 
void setX (qreal x)
 
qreal y () const
 
void setY (qreal y)
 
QPointF scenePos () const
 
void setPos (const QPointF &pos)
 
void setPos (qreal x, qreal y)
 
void moveBy (qreal dx, qreal dy)
 
void ensureVisible (const QRectF &rect=QRectF(), int xmargin=50, int ymargin=50)
 
void ensureVisible (qreal x, qreal y, qreal w, qreal h, int xmargin=50, int ymargin=50)
 
QTransform transform () const
 
QTransform sceneTransform () const
 
QTransform deviceTransform (const QTransform &viewportTransform) const
 
QTransform itemTransform (const QGraphicsItem *other, bool *ok=nullptr) const
 
void setTransform (const QTransform &matrix, bool combine=false)
 
void resetTransform ()
 
void setRotation (qreal angle)
 
qreal rotation () const
 
void setScale (qreal scale)
 
qreal scale () const
 
QList< QGraphicsTransform * > transformations () const
 
void setTransformations (const QList< QGraphicsTransform * > &transformations)
 
QPointF transformOriginPoint () const
 
void setTransformOriginPoint (const QPointF &origin)
 
void setTransformOriginPoint (qreal ax, qreal ay)
 
virtual void advance (int phase)
 
qreal zValue () const
 
void setZValue (qreal z)
 
void stackBefore (const QGraphicsItem *sibling)
 
QRectF childrenBoundingRect () const
 
QRectF sceneBoundingRect () const
 
bool isClipped () const
 
QPainterPath clipPath () const
 
virtual bool contains (const QPointF &point) const
 
virtual bool collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
 
virtual bool collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
 
QList< QGraphicsItem * > collidingItems (Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const
 
bool isObscured (const QRectF &rect=QRectF()) const
 
bool isObscured (qreal x, qreal y, qreal w, qreal h) const
 
virtual bool isObscuredBy (const QGraphicsItem *item) const
 
virtual QPainterPath opaqueArea () const
 
QRegion boundingRegion (const QTransform &itemToDeviceTransform) const
 
qreal boundingRegionGranularity () const
 
void setBoundingRegionGranularity (qreal granularity)
 
void update (const QRectF &rect=QRectF())
 
void update (qreal x, qreal y, qreal width, qreal height)
 
void scroll (qreal dx, qreal dy, const QRectF &rect=QRectF())
 
QPointF mapToItem (const QGraphicsItem *item, const QPointF &point) const
 
QPointF mapToParent (const QPointF &point) const
 
QPointF mapToScene (const QPointF &point) const
 
QPolygonF mapToItem (const QGraphicsItem *item, const QRectF &rect) const
 
QPolygonF mapToParent (const QRectF &rect) const
 
QPolygonF mapToScene (const QRectF &rect) const
 
QRectF mapRectToItem (const QGraphicsItem *item, const QRectF &rect) const
 
QRectF mapRectToParent (const QRectF &rect) const
 
QRectF mapRectToScene (const QRectF &rect) const
 
QPolygonF mapToItem (const QGraphicsItem *item, const QPolygonF &polygon) const
 
QPolygonF mapToParent (const QPolygonF &polygon) const
 
QPolygonF mapToScene (const QPolygonF &polygon) const
 
QPainterPath mapToItem (const QGraphicsItem *item, const QPainterPath &path) const
 
QPainterPath mapToParent (const QPainterPath &path) const
 
QPainterPath mapToScene (const QPainterPath &path) const
 
QPointF mapFromItem (const QGraphicsItem *item, const QPointF &point) const
 
QPointF mapFromParent (const QPointF &point) const
 
QPointF mapFromScene (const QPointF &point) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, const QRectF &rect) const
 
QPolygonF mapFromParent (const QRectF &rect) const
 
QPolygonF mapFromScene (const QRectF &rect) const
 
QRectF mapRectFromItem (const QGraphicsItem *item, const QRectF &rect) const
 
QRectF mapRectFromParent (const QRectF &rect) const
 
QRectF mapRectFromScene (const QRectF &rect) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, const QPolygonF &polygon) const
 
QPolygonF mapFromParent (const QPolygonF &polygon) const
 
QPolygonF mapFromScene (const QPolygonF &polygon) const
 
QPainterPath mapFromItem (const QGraphicsItem *item, const QPainterPath &path) const
 
QPainterPath mapFromParent (const QPainterPath &path) const
 
QPainterPath mapFromScene (const QPainterPath &path) const
 
QPointF mapToItem (const QGraphicsItem *item, qreal x, qreal y) const
 
QPointF mapToParent (qreal x, qreal y) const
 
QPointF mapToScene (qreal x, qreal y) const
 
QPolygonF mapToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapToParent (qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapToScene (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToParent (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectToScene (qreal x, qreal y, qreal w, qreal h) const
 
QPointF mapFromItem (const QGraphicsItem *item, qreal x, qreal y) const
 
QPointF mapFromParent (qreal x, qreal y) const
 
QPointF mapFromScene (qreal x, qreal y) const
 
QPolygonF mapFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapFromParent (qreal x, qreal y, qreal w, qreal h) const
 
QPolygonF mapFromScene (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromParent (qreal x, qreal y, qreal w, qreal h) const
 
QRectF mapRectFromScene (qreal x, qreal y, qreal w, qreal h) const
 
bool isAncestorOf (const QGraphicsItem *child) const
 
QGraphicsItemcommonAncestorItem (const QGraphicsItem *other) const
 
bool isUnderMouse () const
 
QVariant data (int key) const
 
void setData (int key, const QVariant &value)
 
Qt::InputMethodHints inputMethodHints () const
 
void setInputMethodHints (Qt::InputMethodHints hints)
 
void installSceneEventFilter (QGraphicsItem *filterItem)
 
void removeSceneEventFilter (QGraphicsItem *filterItem)
 
- Public Member Functions inherited from QGraphicsLayoutItem
 QGraphicsLayoutItem (QGraphicsLayoutItem *parent=nullptr, bool isLayout=false)
 
virtual ~QGraphicsLayoutItem ()
 
void setSizePolicy (const QSizePolicy &policy)
 
void setSizePolicy (QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy, QSizePolicy::ControlType controlType=QSizePolicy::DefaultType)
 
QSizePolicy sizePolicy () const
 
void setMinimumSize (const QSizeF &size)
 
void setMinimumSize (qreal w, qreal h)
 
QSizeF minimumSize () const
 
void setMinimumWidth (qreal width)
 
qreal minimumWidth () const
 
void setMinimumHeight (qreal height)
 
qreal minimumHeight () const
 
void setPreferredSize (const QSizeF &size)
 
void setPreferredSize (qreal w, qreal h)
 
QSizeF preferredSize () const
 
void setPreferredWidth (qreal width)
 
qreal preferredWidth () const
 
void setPreferredHeight (qreal height)
 
qreal preferredHeight () const
 
void setMaximumSize (const QSizeF &size)
 
void setMaximumSize (qreal w, qreal h)
 
QSizeF maximumSize () const
 
void setMaximumWidth (qreal width)
 
qreal maximumWidth () const
 
void setMaximumHeight (qreal height)
 
qreal maximumHeight () const
 
QRectF geometry () const
 
QRectF contentsRect () const
 
QSizeF effectiveSizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
 
virtual bool isEmpty () const
 
QGraphicsLayoutItemparentLayoutItem () const
 
void setParentLayoutItem (QGraphicsLayoutItem *parent)
 
bool isLayout () const
 
QGraphicsItemgraphicsItem () const
 
bool ownedByLayout () const
 

Protected Slots

QGraphicsProxyWidgetnewProxyWidget (const QWidget *)
 
- Protected Slots inherited from QGraphicsObject
void updateMicroFocus ()
 

Protected Member Functions

QVariant itemChange (GraphicsItemChange change, const QVariant &value) override
 
bool event (QEvent *event) override
 
bool eventFilter (QObject *object, QEvent *event) override
 
void showEvent (QShowEvent *event) override
 
void hideEvent (QHideEvent *event) override
 
void contextMenuEvent (QGraphicsSceneContextMenuEvent *event) override
 
void hoverEnterEvent (QGraphicsSceneHoverEvent *event) override
 
void hoverLeaveEvent (QGraphicsSceneHoverEvent *event) override
 
void hoverMoveEvent (QGraphicsSceneHoverEvent *event) override
 
void grabMouseEvent (QEvent *event) override
 
void ungrabMouseEvent (QEvent *event) override
 
void mouseMoveEvent (QGraphicsSceneMouseEvent *event) override
 
void mousePressEvent (QGraphicsSceneMouseEvent *event) override
 
void mouseReleaseEvent (QGraphicsSceneMouseEvent *event) override
 
void mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) override
 
void keyPressEvent (QKeyEvent *event) override
 
void keyReleaseEvent (QKeyEvent *event) override
 
void focusInEvent (QFocusEvent *event) override
 
void focusOutEvent (QFocusEvent *event) override
 
bool focusNextPrevChild (bool next) override
 
QVariant inputMethodQuery (Qt::InputMethodQuery query) const override
 
void inputMethodEvent (QInputMethodEvent *event) override
 
QSizeF sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const override
 
void resizeEvent (QGraphicsSceneResizeEvent *event) override
 
- Protected Member Functions inherited from QGraphicsWidget
virtual void initStyleOption (QStyleOption *option) const
 
QSizeF sizeHint (Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const override
 
void updateGeometry () override
 
QVariant itemChange (GraphicsItemChange change, const QVariant &value) override
 
virtual QVariant propertyChange (const QString &propertyName, const QVariant &value)
 
bool sceneEvent (QEvent *event) override
 
virtual bool windowFrameEvent (QEvent *e)
 
virtual Qt::WindowFrameSection windowFrameSectionAt (const QPointF &pos) const
 
bool event (QEvent *event) override
 
virtual void changeEvent (QEvent *event)
 
virtual void closeEvent (QCloseEvent *event)
 
void focusInEvent (QFocusEvent *event) override
 
void focusOutEvent (QFocusEvent *event) override
 
virtual void moveEvent (QGraphicsSceneMoveEvent *event)
 
virtual void polishEvent ()
 
virtual void grabKeyboardEvent (QEvent *event)
 
virtual void ungrabKeyboardEvent (QEvent *event)
 
 QGraphicsWidget (QGraphicsWidgetPrivate &, QGraphicsItem *parent, Qt::WindowFlags wFlags=Qt::WindowFlags())
 
- Protected Member Functions inherited from QGraphicsObject
 QGraphicsObject (QGraphicsItemPrivate &dd, QGraphicsItem *parent)
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void customEvent (QEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 
- Protected Member Functions inherited from QGraphicsItem
void updateMicroFocus ()
 
virtual bool sceneEventFilter (QGraphicsItem *watched, QEvent *event)
 
virtual void dragEnterEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragLeaveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dragMoveEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void dropEvent (QGraphicsSceneDragDropEvent *event)
 
virtual void wheelEvent (QGraphicsSceneWheelEvent *event)
 
virtual bool supportsExtension (Extension extension) const
 
virtual void setExtension (Extension extension, const QVariant &variant)
 
virtual QVariant extension (const QVariant &variant) const
 
 QGraphicsItem (QGraphicsItemPrivate &dd, QGraphicsItem *parent)
 
void addToIndex ()
 
void removeFromIndex ()
 
void prepareGeometryChange ()
 
- Protected Member Functions inherited from QGraphicsLayoutItem
void setGraphicsItem (QGraphicsItem *item)
 
void setOwnedByLayout (bool ownedByLayout)
 
 QGraphicsLayoutItem (QGraphicsLayoutItemPrivate &dd)
 

Friends

class QWidgetPrivate
 
class QGraphicsItem
 

Additional Inherited Members

- Public Slots inherited from QGraphicsWidget
bool close ()
 
- Public Slots inherited from QObject
void deleteLater ()
 
- Signals inherited from QGraphicsWidget
void geometryChanged ()
 
void layoutChanged ()
 
- Signals inherited from QGraphicsObject
void parentChanged ()
 
void opacityChanged ()
 
void visibleChanged ()
 
void enabledChanged ()
 
void xChanged ()
 
void yChanged ()
 
void zChanged ()
 
void rotationChanged ()
 
void scaleChanged ()
 
void childrenChanged ()
 
void widthChanged ()
 
void heightChanged ()
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 
- Static Public Member Functions inherited from QGraphicsWidget
static void setTabOrder (QGraphicsWidget *first, QGraphicsWidget *second)
 
- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 
- Protected Types inherited from QGraphicsItem
enum  Extension { UserExtension = 0x80000000 }
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Protected Attributes inherited from QGraphicsItem
QScopedPointer< QGraphicsItemPrivated_ptr
 
- Protected Attributes inherited from QGraphicsLayoutItem
QScopedPointer< QGraphicsLayoutItemPrivated_ptr
 
- Properties inherited from QGraphicsWidget
QPalette palette
 the widget's palette More...
 
QFont font
 the widgets' font More...
 
Qt::LayoutDirection layoutDirection
 the layout direction for this widget. More...
 
QSizeF size
 the size of the widget More...
 
QSizeF minimumSize
 the minimum size of the widget More...
 
QSizeF preferredSize
 the preferred size of the widget More...
 
QSizeF maximumSize
 the maximum size of the widget More...
 
QSizePolicy sizePolicy
 the size policy for the widget More...
 
Qt::FocusPolicy focusPolicy
 the way the widget accepts keyboard focus More...
 
Qt::WindowFlags windowFlags
 the widget's window flags More...
 
QString windowTitle
 This property holds the window title (caption). More...
 
QRectF geometry
 the geometry of the widget More...
 
bool autoFillBackground
 whether the widget background is filled automatically More...
 
QGraphicsLayoutlayout
 The layout of the widget. More...
 
- Properties inherited from QGraphicsObject
QGraphicsObjectparent
 the parent of the item More...
 
qreal opacity
 the opacity of the item More...
 
bool enabled
 whether the item is enabled or not More...
 
bool visible
 whether the item is visible or not More...
 
QPointF pos
 the position of the item More...
 
qreal x
 the x position of the item More...
 
qreal y
 the y position of the item More...
 
qreal z
 the z value of the item More...
 
qreal rotation
 the rotation of the item in degrees. More...
 
qreal scale
 the scale of the item. More...
 
QPointF transformOriginPoint
 the transformation origin More...
 
- Properties inherited from QObject
QString objectName
 the name of this object More...
 

Detailed Description

The QGraphicsProxyWidget class provides a proxy layer for embedding a QWidget in a QGraphicsScene.

Since
4.4

\inmodule QtWidgets

QGraphicsProxyWidget embeds QWidget-based widgets, for example, a QPushButton, QFontComboBox, or even QFileDialog, into QGraphicsScene. It forwards events between the two objects and translates between QWidget's integer-based geometry and QGraphicsWidget's qreal-based geometry. QGraphicsProxyWidget supports all core features of QWidget, including tab focus, keyboard input, Drag & Drop, and popups. You can also embed complex widgets, e.g., widgets with subwidgets.

Example:

QGraphicsProxyWidget takes care of automatically embedding popup children of embedded widgets through creating a child proxy for each popup. This means that when an embedded QComboBox shows its popup list, a new QGraphicsProxyWidget is created automatically, embedding the popup, and positioning it correctly. This only works if the popup is child of the embedded widget (for example QToolButton::setMenu() requires the QMenu instance to be child of the QToolButton).

Definition at line 52 of file qgraphicsproxywidget.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Type 

Definition at line 68 of file qgraphicsproxywidget.h.

Constructor & Destructor Documentation

◆ QGraphicsProxyWidget()

QGraphicsProxyWidget::QGraphicsProxyWidget ( QGraphicsItem parent = nullptr,
Qt::WindowFlags  wFlags = Qt::WindowFlags() 
)

Constructs a new QGraphicsProxy widget. parent and wFlags are passed to QGraphicsItem's constructor.

Definition at line 538 of file qgraphicsproxywidget.cpp.

Here is the caller graph for this function:

◆ ~QGraphicsProxyWidget()

QGraphicsProxyWidget::~QGraphicsProxyWidget ( )

Destroys the proxy widget and any embedded widget.

Definition at line 548 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ contextMenuEvent()

void QGraphicsProxyWidget::contextMenuEvent ( QGraphicsSceneContextMenuEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1024 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ createProxyForChildWidget()

QGraphicsProxyWidget * QGraphicsProxyWidget::createProxyForChildWidget ( QWidget child)
Since
4.5

Creates a proxy widget for the given child of the widget contained in this proxy.

This function makes it possible to acquire proxies for non top-level widgets. For instance, you can embed a dialog, and then transform only one of its widgets.

If the widget is already embedded, return the existing proxy widget.

See also
newProxyWidget(), QGraphicsScene::addWidget()

Definition at line 1616 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ event()

bool QGraphicsProxyWidget::event ( QEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsObject.

Definition at line 830 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ eventFilter()

bool QGraphicsProxyWidget::eventFilter ( QObject object,
QEvent event 
)
overrideprotectedvirtual

\reimp

Reimplemented from QObject.

Reimplemented in SubQGraphicsProxyWidget.

Definition at line 941 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ focusInEvent()

void QGraphicsProxyWidget::focusInEvent ( QFocusEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1384 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ focusNextPrevChild()

bool QGraphicsProxyWidget::focusNextPrevChild ( bool  next)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1451 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ focusOutEvent()

void QGraphicsProxyWidget::focusOutEvent ( QFocusEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Reimplemented in SubQGraphicsProxyWidget.

Definition at line 1428 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ grabMouseEvent()

void QGraphicsProxyWidget::grabMouseEvent ( QEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1227 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ hideEvent()

void QGraphicsProxyWidget::hideEvent ( QHideEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1015 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ hoverEnterEvent()

void QGraphicsProxyWidget::hoverEnterEvent ( QGraphicsSceneHoverEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1183 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hoverLeaveEvent()

void QGraphicsProxyWidget::hoverLeaveEvent ( QGraphicsSceneHoverEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1191 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hoverMoveEvent()

void QGraphicsProxyWidget::hoverMoveEvent ( QGraphicsSceneHoverEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1205 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ inputMethodEvent()

void QGraphicsProxyWidget::inputMethodEvent ( QInputMethodEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1504 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ inputMethodQuery()

QVariant QGraphicsProxyWidget::inputMethodQuery ( Qt::InputMethodQuery  query) const
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1470 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ itemChange()

QVariant QGraphicsProxyWidget::itemChange ( GraphicsItemChange  change,
const QVariant value 
)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 780 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ keyPressEvent()

void QGraphicsProxyWidget::keyPressEvent ( QKeyEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1360 of file qgraphicsproxywidget.cpp.

◆ keyReleaseEvent()

void QGraphicsProxyWidget::keyReleaseEvent ( QKeyEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1372 of file qgraphicsproxywidget.cpp.

◆ mouseDoubleClickEvent()

void QGraphicsProxyWidget::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1269 of file qgraphicsproxywidget.cpp.

◆ mouseMoveEvent()

void QGraphicsProxyWidget::mouseMoveEvent ( QGraphicsSceneMouseEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1245 of file qgraphicsproxywidget.cpp.

◆ mousePressEvent()

void QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1257 of file qgraphicsproxywidget.cpp.

◆ mouseReleaseEvent()

void QGraphicsProxyWidget::mouseReleaseEvent ( QGraphicsSceneMouseEvent event)
overrideprotectedvirtual

\reimp

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1348 of file qgraphicsproxywidget.cpp.

◆ newProxyWidget

QGraphicsProxyWidget * QGraphicsProxyWidget::newProxyWidget ( const QWidget child)
protectedslot
Since
4.5

Creates a proxy widget for the given child of the widget contained in this proxy.

You should not call this function directly; use QGraphicsProxyWidget::createProxyForChildWidget() instead.

This function is a fake virtual slot that you can reimplement in your subclass in order to control how new proxy widgets are created. The default implementation returns a proxy created with the QGraphicsProxyWidget() constructor with this proxy widget as the parent.

See also
createProxyForChildWidget()

Definition at line 1656 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ paint()

void QGraphicsProxyWidget::paint ( QPainter painter,
const QStyleOptionGraphicsItem option,
QWidget widget 
)
overridevirtual

\reimp

Implements QGraphicsItem.

Reimplemented in SubQGraphicsProxyWidget, MyProxyWidget, MyProxyWidget, and TestProxy.

Definition at line 1567 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ resizeEvent()

void QGraphicsProxyWidget::resizeEvent ( QGraphicsSceneResizeEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1554 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ setGeometry()

void QGraphicsProxyWidget::setGeometry ( const QRectF rect)
overridevirtual

\reimp

Reimplemented from QGraphicsLayoutItem.

Definition at line 762 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ setWidget()

void QGraphicsProxyWidget::setWidget ( QWidget widget)

Embeds widget into this proxy widget. The embedded widget must reside exclusively either inside or outside of Graphics View. You cannot embed a widget as long as it is is visible elsewhere in the UI, at the same time.

widget must be a top-level widget whose parent is \nullptr.

When the widget is embedded, its state (e.g., visible, enabled, geometry, size hints) is copied into the proxy widget. If the embedded widget is explicitly hidden or disabled, the proxy widget will become explicitly hidden or disabled after embedding is complete. The class documentation has a full overview over the shared state.

QGraphicsProxyWidget's window flags determine whether the widget, after embedding, will be given window decorations or not.

After this function returns, QGraphicsProxyWidget will keep its state synchronized with that of widget whenever possible.

If a widget is already embedded by this proxy when this function is called, that widget will first be automatically unembedded. Passing \nullptr for the widget argument will only unembed the widget, and the ownership of the currently embedded widget will be passed on to the caller. Every child widget that are embedded will also be embedded and their proxy widget destroyed.

Note that widgets with the Qt::WA_PaintOnScreen widget attribute set and widgets that wrap an external application or controller cannot be embedded. Examples are QOpenGLWidget and QAxWidget.

See also
widget()

Definition at line 590 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ showEvent()

void QGraphicsProxyWidget::showEvent ( QShowEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1007 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ sizeHint()

QSizeF QGraphicsProxyWidget::sizeHint ( Qt::SizeHint  which,
const QSizeF constraint = QSizeF() 
) const
overrideprotectedvirtual

\reimp

Implements QGraphicsLayoutItem.

Definition at line 1516 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ subWidgetRect()

QRectF QGraphicsProxyWidget::subWidgetRect ( const QWidget widget) const

Returns the rectangle for widget, which must be a descendant of widget(), or widget() itself, in this proxy item's local coordinates.

If no widget is embedded, widget is \nullptr, or widget is not a descendant of the embedded widget, this function returns an empty QRectF.

See also
widget()

Definition at line 749 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ type()

int QGraphicsProxyWidget::type ( ) const
overridevirtual

\reimp

Reimplemented from QGraphicsItem.

Definition at line 1597 of file qgraphicsproxywidget.cpp.

◆ ungrabMouseEvent()

void QGraphicsProxyWidget::ungrabMouseEvent ( QEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QGraphicsWidget.

Definition at line 1235 of file qgraphicsproxywidget.cpp.

Here is the call graph for this function:

◆ widget()

QWidget * QGraphicsProxyWidget::widget ( ) const

Returns a pointer to the embedded widget.

See also
setWidget()

Definition at line 734 of file qgraphicsproxywidget.cpp.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ QGraphicsItem

friend class QGraphicsItem
friend

Definition at line 132 of file qgraphicsproxywidget.h.

◆ QWidgetPrivate

friend class QWidgetPrivate
friend

Definition at line 131 of file qgraphicsproxywidget.h.


The documentation for this class was generated from the following files: