Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
marker.h File Reference
#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)
 

Macro Definition Documentation

#define MARKER_SIZE   4

Typedef Documentation

using SequencePtr = std::shared_ptr<Sequence>

Function Documentation

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)