te::addressgeocoding::ConfigInputLayerDialog Class Reference

#include <ConfigInputLayerDialog.h>

Inheritance diagram for te::addressgeocoding::ConfigInputLayerDialog:

Public Member Functions

 ConfigInputLayerDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
te::da::DataSourcePtr getDataSource ()
 
te::map::AbstractLayerPtr getLayer ()
 
void setLayers (std::list< te::map::AbstractLayerPtr > layers)
 Set the layer that can be used. More...
 
 ~ConfigInputLayerDialog ()
 

Protected Slots

void onCancelPushButtonClicked ()
 
void onHelpPushButtonClicked ()
 
void onInputLayerComboBoxChanged (int index)
 
void onNumberPushButtonClicked ()
 
void onOkPushButtonClicked ()
 

Private Attributes

te::da::DataSourcePtr m_dataSource
 
std::list< te::map::AbstractLayerPtrm_layers
 List of layers. More...
 
te::map::AbstractLayerPtr m_selectedLayer
 Layer used for address geocoding. More...
 
std::vector< std::string > m_selectedProps
 Selected properties related to the selected Layer. More...
 
std::auto_ptr< Ui::ConfigInputLayerDialogForm > m_ui
 
std::auto_ptr< te::qt::widgets::DoubleListWidgetm_widget
 

Detailed Description

Definition at line 53 of file ConfigInputLayerDialog.h.

Constructor & Destructor Documentation

te::addressgeocoding::ConfigInputLayerDialog::ConfigInputLayerDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::addressgeocoding::ConfigInputLayerDialog::~ConfigInputLayerDialog ( )

Member Function Documentation

te::da::DataSourcePtr te::addressgeocoding::ConfigInputLayerDialog::getDataSource ( )
te::map::AbstractLayerPtr te::addressgeocoding::ConfigInputLayerDialog::getLayer ( )
void te::addressgeocoding::ConfigInputLayerDialog::onCancelPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputLayerDialog::onHelpPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputLayerDialog::onInputLayerComboBoxChanged ( int  index)
protectedslot
void te::addressgeocoding::ConfigInputLayerDialog::onNumberPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputLayerDialog::onOkPushButtonClicked ( )
protectedslot
void te::addressgeocoding::ConfigInputLayerDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

te::da::DataSourcePtr te::addressgeocoding::ConfigInputLayerDialog::m_dataSource
private

Definition at line 91 of file ConfigInputLayerDialog.h.

std::list<te::map::AbstractLayerPtr> te::addressgeocoding::ConfigInputLayerDialog::m_layers
private

List of layers.

Definition at line 90 of file ConfigInputLayerDialog.h.

te::map::AbstractLayerPtr te::addressgeocoding::ConfigInputLayerDialog::m_selectedLayer
private

Layer used for address geocoding.

Definition at line 92 of file ConfigInputLayerDialog.h.

std::vector<std::string> te::addressgeocoding::ConfigInputLayerDialog::m_selectedProps
private

Selected properties related to the selected Layer.

Definition at line 93 of file ConfigInputLayerDialog.h.

std::auto_ptr<Ui::ConfigInputLayerDialogForm> te::addressgeocoding::ConfigInputLayerDialog::m_ui
private

Definition at line 88 of file ConfigInputLayerDialog.h.

std::auto_ptr<te::qt::widgets::DoubleListWidget> te::addressgeocoding::ConfigInputLayerDialog::m_widget
private

Definition at line 89 of file ConfigInputLayerDialog.h.


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