#include <ChartStyleWidget.h>
Definition at line 56 of file ChartStyleWidget.h.
te::qt::widgets::ChartStyleWidget::ChartStyleWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 , |
|
|
QString |
title = "" , |
|
|
QString |
PropertyX = "" , |
|
|
QString |
PropertyY = "" |
|
) |
| |
Constructor.
It constructs a ChartStyleWidget.
- Parameters
-
parent | this widget's parent |
f | Window flags used to configure this widget |
title | The title to be configured, defaults to an empty title. |
PropertyX | The label of the x axis to be configured, defaults to an empty label. |
PropertyY | The label of the y axis to be configured, defaults to an empty label. |
te::qt::widgets::ChartStyleWidget::~ChartStyleWidget |
( |
| ) |
|
Returns a pointer to the ChartStyle being configured.
- Returns
- A ChartStyle type pointer to the style being configured
- Note
- The caller will take ownership of the returned pointer.
void te::qt::widgets::ChartStyleWidget::onColorChanged |
( |
const QColor & |
color | ) |
|
|
protectedslot |
void te::qt::widgets::ChartStyleWidget::onGridCheckBoxToggled |
( |
int |
state | ) |
|
|
protectedslot |
void te::qt::widgets::ChartStyleWidget::onLabelStylePushButtonClicked |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::ChartStyleWidget::onlabelXEditFinish |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::ChartStyleWidget::onlabelYEditFinish |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::ChartStyleWidget::onTitleLineEditFinish |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::ChartStyleWidget::onTitleStylePushButtonClicked |
( |
| ) |
|
|
protectedslot |
It sets the ChartStyle being configured.
- Parameters
-
- Note
- It will not take ownership of the given pointer
ChartStyle* te::qt::widgets::ChartStyleWidget::m_chartStyle |
|
private |
The display's style that will be configured by this dialog.
Definition at line 111 of file ChartStyleWidget.h.
The color picker used to customise the color of several chart parameters.
Definition at line 110 of file ChartStyleWidget.h.
std::auto_ptr<Ui::chartStyleWidgetForm> te::qt::widgets::ChartStyleWidget::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/ChartStyleWidget.h