#include <ConfigInputLayerDialog.h>
  
 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::AbstractLayerPtr > | m_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::DoubleListWidget > | m_widget | 
Definition at line 53 of file ConfigInputLayerDialog.h.
| te::addressgeocoding::ConfigInputLayerDialog::ConfigInputLayerDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
| te::addressgeocoding::ConfigInputLayerDialog::~ConfigInputLayerDialog | ( | ) | 
| te::da::DataSourcePtr te::addressgeocoding::ConfigInputLayerDialog::getDataSource | ( | ) | 
| te::map::AbstractLayerPtr te::addressgeocoding::ConfigInputLayerDialog::getLayer | ( | ) | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| void te::addressgeocoding::ConfigInputLayerDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
      
  | 
  private | 
Definition at line 91 of file ConfigInputLayerDialog.h.
      
  | 
  private | 
List of layers.
Definition at line 90 of file ConfigInputLayerDialog.h.
      
  | 
  private | 
Layer used for address geocoding.
Definition at line 92 of file ConfigInputLayerDialog.h.
      
  | 
  private | 
Selected properties related to the selected Layer.
Definition at line 93 of file ConfigInputLayerDialog.h.
      
  | 
  private | 
Definition at line 88 of file ConfigInputLayerDialog.h.
      
  | 
  private | 
Definition at line 89 of file ConfigInputLayerDialog.h.