10#ifndef RELATED_PACKET_DELEGATE_H
11#define RELATED_PACKET_DELEGATE_H
18#include <QStyledItemDelegate>
77 const QModelIndex &index)
const;
85 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
86 const QModelIndex &index)
const;
94 QSize
sizeHint(
const QStyleOptionViewItem &option,
95 const QModelIndex &index)
const;
98 QHash<int, ft_framenum_type_t> related_frames_;
100 uint32_t current_frame_;
109 void drawArrow(QPainter *painter,
const QPoint tail,
const QPoint head,
int head_size)
const;
118 void drawChevrons(QPainter *painter,
const QPoint tail,
const QPoint head,
int head_size)
const;
125 void drawCheckMark(QPainter *painter,
const QRect bbox)
const;
enum ft_framenum_type ft_framenum_type_t
Convenience typedef for ft_framenum_type.
Definition ftypes.h:208
@ FT_FRAMENUM_NONE
Definition ftypes.h:197
Definition conversation.h:229