#include <SummarizationDialog.h>
Public Member Functions | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| SummarizationDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~SummarizationDialog () | |
Protected Slots | |
| void | onCancelPushButtonClicked () |
| void | onHelpPushButtonClicked () |
| void | onOkPushButtonClicked () |
Private Attributes | |
| std::list < te::map::AbstractLayerPtr > | m_layers |
| List of layers. More... | |
| te::da::DataSourceInfoPtr | m_outputDatasource |
| DataSource information. More... | |
| te::map::AbstractLayerPtr | m_selectedLayer |
| Layer used for summarization. More... | |
| std::auto_ptr < Ui::SummarizationDialogForm > | m_ui |
Definition at line 57 of file SummarizationDialog.h.
| te::vp::SummarizationDialog::SummarizationDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
| te::vp::SummarizationDialog::~SummarizationDialog | ( | ) |
|
protectedslot |
|
protectedslot |
|
protectedslot |
| void te::vp::SummarizationDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
|
private |
List of layers.
Definition at line 86 of file SummarizationDialog.h.
|
private |
DataSource information.
Definition at line 85 of file SummarizationDialog.h.
|
private |
Layer used for summarization.
Definition at line 87 of file SummarizationDialog.h.
|
private |
Definition at line 84 of file SummarizationDialog.h.