Mercurial > hg > svgui
comparison layer/TimeRulerLayer.h @ 1341:ab2cafd3a7cb zoom
Fixes for TimeRuler spacing and for the boundaries of the WaveformLayer paint area
author | Chris Cannam |
---|---|
date | Thu, 27 Sep 2018 15:20:25 +0100 |
parents | e3c7da3d896e |
children | 4c28e3302045 |
comparison
equal
deleted
inserted
replaced
1340:fc3c9971a43a | 1341:ab2cafd3a7cb |
---|---|
66 Model *m_model; | 66 Model *m_model; |
67 LabelHeight m_labelHeight; | 67 LabelHeight m_labelHeight; |
68 | 68 |
69 virtual int getDefaultColourHint(bool dark, bool &impose); | 69 virtual int getDefaultColourHint(bool dark, bool &impose); |
70 | 70 |
71 int getMajorTickSpacing(LayerGeometryProvider *, bool &quarterTicks) const; | 71 int getMajorTickUSec(LayerGeometryProvider *, bool &quarterTicks) const; |
72 int getXForUSec(LayerGeometryProvider *, double usec) const; | |
72 }; | 73 }; |
73 | 74 |
74 #endif | 75 #endif |