10#ifndef TIMELINE_DELEGATE_H
11#define TIMELINE_DELEGATE_H
33#include <QStyledItemDelegate>
75 void setDataRole(
int role);
85 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
86 const QModelIndex &index)
const;
Item delegate that paints a horizontal timeline bar inside a table or tree cell, using timeline_span ...
Definition timeline_delegate.h:63
Describes a single time-span bar to be rendered inside a timeline cell, with pixel geometry and norma...
Definition timeline_delegate.h:42
double minRelTime
Definition timeline_delegate.h:48
int width
Definition timeline_delegate.h:44
double startTime
Definition timeline_delegate.h:46
int colDuration
Definition timeline_delegate.h:52
int start
Definition timeline_delegate.h:43
int colStart
Definition timeline_delegate.h:51
double maxRelTime
Definition timeline_delegate.h:49
double stopTime
Definition timeline_delegate.h:47