A widget used to adjust a scatter's style.
More...
#include <ScatterStyleWidget.h>
A widget used to adjust a scatter's style.
Definition at line 54 of file ScatterStyleWidget.h.
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 |
te::qt::widgets::ScatterStyleWidget::~ScatterStyleWidget |
( |
| ) |
|
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.
void te::qt::widgets::ScatterStyleWidget::onPlotStylePushButtonClicked |
( |
| ) |
|
|
protectedslot |
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.
std::auto_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_master/terralib5/src/terralib/qt/widgets/charts/ScatterStyleWidget.h