25 #ifndef __TERRALIB_QT_WIDGETS_TABLE_INTERNAL_PROMOTER_H    26 #define __TERRALIB_QT_WIDGETS_TABLE_INTERNAL_PROMOTER_H    29 #include "../../../common/Comparators.h"    86           void resetPromotion();
    91           void cleanLogRowsAndProcessKeys();
   102           void preProcessKeys(
te::da::DataSet* dset, 
const std::vector<size_t>& pkeys);
   109           size_t getLogicalRow(
const size_t& visualRow);
   114           void cleanPreproccessKeys();
   142 #endif //__TERRALIB_QT_WIDGETS_TABLE_INTERNAL_PROMOTER_H 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
This class represents an unique id for a data set element. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib.