Utils.h File Reference

This file contains a set of utility chart functions. More...

#include "../Config.h"
#include <qwt_symbol.h>
#include <qwt_text.h>
#include <qwt_plot_curve.h>
#include <vector>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::color
 Namespace for the Color Model of TerraLib.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::widgets
 Namespace for the Qt Widgets module of TerraLib.
 
 te::se
 Namespace for the Symbology Encoding module of TerraLib.
 

Functions

TEQTWIDGETSEXPORT Histogram * te::qt::widgets::createHistogram (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propId, int slices, int stat)
 Histogram Creator. More...
 
TEQTWIDGETSEXPORT Histogram * te::qt::widgets::createHistogram (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propId, int stat)
 Histogram Creator. More...
 
TEQTWIDGETSEXPORT ChartDisplayWidget * te::qt::widgets::createHistogramDisplay (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propId, int slices=10, int stat=-1)
 Histogram Creator. More...
 
TEQTWIDGETSEXPORT ChartDisplayWidget * te::qt::widgets::createHistogramDisplay (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propId, std::string summary, Histogram *histogram)
 Histogram Creator. More...
 
TEQTWIDGETSEXPORT ChartDisplayWidget * te::qt::widgets::createNormalDistribution (te::da::DataSet *dataset, int propId)
 
TEQTWIDGETSEXPORT Scatter * te::qt::widgets::createScatter (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propX, int propY, int stat, bool readall=true)
 Scatter Creator. More...
 
TEQTWIDGETSEXPORT ChartDisplayWidget * te::qt::widgets::createScatterDisplay (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propX, int propY, int stat=-1)
 Scatter Creator. More...
 
TEQTWIDGETSEXPORT QwtText * te::qt::widgets::Terralib2Qwt (const std::string &title)
 
TEQTWIDGETSEXPORT QwtText * te::qt::widgets::Terralib2Qwt (const std::string &text, te::color::RGBAColor *color, te::se::Font *font, te::se::Fill *backFill, te::se::Stroke *backStroke)
 
TEQTWIDGETSEXPORT QwtSymbol * te::qt::widgets::Terralib2Qwt (te::se::Graphic *graphic)
 

Detailed Description

This file contains a set of utility chart functions.

Definition in file Utils.h.