A dialog used to build a chart. More...
#include <ChartLayerDialog.h>
 Initializer Methods | |
| std::unique_ptr< Ui::ChartLayerDialogForm > | m_ui | 
| Dialog form.  More... | |
| te::qt::widgets::ChartLayerWidget * | m_chartWidget | 
| ChartLayer Widget used to configure the grouping operation.  More... | |
| 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... | |
| void | setLayer (te::map::AbstractLayerPtr layer) | 
| Set a layer.  More... | |
| void | setChart (te::map::Chart *chart) | 
| Update the interface with the chart properties.  More... | |
| void | onPushButtonClicked () | 
| Function used when the user clicked over the ok push button.  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.