merged timeline and viewer nodes together

This commit is contained in:
itsmattkc
2020-01-03 03:26:00 +11:00
parent f13f5b5fdb
commit df837efbc6
22 changed files with 198 additions and 381 deletions
+2 -9
View File
@@ -64,17 +64,10 @@ signals:
void TimeChanged(int64_t);
private:
enum Component {
kNone,
kDay,
kHour,
kMinute,
kSecond,
kFrame
};
void DrawPlayhead(QPainter* p, int x, int y);
int CacheStatusHeight() const;
double ScreenToUnitFloat(int screen);
int64_t ScreenToUnit(int screen);