blockview updatet

git-svn-id: svn://db.shs.com.ru/libs@9 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
2015-04-30 10:46:30 +00:00
parent 49ea507675
commit 56d64571d6
4 changed files with 76 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ public:
QList<QGraphicsItem * > decors() const;
BlockBusItem * connectionBus(BlockItem * b0, BlockItem * b1) const;
QList<BlockBusItem * > connectionBuses(BlockItem * b0, BlockItem * b1) const;
bool connectPins(BlockItemPin * p0, BlockItemPin * p1);
protected:
void _init();