![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for CustomScene, including all inherited members.
| activePanel() const | QGraphicsScene | |
| activeWindow() const | QGraphicsScene | |
| addEllipse(const QRectF &rect, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addEllipse(qreal x, qreal y, qreal w, qreal h, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | inline |
| addItem(QGraphicsItem *item) | QGraphicsScene | |
| addLine(const QLineF &line, const QPen &pen=QPen()) | QGraphicsScene | |
| addLine(qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen=QPen()) | QGraphicsScene | inline |
| addPath(const QPainterPath &path, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addPixmap(const QPixmap &pixmap) | QGraphicsScene | |
| addPolygon(const QPolygonF &polygon, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addRect(const QRectF &rect, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | |
| addRect(qreal x, qreal y, qreal w, qreal h, const QPen &pen=QPen(), const QBrush &brush=QBrush()) | QGraphicsScene | inline |
| addSimpleText(const QString &text, const QFont &font=QFont()) | QGraphicsScene | |
| addText(const QString &text, const QFont &font=QFont()) | QGraphicsScene | |
| addWidget(QWidget *widget, Qt::WindowFlags wFlags=Qt::WindowFlags()) | QGraphicsScene | |
| advance() | QGraphicsScene | slot |
| AllLayers enum value | QGraphicsScene | |
| backgroundBrush | QGraphicsScene | |
| backgroundBrush() const | QGraphicsScene | |
| BackgroundLayer enum value | QGraphicsScene | |
| bindableObjectName() | QObject | |
| bindingStorage() | QObject | inline |
| bindingStorage() const | QObject | inline |
| blockSignals(bool b) noexcept | QObject | |
| bspTreeDepth | QGraphicsScene | |
| bspTreeDepth() const | QGraphicsScene | |
| BspTreeIndex enum value | QGraphicsScene | |
| changed(const QList< QRectF > ®ion) | QGraphicsScene | signal |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | inline |
| clear() | QGraphicsScene | slot |
| clearFocus() | QGraphicsScene | |
| clearSelection() | QGraphicsScene | slot |
| collidingItems(const QGraphicsItem *item, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const | QGraphicsScene | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| contextMenuEvent(QGraphicsSceneContextMenuEvent *event) | QGraphicsScene | protectedvirtual |
| createItemGroup(const QList< QGraphicsItem * > &items) | QGraphicsScene | |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| CustomScene() | CustomScene | inline |
| d_ptr | QObject | protected |
| deleteLater() | QObject | slot |
| destroyed(QObject *=nullptr) | QObject | signal |
| destroyItemGroup(QGraphicsItemGroup *group) | QGraphicsScene | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
| disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
| disconnect(const QMetaObject::Connection &) | QObject | static |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| dragEnterEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| dragLeaveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| dragMoveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| drawBackground(QPainter *painter, const QRectF &rect) | QGraphicsScene | protectedvirtual |
| drawForeground(QPainter *painter, const QRectF &rect) | QGraphicsScene | protectedvirtual |
| drawItems(QPainter *painter, int numItems, QGraphicsItem *items[], const QStyleOptionGraphicsItem options[], QWidget *widget=nullptr) override | CustomScene | virtual |
| dropEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
| dumpObjectInfo() const | QObject | |
| dumpObjectTree() const | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) override | QGraphicsScene | protectedvirtual |
| eventFilter(QObject *watched, QEvent *event) override | QGraphicsScene | protectedvirtual |
| findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| focusInEvent(QFocusEvent *event) | QGraphicsScene | protectedvirtual |
| focusItem() const | QGraphicsScene | |
| focusItemChanged(QGraphicsItem *newFocus, QGraphicsItem *oldFocus, Qt::FocusReason reason) | QGraphicsScene | signal |
| focusNextPrevChild(bool next) | QGraphicsScene | protectedvirtualslot |
| focusOnTouch | QGraphicsScene | |
| focusOnTouch() const | QGraphicsScene | |
| focusOutEvent(QFocusEvent *event) | QGraphicsScene | protectedvirtual |
| font | QGraphicsScene | |
| font() const | QGraphicsScene | |
| foregroundBrush | QGraphicsScene | |
| foregroundBrush() const | QGraphicsScene | |
| ForegroundLayer enum value | QGraphicsScene | |
| hasFocus() const | QGraphicsScene | |
| height() const | QGraphicsScene | inline |
| helpEvent(QGraphicsSceneHelpEvent *event) | QGraphicsScene | protectedvirtual |
| inherits(const char *classname) const | QObject | inline |
| inputMethodEvent(QInputMethodEvent *event) | QGraphicsScene | protectedvirtual |
| inputMethodQuery(Qt::InputMethodQuery query) const | QGraphicsScene | virtual |
| installEventFilter(QObject *filterObj) | QObject | |
| invalidate(qreal x, qreal y, qreal w, qreal h, SceneLayers layers=AllLayers) | QGraphicsScene | inline |
| invalidate(const QRectF &rect=QRectF(), SceneLayers layers=AllLayers) | QGraphicsScene | slot |
| isActive() const | QGraphicsScene | |
| isQuickItemType() const | QObject | inline |
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
| isWidgetType() const | QObject | inline |
| isWindowType() const | QObject | inline |
| itemAt(const QPointF &pos, const QTransform &deviceTransform) const | QGraphicsScene | |
| itemAt(qreal x, qreal y, const QTransform &deviceTransform) const | QGraphicsScene | inline |
| ItemIndexMethod enum name | QGraphicsScene | |
| itemIndexMethod | QGraphicsScene | |
| itemIndexMethod() const | QGraphicsScene | |
| ItemLayer enum value | QGraphicsScene | |
| items(Qt::SortOrder order=Qt::DescendingOrder) const | QGraphicsScene | |
| items(const QPointF &pos, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape, Qt::SortOrder order=Qt::DescendingOrder, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QRectF &rect, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape, Qt::SortOrder order=Qt::DescendingOrder, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QPolygonF &polygon, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape, Qt::SortOrder order=Qt::DescendingOrder, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape, Qt::SortOrder order=Qt::DescendingOrder, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | |
| items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform=QTransform()) const | QGraphicsScene | inline |
| itemsBoundingRect() const | QGraphicsScene | |
| keyPressEvent(QKeyEvent *event) | QGraphicsScene | protectedvirtual |
| keyReleaseEvent(QKeyEvent *event) | QGraphicsScene | protectedvirtual |
| killTimer(int id) | QObject | |
| minimumRenderSize | QGraphicsScene | |
| minimumRenderSize() const | QGraphicsScene | |
| mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| mouseGrabberItem() const | QGraphicsScene | |
| mouseMoveEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| mousePressEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| mouseReleaseEvent(QGraphicsSceneMouseEvent *event) | QGraphicsScene | protectedvirtual |
| moveToThread(QThread *thread) | QObject | |
| NoIndex enum value | QGraphicsScene | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
| palette | QGraphicsScene | |
| palette() const | QGraphicsScene | |
| parent() const | QObject | inline |
| property(const char *name) const | QObject | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| QGraphicsScene(QObject *parent=nullptr) | QGraphicsScene | |
| QGraphicsScene(const QRectF &sceneRect, QObject *parent=nullptr) | QGraphicsScene | |
| QGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *parent=nullptr) | QGraphicsScene | |
| QObject(QObject *parent=nullptr) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
| qobject_cast(const QObject *object) | QObject | related |
| QObjectList | QObject | related |
| receivers(const char *signal) const | QObject | protected |
| removeEventFilter(QObject *obj) | QObject | |
| removeItem(QGraphicsItem *item) | QGraphicsScene | |
| render(QPainter *painter, const QRectF &target=QRectF(), const QRectF &source=QRectF(), Qt::AspectRatioMode aspectRatioMode=Qt::KeepAspectRatio) | QGraphicsScene | |
| SceneLayer enum name | QGraphicsScene | |
| sceneRect | QGraphicsScene | |
| sceneRect() const | QGraphicsScene | |
| sceneRectChanged(const QRectF &rect) | QGraphicsScene | signal |
| selectedItems() const | QGraphicsScene | |
| selectionArea() const | QGraphicsScene | |
| selectionChanged() | QGraphicsScene | signal |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| sendEvent(QGraphicsItem *item, QEvent *event) | QGraphicsScene | |
| setActivePanel(QGraphicsItem *item) | QGraphicsScene | |
| setActiveWindow(QGraphicsWidget *widget) | QGraphicsScene | |
| setBackgroundBrush(const QBrush &brush) | QGraphicsScene | |
| setBspTreeDepth(int depth) | QGraphicsScene | |
| setFocus(Qt::FocusReason focusReason=Qt::OtherFocusReason) | QGraphicsScene | |
| setFocusItem(QGraphicsItem *item, Qt::FocusReason focusReason=Qt::OtherFocusReason) | QGraphicsScene | |
| setFocusOnTouch(bool enabled) | QGraphicsScene | |
| setFont(const QFont &font) | QGraphicsScene | |
| setForegroundBrush(const QBrush &brush) | QGraphicsScene | |
| setItemIndexMethod(ItemIndexMethod method) | QGraphicsScene | |
| setMinimumRenderSize(qreal minSize) | QGraphicsScene | |
| setObjectName(const QString &name) | QObject | inline |
| setObjectName(QAnyStringView name) | QObject | |
| setPalette(const QPalette &palette) | QGraphicsScene | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setProperty(const char *name, QVariant &&value) | QObject | inline |
| setSceneRect(const QRectF &rect) | QGraphicsScene | |
| setSceneRect(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | inline |
| setSelectionArea(const QPainterPath &path, const QTransform &deviceTransform) | QGraphicsScene | |
| setSelectionArea(const QPainterPath &path, Qt::ItemSelectionOperation selectionOperation=Qt::ReplaceSelection, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape, const QTransform &deviceTransform=QTransform()) | QGraphicsScene | |
| setStickyFocus(bool enabled) | QGraphicsScene | |
| setStyle(QStyle *style) | QGraphicsScene | |
| signalsBlocked() const noexcept | QObject | inline |
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| stickyFocus | QGraphicsScene | |
| stickyFocus() const | QGraphicsScene | |
| style() const | QGraphicsScene | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| update(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | inline |
| update(const QRectF &rect=QRectF()) | QGraphicsScene | slot |
| views() const | QGraphicsScene | |
| wheelEvent(QGraphicsSceneWheelEvent *event) | QGraphicsScene | protectedvirtual |
| width() const | QGraphicsScene | inline |
| ~QGraphicsScene() | QGraphicsScene | virtual |
| ~QObject() | QObject | virtual |