A widget used to adjust a histogram's input data.
More...
#include <HistogramDataWidget.h>
A widget used to adjust a histogram's input data.
Definition at line 60 of file HistogramDataWidget.h.
◆ HistogramDataWidget()
te::qt::widgets::HistogramDataWidget::HistogramDataWidget |
( |
te::map::AbstractLayerPtr |
layer, |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructor.
- Parameters
-
layer | The layer that will be used to generate a histogram. |
parent | this widget's parent |
f | Window flags used to configure this widget |
◆ ~HistogramDataWidget()
te::qt::widgets::HistogramDataWidget::~HistogramDataWidget |
( |
| ) |
|
◆ getForm()
Ui::HistogramDataWidgetForm * te::qt::widgets::HistogramDataWidget::getForm |
( |
| ) |
|
Returns a pointer to the widget's form.
- Returns
- A HistogramDataWidgetForm type pointer to the widget's form.
- Note
- The caller will not take ownership of the returned pointer.
◆ getHistogram()
Returns a pointer to the widget's form.
- Returns
- A HistogramDataWidgetForm type pointer to the widget's form.
- Note
- The caller will take ownership of the returned pointer.
◆ getSummaryFunction()
std::string te::qt::widgets::HistogramDataWidget::getSummaryFunction |
( |
| ) |
|
Returns the name of the chosen summary function. Default is None.
- Returns
- The name of the chosen summary function.
◆ onPropertyComboBoxIndexChanged
void te::qt::widgets::HistogramDataWidget::onPropertyComboBoxIndexChanged |
( |
QString |
text | ) |
|
|
protectedslot |
◆ onReadAllCheckBoxStateChanged
void te::qt::widgets::HistogramDataWidget::onReadAllCheckBoxStateChanged |
( |
int |
state | ) |
|
|
protectedslot |
◆ setHistogramProperty()
void te::qt::widgets::HistogramDataWidget::setHistogramProperty |
( |
int |
propId | ) |
|
Sets the property to be used in order to generate the histogram.
- Note
- This function is intented to prevent the user from selecting a property through this widget in special cases, if that is not the intended behaviour, do not call this function.
◆ m_layer
◆ m_ui
std::unique_ptr<Ui::HistogramDataWidgetForm> te::qt::widgets::HistogramDataWidget::m_ui |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/charts/HistogramDataWidget.h