Mercurial > hg > svgui
comparison layer/TimeValueLayer.h @ 909:251dd0abc7b7 cxx11
More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 17:23:45 +0000 |
parents | b66fb15de477 |
children | 94e4952a6774 |
comparison
equal
deleted
inserted
replaced
908:4a578a360011 | 909:251dd0abc7b7 |
---|---|
41 | 41 |
42 virtual int getVerticalScaleWidth(View *v, bool, QPainter &) const; | 42 virtual int getVerticalScaleWidth(View *v, bool, QPainter &) const; |
43 virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const; | 43 virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const; |
44 | 44 |
45 virtual QString getFeatureDescription(View *v, QPoint &) const; | 45 virtual QString getFeatureDescription(View *v, QPoint &) const; |
46 virtual QString getLabelPreceding(int) const; | 46 virtual QString getLabelPreceding(sv_frame_t) const; |
47 | 47 |
48 virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, | 48 virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, |
49 int &resolution, | 49 int &resolution, |
50 SnapType snap) const; | 50 SnapType snap) const; |
51 virtual bool snapToSimilarFeature(View *v, sv_frame_t &frame, | 51 virtual bool snapToSimilarFeature(View *v, sv_frame_t &frame, |