te::qt::widgets::ChartLayerDialog Class Reference

A dialog used to build a chart. More...

#include <ChartLayerDialog.h>

Inheritance diagram for te::qt::widgets::ChartLayerDialog:

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::ChartLayerWidgetm_chartWidget
 ChartLayer Widget used to configure the grouping operation. More...
 
std::auto_ptr< Ui::ChartLayerDialogForm > m_ui
 Dialog form. More...
 

Detailed Description

A dialog used to build a chart.

Definition at line 60 of file ChartLayerDialog.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

void te::qt::widgets::ChartLayerDialog::onPushButtonClicked ( )
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.

Member Data Documentation

te::qt::widgets::ChartLayerWidget* te::qt::widgets::ChartLayerDialog::m_chartWidget
private

ChartLayer Widget used to configure the grouping operation.

Definition at line 97 of file ChartLayerDialog.h.

std::auto_ptr<Ui::ChartLayerDialogForm> te::qt::widgets::ChartLayerDialog::m_ui
private

Dialog form.

Definition at line 96 of file ChartLayerDialog.h.


The documentation for this class was generated from the following file: