All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::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
 

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 ( )

Definition at line 96 of file ConfigInputLayerDialog.cpp.

Member Function Documentation

te::da::DataSourcePtr te::addressgeocoding::ConfigInputLayerDialog::getDataSource ( )
te::map::AbstractLayerPtr te::addressgeocoding::ConfigInputLayerDialog::getLayer ( )
void te::addressgeocoding::ConfigInputLayerDialog::onCancelPushButtonClicked ( )
protectedslot

Definition at line 257 of file ConfigInputLayerDialog.cpp.

Referenced by ConfigInputLayerDialog().

void te::addressgeocoding::ConfigInputLayerDialog::onHelpPushButtonClicked ( )
protectedslot

Definition at line 177 of file ConfigInputLayerDialog.cpp.

Referenced by ConfigInputLayerDialog().

void te::addressgeocoding::ConfigInputLayerDialog::onInputLayerComboBoxChanged ( int  index)
protectedslot

Definition at line 132 of file ConfigInputLayerDialog.cpp.

References te::dt::GEOMETRY_TYPE.

Referenced by ConfigInputLayerDialog().

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

Definition at line 100 of file ConfigInputLayerDialog.cpp.

References te::da::GetFirstGeomProperty(), te::gm::GeometryProperty::getGeometryType(), te::gm::LineStringType, and te::gm::MultiLineStringType.

Referenced by te::addressgeocoding::MainWindowDialog::onConfigureLayerClicked().

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.

Referenced by ConfigInputLayerDialog().

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

Definition at line 89 of file ConfigInputLayerDialog.h.

Referenced by ConfigInputLayerDialog().


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