Mercurial > hg > svcore
diff base/ViewManagerBase.h @ 1043:fe39581d249b cxx11
More type-size adjustments
author | Chris Cannam |
---|---|
date | Wed, 04 Mar 2015 19:08:21 +0000 |
parents | 6a94bb528e9d |
children | 8541563f1fd3 |
line wrap: on
line diff
--- a/base/ViewManagerBase.h Wed Mar 04 13:52:48 2015 +0000 +++ b/base/ViewManagerBase.h Wed Mar 04 19:08:21 2015 +0000 @@ -37,15 +37,15 @@ virtual void setAudioPlaySource(AudioPlaySource *source) = 0; - virtual int alignPlaybackFrameToReference(int) const = 0; - virtual int alignReferenceToPlaybackFrame(int) const = 0; + virtual sv_frame_t alignPlaybackFrameToReference(sv_frame_t) const = 0; + virtual sv_frame_t alignReferenceToPlaybackFrame(sv_frame_t) const = 0; virtual const MultiSelection &getSelection() const = 0; virtual const MultiSelection::SelectionList &getSelections() const = 0; - virtual int constrainFrameToSelection(int frame) const = 0; + virtual sv_frame_t constrainFrameToSelection(sv_frame_t frame) const = 0; virtual Selection getContainingSelection - (int frame, bool defaultToFollowing) const = 0; + (sv_frame_t frame, bool defaultToFollowing) const = 0; virtual bool getPlayLoopMode() const = 0; virtual bool getPlaySelectionMode() const = 0;