Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Functions
timelinewidget.h File Reference
#include <QTimer>
#include <QWidget>
#include <QScrollBar>
#include <QPainter>
#include <QApplication>
#include <QDesktopWidget>
#include "timeline/sequence.h"
#include "timeline/clip.h"
#include "project/footage.h"
#include "project/media.h"
#include "undo/undo.h"
#include "timelinetools.h"

Go to the source code of this file.

Classes

struct  TimelineTrackHeight
 
class  TimelineWidget
 

Functions

bool same_sign (int a, int b)
 
void draw_waveform (ClipPtr clip, const FootageStream *ms, long media_length, QPainter *p, const QRect &clip_rect, int waveform_start, int waveform_limit, double zoom)
 

Function Documentation

void draw_waveform ( ClipPtr  clip,
const FootageStream ms,
long  media_length,
QPainter *  p,
const QRect &  clip_rect,
int  waveform_start,
int  waveform_limit,
double  zoom 
)
bool same_sign ( int  a,
int  b 
)