pinsOnSide

This commit is contained in:
2023-04-11 22:12:42 +03:00
parent 893049550b
commit dc91237545
2 changed files with 6 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ public:
void clearPins();
void clearDecors();
QVector<BlockItemPin *> pins() const;
QVector<BlockItemPin *> pinsOnSide(Qt::Alignment al) const;
QList<QGraphicsItem *> decors() const { return decors_; }
QList<BlockBusItem *> connectedBuses() const;
BlockItemPin * pinByText(const QString & t) const;