Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
keyframedrawing.h File Reference
#include <QPainter>

Go to the source code of this file.

Macros

#define KEYFRAME_SIZE   6
 
#define KEYFRAME_COLOR   160
 

Functions

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)
 
long adjust_row_keyframe (EffectRow *row, long time, long visible_in)
 

Macro Definition Documentation

#define KEYFRAME_COLOR   160
#define KEYFRAME_SIZE   6

Function Documentation

long adjust_row_keyframe ( EffectRow row,
long  time,
long  visible_in 
)
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 
)