Mercurial > hg > svgui
comparison layer/TimeInstantLayer.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 |
---|---|
33 TimeInstantLayer(); | 33 TimeInstantLayer(); |
34 virtual ~TimeInstantLayer(); | 34 virtual ~TimeInstantLayer(); |
35 | 35 |
36 virtual void paint(View *v, QPainter &paint, QRect rect) const; | 36 virtual void paint(View *v, QPainter &paint, QRect rect) const; |
37 | 37 |
38 virtual QString getLabelPreceding(int) const; | 38 virtual QString getLabelPreceding(sv_frame_t) const; |
39 virtual QString getFeatureDescription(View *v, QPoint &) const; | 39 virtual QString getFeatureDescription(View *v, QPoint &) const; |
40 | 40 |
41 virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, | 41 virtual bool snapToFeatureFrame(View *v, sv_frame_t &frame, |
42 int &resolution, | 42 int &resolution, |
43 SnapType snap) const; | 43 SnapType snap) const; |