This file contains a set of utility chart functions. More...
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) |
| Histogram Creator. More... | |
| TEQTWIDGETSEXPORT Histogram * | te::qt::widgets::createHistogram (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propId) |
| Histogram Creator. More... | |
| TEQTWIDGETSEXPORT Scatter * | te::qt::widgets::createScatter (te::da::DataSet *dataset, te::da::DataSetType *dataType, int propX, int propY) |
| 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) |
This file contains a set of utility chart functions.
Definition in file Utils.h.