Mercurial > hg > svgui
comparison layer/RegionLayer.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 |
---|---|
43 | 43 |
44 virtual int getVerticalScaleWidth(View *v, bool, QPainter &) const; | 44 virtual int getVerticalScaleWidth(View *v, bool, QPainter &) const; |
45 virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const; | 45 virtual void paintVerticalScale(View *v, bool, QPainter &paint, QRect rect) const; |
46 | 46 |
47 virtual QString getFeatureDescription(View *v, QPoint &) const; | 47 virtual QString getFeatureDescription(View *v, QPoint &) const; |
48 virtual QString getLabelPreceding(int) const; | 48 virtual QString getLabelPreceding(sv_frame_t) const; |
49 | 49 |
50 virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, | 50 virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, |
51 int &resolution, | 51 int &resolution, |
52 SnapType snap) const; | 52 SnapType snap) const; |
53 virtual bool snapToSimilarFeature(View *v, sv_frame_t &frame, | 53 virtual bool snapToSimilarFeature(View *v, sv_frame_t &frame, |