27 #ifndef __TERRALIB_QT_WIDGETS_TABLE_INTERNAL_DATASETTABLEVIEW_H 
   28 #define __TERRALIB_QT_WIDGETS_TABLE_INTERNAL_DATASETTABLEVIEW_H 
   30 #include "../Config.h" 
   33 #include <QItemDelegate> 
   81           virtual void paint(QPainter* painter, 
const QStyleOptionViewItem& option, 
const QModelIndex& index) 
const;
 
   88           virtual void setColor(
const QColor& c);
 
  123           void setPromoter(
Promoter* promoter);
 
  141 #endif //__TERRALIB_QT_WIDGETS_TABLE_INTERNAL_DATASETTABLEVIEW_H 
Promoter * m_promoter
Pointer to the promoter being used. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
const te::da::ObjectIdSet * m_objs
Identifiers of the highlight object. 
 
std::set< std::string > m_oids
 
QColor m_color
Highlight color. 
 
te::da::DataSet * m_dset
Pointer to the DataSet being used. 
 
An specialization of QItemDelegate to be used with te::map::AbstractTable objects. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
A class used for logical ordering of rows.