git-svn-id: svn://db.shs.com.ru/libs@301 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -78,6 +78,10 @@ public:
|
||||
void centerOn(qreal x, qreal y);
|
||||
void centerOn(const QGraphicsItem * item);
|
||||
|
||||
void fitInView(const QRectF & rect, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio);
|
||||
void fitInView(qreal x, qreal y, qreal w, qreal h, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio);
|
||||
void fitInView(const QGraphicsItem * item, Qt::AspectRatioMode aspectRatioMode = Qt::IgnoreAspectRatio);
|
||||
|
||||
protected:
|
||||
void _init();
|
||||
void _updateBack();
|
||||
|
||||
Reference in New Issue
Block a user