waveformview: show in/out points in waveformview

Moved drawing routines to the base class that is used by both TimeRuler
and WaveformView
This commit is contained in:
itsmattkc
2020-03-15 18:21:14 +11:00
parent a6fb0c7e2b
commit 50061e4e55
10 changed files with 146 additions and 97 deletions
-6
View File
@@ -50,18 +50,12 @@ protected:
private:
void UpdateHeight();
void DrawPlayhead(QPainter* p, int x, int y);
int CacheStatusHeight() const;
int text_height_;
int cache_status_height_;
int minimum_gap_between_lines_;
int playhead_width_;
bool text_visible_;
bool centered_text_;