27 #ifndef COLOR_DELEGATE_HPP
28 #define COLOR_DELEGATE_HPP
32 #include <QStyledItemDelegate>
43 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
44 const QModelIndex &index)
const;
46 QWidget *createEditor(QWidget *parent,
const QStyleOptionViewItem &option,
47 const QModelIndex &index)
const;
49 void setEditorData(QWidget *editor,
const QModelIndex &index)
const;
51 void setModelData(QWidget *editor, QAbstractItemModel *model,
52 const QModelIndex &index)
const;
54 QSize sizeHint(
const QStyleOptionViewItem &option,
const QModelIndex &index)
const;
61 #endif // COLOR_DELEGATE_HPP
#define QCP_EXPORT
Definition: colorpicker_global.hpp:9
Definition: color_delegate.hpp:37