comparison view/Pane.h @ 1354:40b9a495a0e0

Use zoom constraints more consistently, including the new RelativelyFine one
author Chris Cannam
date Wed, 10 Oct 2018 14:33:10 +0100
parents 97c68bffbda6
children 84c4ddb38415
comparison
equal deleted inserted replaced
1353:86429ff00f05 1354:40b9a495a0e0
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _PANE_H_ 16 #ifndef SV_PANE_H
17 #define _PANE_H_ 17 #define SV_PANE_H
18 18
19 #include <QFrame> 19 #include <QFrame>
20 #include <QPoint> 20 #include <QPoint>
21 21
22 #include "base/ZoomConstraint.h" 22 #include "base/ZoomConstraint.h"
210 210
211 bool m_mouseInWidget; 211 bool m_mouseInWidget;
212 212
213 bool m_playbackFrameMoveScheduled; 213 bool m_playbackFrameMoveScheduled;
214 sv_frame_t m_playbackFrameMoveTo; 214 sv_frame_t m_playbackFrameMoveTo;
215 215
216 static QCursor *m_measureCursor1; 216 static QCursor *m_measureCursor1;
217 static QCursor *m_measureCursor2; 217 static QCursor *m_measureCursor2;
218 }; 218 };
219 219
220 #endif 220 #endif