Mercurial > hg > svgui
comparison view/View.h @ 1481:e540aa5d89cd by-id
Update for removal of (public) getId from Model
author | Chris Cannam |
---|---|
date | Fri, 05 Jul 2019 15:34:50 +0100 |
parents | 84c4ddb38415 |
children | 3943d0720167 |
comparison
equal
deleted
inserted
replaced
1480:232262e38051 | 1481:e540aa5d89cd |
---|---|
415 void zoomLevelChanged(ZoomLevel level, bool locked); | 415 void zoomLevelChanged(ZoomLevel level, bool locked); |
416 | 416 |
417 void contextHelpChanged(const QString &); | 417 void contextHelpChanged(const QString &); |
418 | 418 |
419 public slots: | 419 public slots: |
420 virtual void modelChanged(); | 420 virtual void modelChanged(ModelId); |
421 virtual void modelChangedWithin(sv_frame_t startFrame, sv_frame_t endFrame); | 421 virtual void modelChangedWithin(ModelId, sv_frame_t startFrame, sv_frame_t endFrame); |
422 virtual void modelCompletionChanged(); | 422 virtual void modelCompletionChanged(ModelId); |
423 virtual void modelAlignmentCompletionChanged(); | 423 virtual void modelAlignmentCompletionChanged(ModelId); |
424 virtual void modelReplaced(); | 424 virtual void modelReplaced(); |
425 virtual void layerParametersChanged(); | 425 virtual void layerParametersChanged(); |
426 virtual void layerParameterRangesChanged(); | 426 virtual void layerParameterRangesChanged(); |
427 virtual void layerMeasurementRectsChanged(); | 427 virtual void layerMeasurementRectsChanged(); |
428 virtual void layerNameChanged(); | 428 virtual void layerNameChanged(); |
502 | 502 |
503 bool setCentreFrame(sv_frame_t f, bool doEmit); | 503 bool setCentreFrame(sv_frame_t f, bool doEmit); |
504 | 504 |
505 void movePlayPointer(sv_frame_t f); | 505 void movePlayPointer(sv_frame_t f); |
506 | 506 |
507 void checkProgress(void *object); | 507 void checkProgress(ModelId); |
508 int getProgressBarWidth() const; // if visible | 508 int getProgressBarWidth() const; // if visible |
509 | 509 |
510 int effectiveDevicePixelRatio() const; | 510 int effectiveDevicePixelRatio() const; |
511 | 511 |
512 sv_frame_t m_centreFrame; | 512 sv_frame_t m_centreFrame; |