A widget used to adjust a scatter's style.
More...
#include <ScatterStyleWidget.h>
|
ScatterStyle * | m_scatterStyle |
| The scatter's chart style that will be configured by this widget.
|
|
std::unique_ptr< Ui::ScatterStyleWidgetForm > | m_ui |
| The iwdget form.
|
|
A widget used to adjust a scatter's style.
Definition at line 54 of file ScatterStyleWidget.h.
◆ ScatterStyleWidget()
te::qt::widgets::ScatterStyleWidget::ScatterStyleWidget |
( |
te::qt::widgets::ScatterStyle * |
initial = 0 , |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructor.
- Parameters
-
initial | An initial ScatterStyle 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 |
◆ ~ScatterStyleWidget()
te::qt::widgets::ScatterStyleWidget::~ScatterStyleWidget |
( |
| ) |
|
◆ getScatterStyle()
Returns a pointer to the ScatterStyle being configured.
- Returns
- A ScatterStyle type pointer to the style being configured
- Note
- The caller will take ownership of the returned pointer.
◆ onPlotStylePushButtonClicked
void te::qt::widgets::ScatterStyleWidget::onPlotStylePushButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ m_scatterStyle
ScatterStyle* te::qt::widgets::ScatterStyleWidget::m_scatterStyle |
|
private |
The scatter's chart style that will be configured by this widget.
Definition at line 91 of file ScatterStyleWidget.h.
◆ m_ui
std::unique_ptr<Ui::ScatterStyleWidgetForm> te::qt::widgets::ScatterStyleWidget::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/ScatterStyleWidget.h