26#ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GROUPINGWIDGET_H
27#define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GROUPINGWIDGET_H
31#include "../../../maptools/AbstractLayer.h"
39#include <QTableWidgetItem>
43namespace Ui {
class GroupingWidgetForm; }
48 namespace color {
class ColorBar; }
50 namespace da {
class DataSetType; }
52 namespace map {
class Grouping; }
65 class ColorCatalogWidget;
115 void getDataAsDouble(std::vector<double>& vec,
const std::string& attrName,
const int& dataType,
int& nullValues);
117 void getLinkedDataAsDouble(std::vector<double>& vec,
const std::string& attrName,
const int& dataType,
int& nullValues);
119 void getDataAsString(std::vector<std::string>& vec,
const std::string& attrName,
int& nullValues);
158 std::unique_ptr<Ui::GroupingWidgetForm>
m_ui;
It models the concept of color bar.
This class contains the parameters needed for grouping the values of a Property.
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr