![]() |
HAL
|
This is the complete list of members for hal::GraphicsScene, including all inherited members.
activePanel() const const | QGraphicsScene | |
activeWindow() const const | QGraphicsScene | |
addEllipse(const QRectF &rect, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addEllipse(qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addGraphItem(GraphicsItem *item) | hal::GraphicsScene | |
addItem(QGraphicsItem *item) | QGraphicsScene | |
addLine(const QLineF &line, const QPen &pen) | QGraphicsScene | |
addLine(qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen) | QGraphicsScene | |
addPath(const QPainterPath &path, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addPixmap(const QPixmap &pixmap) | QGraphicsScene | |
addPolygon(const QPolygonF &polygon, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addRect(const QRectF &rect, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addRect(qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) | QGraphicsScene | |
addSimpleText(const QString &text, const QFont &font) | QGraphicsScene | |
addText(const QString &text, const QFont &font) | QGraphicsScene | |
addWidget(QWidget *widget, Qt::WindowFlags wFlags) | QGraphicsScene | |
advance() | QGraphicsScene | |
AllLayers | QGraphicsScene | |
backgroundBrush | QGraphicsScene | |
backgroundBrush() const const | QGraphicsScene | |
BackgroundLayer | QGraphicsScene | |
blockSignals(bool block) | QObject | |
bspTreeDepth | QGraphicsScene | |
bspTreeDepth() const const | QGraphicsScene | |
BspTreeIndex | QGraphicsScene | |
changed(const QList< QRectF > ®ion) | QGraphicsScene | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
clearFocus() | QGraphicsScene | |
clearSelection() | QGraphicsScene | |
collidingItems(const QGraphicsItem *item, Qt::ItemSelectionMode mode) const const | QGraphicsScene | |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connectAll() | hal::GraphicsScene | |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
contextMenuEvent(QGraphicsSceneContextMenuEvent *contextMenuEvent) | QGraphicsScene | protectedvirtual |
createItemGroup(const QList< QGraphicsItem * > &items) | QGraphicsScene | |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteAllItems() | hal::GraphicsScene | |
deleteLater() | QObject | |
destroyed(QObject *obj) | QObject | |
destroyItemGroup(QGraphicsItemGroup *group) | QGraphicsScene | |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnectAll() | hal::GraphicsScene | |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
Dots enum value | hal::GraphicsScene | |
dragEnterEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragLeaveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dragMoveEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
drawForeground(QPainter *painter, const QRectF &rect) | QGraphicsScene | protectedvirtual |
drawItems(QPainter *painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem[] options, QWidget *widget) | QGraphicsScene | protectedvirtual |
dropEvent(QGraphicsSceneDragDropEvent *event) | QGraphicsScene | protectedvirtual |
dropTarget() | hal::GraphicsScene | |
dumpObjectInfo() | QObject | |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
event(QEvent *event) override | QGraphicsScene | protectedvirtual |
eventFilter(QObject *watched, QEvent *event) override | QGraphicsScene | protectedvirtual |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
focusInEvent(QFocusEvent *focusEvent) | QGraphicsScene | protectedvirtual |
focusItem() const const | QGraphicsScene | |
focusItemChanged(QGraphicsItem *newFocusItem, QGraphicsItem *oldFocusItem, Qt::FocusReason reason) | QGraphicsScene | |
focusNextPrevChild(bool next) | QGraphicsScene | protected |
focusOnTouch | QGraphicsScene | |
focusOnTouch() const const | QGraphicsScene | |
focusOutEvent(QFocusEvent *focusEvent) | QGraphicsScene | protectedvirtual |
font | QGraphicsScene | |
font() const const | QGraphicsScene | |
foregroundBrush | QGraphicsScene | |
foregroundBrush() const const | QGraphicsScene | |
ForegroundLayer | QGraphicsScene | |
getGateItem(const u32 id) const | hal::GraphicsScene | |
getModuleItem(const u32 id) const | hal::GraphicsScene | |
getNetItem(const u32 id) const | hal::GraphicsScene | |
GraphicsScene(QObject *parent=nullptr) | hal::GraphicsScene | |
GridType enum name | hal::GraphicsScene | |
handleExternSelectionChanged(void *sender) | hal::GraphicsScene | slot |
handleExternSubfocusChanged(void *sender) | hal::GraphicsScene | slot |
handleGroupingAssignGate(Grouping *grp, u32 id) | hal::GraphicsScene | slot |
handleGroupingAssignModule(Grouping *grp, u32 id) | hal::GraphicsScene | slot |
handleGroupingAssignNet(Grouping *grp, u32 id) | hal::GraphicsScene | slot |
handleGroupingColorChanged(Grouping *grp) | hal::GraphicsScene | slot |
handleHighlight(const QVector< const ModuleItem * > &highlightItems) | hal::GraphicsScene | slot |
handleInternSelectionChanged() | hal::GraphicsScene | slot |
hasFocus() const const | QGraphicsScene | |
height() const const | QGraphicsScene | |
helpEvent(QGraphicsSceneHelpEvent *helpEvent) | QGraphicsScene | protectedvirtual |
inherits(const char *className) const const | QObject | |
inputMethodEvent(QInputMethodEvent *event) | QGraphicsScene | protectedvirtual |
inputMethodQuery(Qt::InputMethodQuery query) const const | QGraphicsScene | virtual |
installEventFilter(QObject *filterObj) | QObject | |
invalidate(qreal x, qreal y, qreal w, qreal h, QGraphicsScene::SceneLayers layers) | QGraphicsScene | |
invalidate(const QRectF &rect, QGraphicsScene::SceneLayers layers) | QGraphicsScene | |
isActive() const const | QGraphicsScene | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isSortCacheEnabled() const const | QGraphicsScene | |
isWidgetType() const const | QObject | |
isWindowType() const const | QObject | |
itemAt(const QPointF &position) const const | QGraphicsScene | |
itemAt(const QPointF &position, const QTransform &deviceTransform) const const | QGraphicsScene | |
itemAt(qreal x, qreal y) const const | QGraphicsScene | |
itemAt(qreal x, qreal y, const QTransform &deviceTransform) const const | QGraphicsScene | |
itemIndexMethod | QGraphicsScene | |
itemIndexMethod() const const | QGraphicsScene | |
ItemIndexMethod enum name | QGraphicsScene | |
ItemLayer | QGraphicsScene | |
items(Qt::SortOrder order) const const | QGraphicsScene | |
items(const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const | QGraphicsScene | |
items(const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const | QGraphicsScene | |
items(const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const | QGraphicsScene | |
items(const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const | QGraphicsScene | |
items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode) const const | QGraphicsScene | |
items(qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const | QGraphicsScene | |
itemsBoundingRect() const const | QGraphicsScene | |
keyPressEvent(QKeyEvent *keyEvent) | QGraphicsScene | protectedvirtual |
keyReleaseEvent(QKeyEvent *keyEvent) | QGraphicsScene | protectedvirtual |
killTimer(int id) | QObject | |
Lines enum value | hal::GraphicsScene | |
metaObject() const const | QObject | virtual |
minimumRenderSize | QGraphicsScene | |
minimumRenderSize() const const | QGraphicsScene | |
mouseDoubleClickEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
mouseGrabberItem() const const | QGraphicsScene | |
mouseMoveEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
mousePressEvent(QGraphicsSceneMouseEvent *event) override | hal::GraphicsScene | protectedvirtual |
mouseReleaseEvent(QGraphicsSceneMouseEvent *mouseEvent) | QGraphicsScene | protectedvirtual |
moveNetsToBackground() | hal::GraphicsScene | |
moveToThread(QThread *targetThread) | QObject | |
NoIndex | QGraphicsScene | |
None enum value | hal::GraphicsScene | |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
palette | QGraphicsScene | |
palette() const const | QGraphicsScene | |
parent() const const | QObject | |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_DISABLE_COPY(Class) | QObject | |
Q_DISABLE_COPY_MOVE(Class) | QObject | |
Q_DISABLE_MOVE(Class) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(GridType) | hal::GraphicsScene | |
QGraphicsScene::Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
qFindChild(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QString &name) | QObject | |
qFindChildren(const QObject *obj, const QRegExp ®Exp) | QObject | |
QGraphicsScene(QObject *parent) | QGraphicsScene | |
QGraphicsScene(const QRectF &sceneRect, QObject *parent) | QGraphicsScene | |
QGraphicsScene(qreal x, qreal y, qreal width, qreal height, QObject *parent) | QGraphicsScene | |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList | QObject | |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
receivers(const char *signal) const const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
removeGraphItem(GraphicsItem *item) | hal::GraphicsScene | |
removeItem(QGraphicsItem *item) | QGraphicsScene | |
render(QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode) | QGraphicsScene | |
SceneLayer enum name | QGraphicsScene | |
SceneLayers | QGraphicsScene | |
sceneRect | QGraphicsScene | |
sceneRect() const const | QGraphicsScene | |
sceneRectChanged(const QRectF &rect) | QGraphicsScene | |
selectedItems() const const | QGraphicsScene | |
selectionArea() const const | QGraphicsScene | |
selectionChanged() | QGraphicsScene | |
sender() const const | QObject | protected |
senderSignalIndex() const 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 | |
setDragController(DragController *dc) | hal::GraphicsScene | slot |
setFocus(Qt::FocusReason focusReason) | QGraphicsScene | |
setFocusItem(QGraphicsItem *item, Qt::FocusReason focusReason) | QGraphicsScene | |
setFocusOnTouch(bool enabled) | QGraphicsScene | |
setFont(const QFont &font) | QGraphicsScene | |
setForegroundBrush(const QBrush &brush) | QGraphicsScene | |
setGridClustersEnabled(const bool &value) | hal::GraphicsScene | static |
setGridEnabled(const bool &value) | hal::GraphicsScene | static |
setGridType(const GridType &gridType) | hal::GraphicsScene | static |
setItemIndexMethod(QGraphicsScene::ItemIndexMethod method) | QGraphicsScene | |
setLod(const qreal &lod) | hal::GraphicsScene | static |
setMinimumRenderSize(qreal minSize) | QGraphicsScene | |
setMousePressed(bool isPressed) | hal::GraphicsScene | |
setObjectName(const QString &name) | QObject | |
setPalette(const QPalette &palette) | QGraphicsScene | |
setParent(QObject *parent) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setSceneRect(const QRectF &rect) | QGraphicsScene | |
setSceneRect(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path, const QTransform &deviceTransform) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) | QGraphicsScene | |
setSelectionArea(const QPainterPath &path, Qt::ItemSelectionOperation selectionOperation, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) | QGraphicsScene | |
setSortCacheEnabled(bool enabled) | QGraphicsScene | |
setStickyFocus(bool enabled) | QGraphicsScene | |
setStyle(QStyle *style) | QGraphicsScene | |
signalsBlocked() const const | QObject | |
snapToGrid(const QPointF &pos) Q_DECL_DEPRECATED | hal::GraphicsScene | static |
sortCacheEnabled | QGraphicsScene | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType) | QObject | |
stickyFocus | QGraphicsScene | |
stickyFocus() const const | QGraphicsScene | |
style() const const | QGraphicsScene | |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
update(qreal x, qreal y, qreal w, qreal h) | QGraphicsScene | |
update(const QRectF &rect) | QGraphicsScene | |
updateAllItems() | hal::GraphicsScene | slot |
updateVisuals(const GraphShader::Shading &s) | hal::GraphicsScene | |
views() const const | QGraphicsScene | |
wheelEvent(QGraphicsSceneWheelEvent *wheelEvent) | QGraphicsScene | protectedvirtual |
width() const const | QGraphicsScene | |
~GraphicsScene() | hal::GraphicsScene | |
~QGraphicsScene() | QGraphicsScene | virtual |
~QObject() | QObject | virtual |