20 #ifndef __TERRALIB_QT_PLUGINS_DATASOURCE_WMS_INTERNAL_ITEMDELEGATE_H 
   21 #define __TERRALIB_QT_PLUGINS_DATASOURCE_WMS_INTERNAL_ITEMDELEGATE_H 
   24 #include "../../../../common/Decorator.h" 
   28 #include <QStyledItemDelegate> 
   46           void paint(QPainter * painter, 
const QStyleOptionViewItem & option, 
const QModelIndex & index) 
const;
 
   56 #endif //__TERRALIB_QT_PLUGINS_DATASOURCE_WMS_INTERNAL_ITEMDELEGATE_H 
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const 
 
WMSItemDelegate(QStyledItemDelegate *decorated, QObject *parent=0)