#include <QString>
#include <QPainter>
#include <memory>
Go to the source code of this file.
Classes | |
struct | Marker |
Macros | |
#define | MARKER_SIZE 4 |
Typedefs | |
using | SequencePtr = std::shared_ptr< Sequence > |
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) |
#define MARKER_SIZE 4 |
using SequencePtr = std::shared_ptr<Sequence> |
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 | ) |