te::addressgeocoding::ImportTableDialog Class Reference

#include <ImportTableDialog.h>

Inheritance diagram for te::addressgeocoding::ImportTableDialog:
QDialog

Public Member Functions

const te::da::DataSetgetDataSet ()
 
te::da::DataSourcePtr getDataSource ()
 
 ImportTableDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~ImportTableDialog ()
 

Protected Slots

void onCancelPushButtonClicked ()
 
void onHelpPushButtonClicked ()
 
void onInputDataToolButtonTriggered ()
 
void onOkPushButtonClicked ()
 

Private Attributes

std::unique_ptr< te::da::DataSetm_dataSet
 
te::da::DataSourcePtr m_dataSource
 
std::unique_ptr< te::da::DataSetTypem_dataType
 
std::unique_ptr< te::da::DataSetTypeConverterm_dsConverter
 
std::unique_ptr< te::qt::widgets::DataSetTableViewm_tblView
 
std::unique_ptr< Ui::ImportTableDialogForm > m_ui
 

Detailed Description

Definition at line 56 of file ImportTableDialog.h.

Constructor & Destructor Documentation

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

Definition at line 96 of file ImportTableDialog.cpp.

Member Function Documentation

const te::da::DataSet & te::addressgeocoding::ImportTableDialog::getDataSet ( )

Definition at line 105 of file ImportTableDialog.cpp.

References m_dataSet.

te::da::DataSourcePtr te::addressgeocoding::ImportTableDialog::getDataSource ( )

Definition at line 100 of file ImportTableDialog.cpp.

References m_dataSource.

void te::addressgeocoding::ImportTableDialog::onCancelPushButtonClicked ( )
protectedslot

Definition at line 195 of file ImportTableDialog.cpp.

Referenced by ImportTableDialog().

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

Definition at line 185 of file ImportTableDialog.cpp.

Referenced by ImportTableDialog().

void te::addressgeocoding::ImportTableDialog::onOkPushButtonClicked ( )
protectedslot

Definition at line 190 of file ImportTableDialog.cpp.

Referenced by ImportTableDialog().

Member Data Documentation

std::unique_ptr<te::da::DataSet> te::addressgeocoding::ImportTableDialog::m_dataSet
private

Definition at line 85 of file ImportTableDialog.h.

Referenced by getDataSet(), and onInputDataToolButtonTriggered().

te::da::DataSourcePtr te::addressgeocoding::ImportTableDialog::m_dataSource
private

Definition at line 87 of file ImportTableDialog.h.

Referenced by getDataSource(), and onInputDataToolButtonTriggered().

std::unique_ptr<te::da::DataSetType> te::addressgeocoding::ImportTableDialog::m_dataType
private

Definition at line 86 of file ImportTableDialog.h.

Referenced by onInputDataToolButtonTriggered().

std::unique_ptr<te::da::DataSetTypeConverter> te::addressgeocoding::ImportTableDialog::m_dsConverter
private

Definition at line 84 of file ImportTableDialog.h.

Referenced by onInputDataToolButtonTriggered().

std::unique_ptr<te::qt::widgets::DataSetTableView> te::addressgeocoding::ImportTableDialog::m_tblView
private

Definition at line 83 of file ImportTableDialog.h.

Referenced by ImportTableDialog(), and onInputDataToolButtonTriggered().

std::unique_ptr<Ui::ImportTableDialogForm> te::addressgeocoding::ImportTableDialog::m_ui
private

Definition at line 82 of file ImportTableDialog.h.

Referenced by ImportTableDialog(), and onInputDataToolButtonTriggered().


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