#include "marker.h"
#include "global/config.h"
#include "undo/undo.h"
#include "undo/undostack.h"
#include "ui/mainwindow.h"
#include "timeline/sequence.h"
#include "timeline/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 (Sequence *seq, const QVector< int > &clips) |
void | set_marker_internal (Sequence *seq) |
void draw_marker | ( | QPainter & | p, |
int | x, | ||
int | y, | ||
int | bottom, | ||
bool | selected | ||
) |
void set_marker_internal | ( | Sequence * | seq, |
const QVector< int > & | clips | ||
) |
void set_marker_internal | ( | Sequence * | seq | ) |