|
TEQTWIDGETSEXPORT Histogram * | te::qt::widgets::createHistogram (te::map::AbstractLayerPtr layer, int propId, int slices, int stat, bool readall=true) |
| Histogram Creator. More...
|
|
TEQTWIDGETSEXPORT Histogram * | te::qt::widgets::createHistogram (te::map::AbstractLayerPtr layer, int propId, int stat) |
| Histogram Creator. More...
|
|
TEQTWIDGETSEXPORT ChartDisplayWidget * | te::qt::widgets::createHistogramDisplay (te::map::AbstractLayer *, int propId, std::string summary, Histogram *histogram) |
| Histogram Creator. More...
|
|
TEQTWIDGETSEXPORT ChartDisplayWidget * | te::qt::widgets::createHistogramDisplay (te::map::AbstractLayer *layer, int propId, int slices=10, int stat=-1) |
| 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 void | te::qt::widgets::exportChart (QwtPlotItem *plotItem, te::qt::widgets::ChartStyle *style, std::string filepath) |
| Function that exports a chart's data to a .csv file. More...
|
|
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 QwtText * | te::qt::widgets::Terralib2Qwt (const std::string &title) |
|
TEQTWIDGETSEXPORT QwtSymbol * | te::qt::widgets::Terralib2Qwt (te::se::Graphic *graphic) |
|
This file contains a set of utility chart functions.
Definition in file Utils.h.