comparison view/Pane.h @ 259:2d891e02c5ce

* some beginnings of what will be measurement tool functionality
author Chris Cannam
date Wed, 13 Jun 2007 13:44:19 +0000
parents 387f2f6fc333
children 11021509c4eb
comparison
equal deleted inserted replaced
258:6732a5b8a2c4 259:2d891e02c5ce
108 108
109 void dragTopLayer(QMouseEvent *e); 109 void dragTopLayer(QMouseEvent *e);
110 void dragExtendSelection(QMouseEvent *e); 110 void dragExtendSelection(QMouseEvent *e);
111 void zoomToRegion(int x0, int y0, int x1, int y1); 111 void zoomToRegion(int x0, int y0, int x1, int y1);
112 void updateContextHelp(const QPoint *pos); 112 void updateContextHelp(const QPoint *pos);
113 void edgeScrollMaybe(int x);
113 114
114 bool m_identifyFeatures; 115 bool m_identifyFeatures;
115 QPoint m_identifyPoint; 116 QPoint m_identifyPoint;
116 QPoint m_clickPos; 117 QPoint m_clickPos;
117 QPoint m_mousePos; 118 QPoint m_mousePos;