comparison view/View.h @ 789:9fd1bdf214dd tonioni

Play pointer: when user drags pane during playback such that the pointer is no longer visible, accept that and stop trying to track it until pointer naturally comes back within visible area
author Chris Cannam
date Thu, 12 Jun 2014 12:48:11 +0100
parents 56ba2b03508e
children edada332c374
comparison
equal deleted inserted replaced
788:cf1e8a1abb7b 789:9fd1bdf214dd
350 size_t m_centreFrame; 350 size_t m_centreFrame;
351 int m_zoomLevel; 351 int m_zoomLevel;
352 bool m_followPan; 352 bool m_followPan;
353 bool m_followZoom; 353 bool m_followZoom;
354 PlaybackFollowMode m_followPlay; 354 PlaybackFollowMode m_followPlay;
355 bool m_followPlayIsDetached;
355 size_t m_playPointerFrame; 356 size_t m_playPointerFrame;
356 bool m_lightBackground; 357 bool m_lightBackground;
357 bool m_showProgress; 358 bool m_showProgress;
358 359
359 QPixmap *m_cache; 360 QPixmap *m_cache;