#include <DirectExchangerDialog.h>
  
 Public Member Functions | |
| DirectExchangerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setLayers (std::list< te::map::AbstractLayerPtr > layers) | 
| Set the layer that can be used.  More... | |
| ~DirectExchangerDialog () | |
Protected Slots | |
| void | onDataSoruceToolButtonClicked () | 
| void | onDataSourceTypeActivated (int index) | 
| void | onDirToolButtonClicked () | 
| void | onInputLayerActivated (QString value) | 
| void | onOkPushButtonClicked () | 
| void | setOutputDataSources () | 
Protected Member Functions | |
| bool | exchangeToDatabase () | 
| bool | exchangeToFile () | 
| void | setDataSources () | 
| Set the list of data sources that can be used.  More... | |
Private Attributes | |
| bool | m_exchangeToFile | 
| std::list < te::map::AbstractLayerPtr >  | m_layers | 
| std::string | m_outputDataSourceType | 
| std::auto_ptr < Ui::DirectExchangerDialogForm >  | m_ui | 
Definition at line 49 of file DirectExchangerDialog.h.
| te::qt::widgets::DirectExchangerDialog::DirectExchangerDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 56 of file DirectExchangerDialog.cpp.
References m_exchangeToFile, m_outputDataSourceType, m_ui, onDataSoruceToolButtonClicked(), onDataSourceTypeActivated(), onDirToolButtonClicked(), onInputLayerActivated(), onOkPushButtonClicked(), and setOutputDataSources().
| te::qt::widgets::DirectExchangerDialog::~DirectExchangerDialog | ( | ) | 
Definition at line 83 of file DirectExchangerDialog.cpp.
      
  | 
  protected | 
Definition at line 219 of file DirectExchangerDialog.cpp.
References te::da::PrimaryKey::add(), te::da::Index::add(), te::gm::GeometryProperty::clone(), te::dt::Property::clone(), te::da::CreateAdapter(), te::da::GetFirstGeomProperty(), te::common::Singleton< DataSourceManager >::getInstance(), te::dt::Property::getName(), te::da::DataSetTypeConverter::getResult(), te::da::R_TREE_TYPE, te::da::Index::setIndexType(), te::da::Constraint::setName(), te::dt::Property::setName(), and te::da::Index::setName().
      
  | 
  protected | 
Definition at line 139 of file DirectExchangerDialog.cpp.
References te::da::CreateAdapter(), te::da::DataSetTypeConverter::getResult(), te::da::DataSourceFactory::make(), and te::dt::Property::setName().
      
  | 
  protectedslot | 
Definition at line 410 of file DirectExchangerDialog.cpp.
Referenced by DirectExchangerDialog().
      
  | 
  protectedslot | 
Definition at line 342 of file DirectExchangerDialog.cpp.
Referenced by DirectExchangerDialog().
      
  | 
  protectedslot | 
Definition at line 399 of file DirectExchangerDialog.cpp.
Referenced by DirectExchangerDialog().
      
  | 
  protectedslot | 
Definition at line 391 of file DirectExchangerDialog.cpp.
Referenced by DirectExchangerDialog().
      
  | 
  protectedslot | 
Definition at line 419 of file DirectExchangerDialog.cpp.
Referenced by DirectExchangerDialog().
      
  | 
  protected | 
Set the list of data sources that can be used.
Definition at line 118 of file DirectExchangerDialog.cpp.
References te::common::Singleton< DataSourceInfoManager >::getInstance().
| void te::qt::widgets::DirectExchangerDialog::setLayers | ( | std::list< te::map::AbstractLayerPtr > | layers | ) | 
Set the layer that can be used.
| layers | List of AbstractLayerPtr | 
Definition at line 87 of file DirectExchangerDialog.cpp.
Referenced by te::qt::af::BaseApplication::onToolsDataExchangerDirectPopUpTriggered(), and te::qt::af::BaseApplication::onToolsDataExchangerDirectTriggered().
      
  | 
  protectedslot | 
Definition at line 432 of file DirectExchangerDialog.cpp.
Referenced by DirectExchangerDialog().
      
  | 
  private | 
Definition at line 100 of file DirectExchangerDialog.h.
Referenced by DirectExchangerDialog().
      
  | 
  private | 
Definition at line 96 of file DirectExchangerDialog.h.
      
  | 
  private | 
Definition at line 98 of file DirectExchangerDialog.h.
Referenced by DirectExchangerDialog().
      
  | 
  private | 
Definition at line 94 of file DirectExchangerDialog.h.
Referenced by DirectExchangerDialog().