A widget used to adjust a histogram's style.
More...
#include <HistogramStyleWidget.h>
|
HistogramStyle * | m_histogramStyle |
| The histogram's chart style that will be configured by this widget.
|
|
std::unique_ptr< Ui::HistogramStyleWidgetForm > | m_ui |
| The widget form.
|
|
A widget used to adjust a histogram's style.
Definition at line 55 of file HistogramStyleWidget.h.
◆ HistogramStyleWidget()
Constructor.
- Parameters
-
initial | An initial HistogramStyle element that will be used, it will take ownership of this pointer if it is given. The widget form will be updated based on it's parameters. It can be NULL. |
parent | this widget's parent |
f | Window flags used to configure this dialog |
◆ ~HistogramStyleWidget()
te::qt::widgets::HistogramStyleWidget::~HistogramStyleWidget |
( |
| ) |
|
◆ getHistogramStyle()
Returns a pointer to the HistogramStyle being configured.
- Returns
- A HistogramStyle type pointer to the style being configured
- Note
- The caller will take ownership of the returned pointer.
◆ onFillPushButtonClicked
void te::qt::widgets::HistogramStyleWidget::onFillPushButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ onStrokePushButtonClicked
void te::qt::widgets::HistogramStyleWidget::onStrokePushButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ m_histogramStyle
HistogramStyle* te::qt::widgets::HistogramStyleWidget::m_histogramStyle |
|
private |
The histogram's chart style that will be configured by this widget.
Definition at line 93 of file HistogramStyleWidget.h.
◆ m_ui
std::unique_ptr<Ui::HistogramStyleWidgetForm> te::qt::widgets::HistogramStyleWidget::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/HistogramStyleWidget.h