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