26#ifndef __TERRALIB_ADDRESSGEOCODING_INTERNAL_IMPORTTABLEDIALOG_H
27#define __TERRALIB_ADDRESSGEOCODING_INTERNAL_IMPORTTABLEDIALOG_H
47namespace Ui {
class ImportTableDialogForm; }
82 std::unique_ptr<Ui::ImportTableDialogForm>
m_ui;
83 std::unique_ptr<te::qt::widgets::DataSetTableView>
m_tblView;
This is the base class for Layers.
A table view for a dataset.
An converter for DataSetType.
A conteiner class for keeping information about a data source.
It models a property definition.
std::unique_ptr< te::qt::widgets::DataSetTableView > m_tblView
void onOkPushButtonClicked()
void onCancelPushButtonClicked()
void onHelpPushButtonClicked()
te::da::DataSourcePtr getDataSource()
ImportTableDialog(QWidget *parent=0, Qt::WindowFlags f=0)
const te::da::DataSet & getDataSet()
std::unique_ptr< te::da::DataSetType > m_dataType
void onInputDataToolButtonTriggered()
std::unique_ptr< te::da::DataSet > m_dataSet
std::unique_ptr< Ui::ImportTableDialogForm > m_ui
std::unique_ptr< te::da::DataSetTypeConverter > m_dsConverter
te::da::DataSourcePtr m_dataSource
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
boost::shared_ptr< DataSource > DataSourcePtr
Configuration flags for the Terrralib Address Geocoding module.
#define TEADDRESSGEOCODINGEXPORT
You can use this macro in order to export/import classes and functions from this module.