|
Olive
|
#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) |
| 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 | ) |
1.8.15