comparison view/View.h @ 867:99373ca20caf alignment_view

First sketch at alignment view (between panes in stack)
author Chris Cannam
date Fri, 17 Oct 2014 14:58:51 +0100
parents 532302d04571
children 36cddc3de023
comparison
equal deleted inserted replaced
866:d854c72dcaa1 867:99373ca20caf
336 336
337 void centreFrameChanged(int frame, 337 void centreFrameChanged(int frame,
338 bool globalScroll, 338 bool globalScroll,
339 PlaybackFollowMode followMode); 339 PlaybackFollowMode followMode);
340 340
341 void zoomLevelChanged(int, bool); 341 void zoomLevelChanged(int level, bool locked);
342 342
343 void contextHelpChanged(const QString &); 343 void contextHelpChanged(const QString &);
344 344
345 public slots: 345 public slots:
346 virtual void modelChanged(); 346 virtual void modelChanged();
403 void movePlayPointer(int f); 403 void movePlayPointer(int f);
404 404
405 void checkProgress(void *object); 405 void checkProgress(void *object);
406 int getProgressBarWidth() const; // if visible 406 int getProgressBarWidth() const; // if visible
407 407
408 int m_centreFrame; 408 int m_centreFrame;
409 int m_zoomLevel; 409 int m_zoomLevel;
410 bool m_followPan; 410 bool m_followPan;
411 bool m_followZoom; 411 bool m_followZoom;
412 PlaybackFollowMode m_followPlay; 412 PlaybackFollowMode m_followPlay;
413 bool m_followPlayIsDetached; 413 bool m_followPlayIsDetached;