addItem(QGraphicsItem &item) noexcept | GraphicsScene | |
addNetLabel(SI_NetLabel &netLabel) noexcept | SchematicGraphicsScene | private |
addNetLine(SI_NetLine &netLine) noexcept | SchematicGraphicsScene | private |
addNetPoint(SI_NetPoint &netPoint) noexcept | SchematicGraphicsScene | private |
addNetPointsAndNetLines(const QList< SI_NetPoint * > &netPoints, const QList< SI_NetLine * > &netLines) noexcept | SchematicGraphicsScene | private |
addNetSegment(SI_NetSegment &netSegment) noexcept | SchematicGraphicsScene | private |
addPolygon(SI_Polygon &polygon) noexcept | SchematicGraphicsScene | private |
addSymbol(SI_Symbol &symbol) noexcept | SchematicGraphicsScene | private |
addSymbolPin(SI_SymbolPin &pin, std::weak_ptr< SGI_Symbol > symbol) noexcept | SchematicGraphicsScene | private |
addText(SI_Text &text) noexcept | SchematicGraphicsScene | private |
clearSelection() noexcept | SchematicGraphicsScene | |
clearSelectionRect() noexcept | GraphicsScene | |
getNetLabels() noexcept | SchematicGraphicsScene | inline |
getNetLines() noexcept | SchematicGraphicsScene | inline |
getNetPoints() noexcept | SchematicGraphicsScene | inline |
getPolygons() noexcept | SchematicGraphicsScene | inline |
getSchematic() noexcept | SchematicGraphicsScene | inline |
getSymbolPins() noexcept | SchematicGraphicsScene | inline |
getSymbols() noexcept | SchematicGraphicsScene | inline |
getTexts() noexcept | SchematicGraphicsScene | inline |
GraphicsScene(QObject *parent=nullptr) noexcept | GraphicsScene | explicit |
mHighlightedNetSignals | SchematicGraphicsScene | private |
mLayerProvider | SchematicGraphicsScene | private |
mNetLabels | SchematicGraphicsScene | private |
mNetLines | SchematicGraphicsScene | private |
mNetPoints | SchematicGraphicsScene | private |
mPolygons | SchematicGraphicsScene | private |
mSchematic | SchematicGraphicsScene | private |
mSelectionRectItem | GraphicsScene | private |
mSymbolPins | SchematicGraphicsScene | private |
mSymbols | SchematicGraphicsScene | private |
mTexts | SchematicGraphicsScene | private |
operator=(const SchematicGraphicsScene &rhs)=delete | SchematicGraphicsScene | |
removeItem(QGraphicsItem &item) noexcept | GraphicsScene | |
removeNetLabel(SI_NetLabel &netLabel) noexcept | SchematicGraphicsScene | private |
removeNetLine(SI_NetLine &netLine) noexcept | SchematicGraphicsScene | private |
removeNetPoint(SI_NetPoint &netPoint) noexcept | SchematicGraphicsScene | private |
removeNetPointsAndNetLines(const QList< SI_NetPoint * > &netPoints, const QList< SI_NetLine * > &netLines) noexcept | SchematicGraphicsScene | private |
removeNetSegment(SI_NetSegment &netSegment) noexcept | SchematicGraphicsScene | private |
removePolygon(SI_Polygon &polygon) noexcept | SchematicGraphicsScene | private |
removeSymbol(SI_Symbol &symbol) noexcept | SchematicGraphicsScene | private |
removeSymbolPin(SI_SymbolPin &pin) noexcept | SchematicGraphicsScene | private |
removeText(SI_Text &text) noexcept | SchematicGraphicsScene | private |
SchematicGraphicsScene()=delete | SchematicGraphicsScene | |
SchematicGraphicsScene(const SchematicGraphicsScene &other)=delete | SchematicGraphicsScene | |
SchematicGraphicsScene(Schematic &schematic, const IF_GraphicsLayerProvider &lp, std::shared_ptr< const QSet< const NetSignal * > > highlightedNetSignals, QObject *parent=nullptr) noexcept | SchematicGraphicsScene | explicit |
selectAll() noexcept | SchematicGraphicsScene | |
selectItemsInRect(const Point &p1, const Point &p2) noexcept | SchematicGraphicsScene | |
setSelectionRect(const Point &p1, const Point &p2) noexcept | GraphicsScene | |
setSelectionRectColors(const QColor &line, const QColor &fill) noexcept | GraphicsScene | |
toPixmap(int dpi, const QColor &background=Qt::transparent) noexcept | GraphicsScene | |
toPixmap(const QSize &size, const QColor &background=Qt::transparent) noexcept | GraphicsScene | |
updateHighlightedNetSignals() noexcept | SchematicGraphicsScene | |
ZValue enum name | SchematicGraphicsScene | |
ZValue_Default enum value | SchematicGraphicsScene | |
ZValue_HiddenNetPoints enum value | SchematicGraphicsScene | |
ZValue_NetLabels enum value | SchematicGraphicsScene | |
ZValue_NetLines enum value | SchematicGraphicsScene | |
ZValue_Polygons enum value | SchematicGraphicsScene | |
ZValue_SymbolPins enum value | SchematicGraphicsScene | |
ZValue_Symbols enum value | SchematicGraphicsScene | |
ZValue_TextAnchors enum value | SchematicGraphicsScene | |
ZValue_Texts enum value | SchematicGraphicsScene | |
ZValue_VisibleNetPoints enum value | SchematicGraphicsScene | |
~GraphicsScene() noexcept | GraphicsScene | virtual |
~SchematicGraphicsScene() noexcept | SchematicGraphicsScene | virtual |