26#ifndef __TERRALIB_QT_WIDGETS_SE_INTERNAL_GROUPINGWIDGET_H
27#define __TERRALIB_QT_WIDGETS_SE_INTERNAL_GROUPINGWIDGET_H
39#include <QTableWidgetItem>
43namespace Ui {
class GroupingWidgetForm; }
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;
This is the base class for Layers.
It models the concept of color bar.
A class that models the description of a dataset.
This class contains the parameters needed for grouping the values of a Property.
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
Namespace for the Color Model of TerraLib.
Namespace for the DataAccess API of TerraLib.
Namespace for the Map Tools module of TerraLib.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Namespace for the Qt module of TerraLib.
Namespace for the Symbology Encoding module of TerraLib.