diff panner.h @ 113:5fc7b4fc77a8

* Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner
author Chris Cannam
date Fri, 26 Nov 2010 21:04:40 +0000
parents f583e44d9d31
children 16ceeee30e2a
line wrap: on
line diff
--- a/panner.h	Fri Nov 26 17:02:55 2010 +0000
+++ b/panner.h	Fri Nov 26 21:04:40 2010 +0000
@@ -51,6 +51,8 @@
 
     void moveTo(QPoint);
 
+    void fit(QRectF);
+
     virtual void paintEvent(QPaintEvent *);
     virtual void mousePressEvent(QMouseEvent *e);
     virtual void mouseMoveEvent(QMouseEvent *e);