Olive
Functions
marker.cpp File Reference
#include "marker.h"
#include "io/config.h"
#include "project/undo.h"
#include "mainwindow.h"
#include "project/sequence.h"
#include "project/clip.h"
#include "panels/panels.h"
#include "panels/viewer.h"
#include <QInputDialog>
#include <QCoreApplication>

Functions

void draw_marker (QPainter &p, int x, int y, int bottom, bool selected)
 
void set_marker_internal (SequencePtr seq, const QVector< int > &clips)
 
void set_marker_internal (SequencePtr seq)
 

Function Documentation

◆ draw_marker()

void draw_marker ( QPainter &  p,
int  x,
int  y,
int  bottom,
bool  selected 
)

◆ set_marker_internal() [1/2]

void set_marker_internal ( SequencePtr  seq,
const QVector< int > &  clips 
)

◆ set_marker_internal() [2/2]

void set_marker_internal ( SequencePtr  seq)