Olive
ui
keyframedrawing.h
1
#ifndef KEYFRAMEDRAWING_H
2
#define KEYFRAMEDRAWING_H
3
4
#include <QPainter>
5
6
#define KEYFRAME_SIZE 6
7
#define KEYFRAME_COLOR 160
8
9
class
EffectRow
;
10
11
void
draw_keyframe(QPainter &p,
int
type,
int
x,
int
y,
bool
darker,
int
r = KEYFRAME_COLOR,
int
g = KEYFRAME_COLOR,
int
b = KEYFRAME_COLOR);
12
long
adjust_row_keyframe(
EffectRow
* row,
long
time,
long
visible_in);
13
14
#endif // KEYFRAMEDRAWING_H
EffectRow
Definition:
effectrow.h:17
Generated by
1.8.15