A dialog used to build a chart. More...
#include <ChartLayerDialog.h>
Public Slots | |
void | onPushButtonClicked () |
Function used when the user clicked over the ok push button. More... | |
Public Member Functions | |
void | setChart (te::map::Chart *chart) |
Update the interface with the chart properties. More... | |
void | setLayer (te::map::AbstractLayerPtr layer) |
Set a layer. More... | |
Initializer Methods | |
Methods related to instantiation and destruction. | |
ChartLayerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
Constructs a basic fill dialog which is a child of parent, with widget flags set to f. More... | |
~ChartLayerDialog () | |
Destructor. More... | |
Private Attributes | |
te::qt::widgets::ChartLayerWidget * | m_chartWidget |
ChartLayer Widget used to configure the grouping operation. More... | |
std::auto_ptr< Ui::ChartLayerDialogForm > | m_ui |
Dialog form. More... | |
A dialog used to build a chart.
Definition at line 62 of file ChartLayerDialog.h.
te::qt::widgets::ChartLayerDialog::ChartLayerDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Constructs a basic fill dialog which is a child of parent, with widget flags set to f.
te::qt::widgets::ChartLayerDialog::~ChartLayerDialog | ( | ) |
Destructor.
|
slot |
Function used when the user clicked over the ok push button.
void te::qt::widgets::ChartLayerDialog::setChart | ( | te::map::Chart * | chart | ) |
Update the interface with the chart properties.
void te::qt::widgets::ChartLayerDialog::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
Set a layer.
|
private |
ChartLayer Widget used to configure the grouping operation.
Definition at line 99 of file ChartLayerDialog.h.
|
private |
Dialog form.
Definition at line 98 of file ChartLayerDialog.h.