21#ifndef TULIPTABLEWIDGETITEMDELEGATE_H_
22#define TULIPTABLEWIDGETITEMDELEGATE_H_
24#include <tulip/tulipconf.h>
25#include <tulip/TulipItemDelegate.h>
27class QStyleOptionViewItem;
35class TLP_QT_SCOPE GraphTableItemDelegate :
public TulipItemDelegate {
38 GraphTableItemDelegate(QObject *parent =
nullptr);
39 void paint(QPainter *painter,
const QStyleOptionViewItem &option,
40 const QModelIndex &index)
const override;