#include <BasicGeographicOperationDialog.h>
Public Member Functions | |
| BasicGeographicOperationDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) |
| Set the layer that can be used. More... | |
| ~BasicGeographicOperationDialog () | |
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 buffer. More... | |
| std::auto_ptr < Ui::BasicGeographicOperationDialogForm > | m_ui |
Definition at line 57 of file BasicGeographicOperationDialog.h.
| te::vp::BasicGeographicOperationDialog::BasicGeographicOperationDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 50 of file BasicGeographicOperationDialog.cpp.
References m_ui, onCancelPushButtonClicked(), onHelpPushButtonClicked(), and onOkPushButtonClicked().
| te::vp::BasicGeographicOperationDialog::~BasicGeographicOperationDialog | ( | ) |
Definition at line 87 of file BasicGeographicOperationDialog.cpp.
|
protectedslot |
Definition at line 114 of file BasicGeographicOperationDialog.cpp.
Referenced by BasicGeographicOperationDialog().
|
protectedslot |
Definition at line 104 of file BasicGeographicOperationDialog.cpp.
Referenced by BasicGeographicOperationDialog().
|
protectedslot |
Definition at line 109 of file BasicGeographicOperationDialog.cpp.
Referenced by BasicGeographicOperationDialog().
| void te::vp::BasicGeographicOperationDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) |
Set the layer that can be used.
| layers | List of AbstractLayerPtr |
Definition at line 91 of file BasicGeographicOperationDialog.cpp.
Referenced by te::qt::plugins::vp::BasicGeographicOperationAction::onActionActivated().
|
private |
List of layers.
Definition at line 88 of file BasicGeographicOperationDialog.h.
|
private |
DataSource information.
Definition at line 87 of file BasicGeographicOperationDialog.h.
|
private |
Layer used for buffer.
Definition at line 89 of file BasicGeographicOperationDialog.h.
|
private |
Definition at line 86 of file BasicGeographicOperationDialog.h.
Referenced by BasicGeographicOperationDialog().