git-svn-id: svn://db.shs.com.ru/libs@300 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -73,6 +73,11 @@ public:
|
||||
QList<BlockBusItem * > connectionBuses(BlockItem * b0, BlockItem * b1) const;
|
||||
bool connectPins(BlockItemPin * p0, BlockItemPin * p1);
|
||||
|
||||
void setTransform(const QTransform & matrix, bool combine = false);
|
||||
void centerOn(const QPointF & pos);
|
||||
void centerOn(qreal x, qreal y);
|
||||
void centerOn(const QGraphicsItem * item);
|
||||
|
||||
protected:
|
||||
void _init();
|
||||
void _updateBack();
|
||||
|
||||
Reference in New Issue
Block a user