Mercurial > hg > svcore
diff base/Clipboard.h @ 874:862fe7b20df7 tony_integration
Merge from tonioni branch
author | Chris Cannam |
---|---|
date | Tue, 28 Jan 2014 15:01:54 +0000 |
parents | afeb580b1b57 |
children | 6a94bb528e9d |
line wrap: on
line diff
--- a/base/Clipboard.h Wed Dec 11 21:40:27 2013 +0000 +++ b/base/Clipboard.h Tue Jan 28 15:01:54 2014 +0000 @@ -34,18 +34,23 @@ bool haveFrame() const; long getFrame() const; + Point withFrame(long frame) const; bool haveValue() const; float getValue() const; + Point withValue(float value) const; bool haveDuration() const; size_t getDuration() const; + Point withDuration(size_t duration) const; bool haveLabel() const; QString getLabel() const; + Point withLabel(QString label) const; bool haveLevel() const; float getLevel() const; + Point withLevel(float level) const; bool haveReferenceFrame() const; bool referenceFrameDiffers() const; // from point frame