This file defines a class for a Query Data Source Dialog Dialog. More...
#include <QueryDataSourceDialog.h>
  
 Signals | |
| void | createNewLayer (te::map::AbstractLayerPtr layer) | 
Public Member Functions | |
| QueryDataSourceDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| void | setAppMapDisplay (te::qt::widgets::MapDisplay *appMapDisplay) | 
| void | setLayerList (std::list< te::map::AbstractLayerPtr > layerList) | 
| This method is used to set the list of layers.  More... | |
| ~QueryDataSourceDialog () | |
Protected Slots | |
| void | onApplyPushButtonClicked () | 
| void | onApplySelToolButtonClicked () | 
| void | onBaseDataSetSelected (int index) | 
| void | onClearPushButtonClicked () | 
| void | onCreateLayerToolButtonClicked () | 
| void | onDataSetItemClicked (QListWidgetItem *item) | 
| void | onDataSourceSelected (int index) | 
| void | onOpenSqlToolButtonClicked () | 
| void | onSaveSqlToolButtonClicked () | 
| void | onSQLEditorTextChanged () | 
| void | onTargetDatasourceToolButtonPressed () | 
| void | onTargetFileToolButtonPressed () | 
Protected Member Functions | |
| void | buildMap () | 
| void | loadDataSourcesInformation () | 
Private Attributes | |
| te::qt::widgets::MapDisplay * | m_appMapDisplay | 
| te::qt::widgets::DataSetDisplay * | m_dataSetDisplay | 
| std::map< std::string,  Qt::GlobalColor >  | m_keyWords | 
| std::list < te::map::AbstractLayerPtr >  | m_layerList | 
| te::da::DataSourceInfoPtr | m_outputDatasource | 
| te::qt::widgets::DataSetTableModel * | m_tableModel | 
| bool | m_toFile | 
| std::auto_ptr < Ui::QueryDataSourceDialogForm >  | m_ui | 
This file defines a class for a Query Data Source Dialog Dialog.
Definition at line 65 of file QueryDataSourceDialog.h.
| te::qt::widgets::QueryDataSourceDialog::QueryDataSourceDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 66 of file QueryDataSourceDialog.cpp.
References loadDataSourcesInformation(), m_appMapDisplay, m_dataSetDisplay, m_tableModel, m_ui, onApplyPushButtonClicked(), onApplySelToolButtonClicked(), onBaseDataSetSelected(), onClearPushButtonClicked(), onCreateLayerToolButtonClicked(), onDataSetItemClicked(), onDataSourceSelected(), onOpenSqlToolButtonClicked(), onSaveSqlToolButtonClicked(), onSQLEditorTextChanged(), onTargetDatasourceToolButtonPressed(), and onTargetFileToolButtonPressed().
| te::qt::widgets::QueryDataSourceDialog::~QueryDataSourceDialog | ( | ) | 
Definition at line 116 of file QueryDataSourceDialog.cpp.
      
  | 
  protected | 
Definition at line 153 of file QueryDataSourceDialog.cpp.
References dialect, te::da::GetDataSource(), and te::da::SQLDialect::getRegisteredNames().
      
  | 
  signal | 
This signal is emitted when the layer objects must be highlighted.
      
  | 
  protected | 
Definition at line 134 of file QueryDataSourceDialog.cpp.
References te::common::Singleton< DataSourceInfoManager >::getInstance().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 263 of file QueryDataSourceDialog.cpp.
References te::dt::GEOMETRY_TYPE, te::da::GetDataSetType(), and te::da::GetDataSource().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 486 of file QueryDataSourceDialog.cpp.
References te::da::GenerateOIDSet(), te::da::GetDataSetType(), te::da::GetDataSource(), te::da::ObjectIdSet::setExpressionByInClause(), and te::common::Exception::what().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 217 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 340 of file QueryDataSourceDialog.cpp.
References te::common::LATIN1.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 570 of file QueryDataSourceDialog.cpp.
References te::common::Convert2String(), te::da::CreateAdapter(), te::dt::GEOMETRY_TYPE, te::da::GetDataSetType(), te::da::GetDataSource(), te::common::Singleton< DataSourceManager >::getInstance(), te::common::Singleton< DataSourceInfoManager >::getInstance(), and te::common::Exception::what().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 240 of file QueryDataSourceDialog.cpp.
References te::da::GetDataSetType(), and te::dt::CompositeProperty::getProperties().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 189 of file QueryDataSourceDialog.cpp.
References te::da::GetDataSetNames(), and te::da::GetDataSource().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 454 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 429 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 349 of file QueryDataSourceDialog.cpp.
References te::at::Bold, and te::sa::Normal.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 744 of file QueryDataSourceDialog.cpp.
References te::qt::widgets::DataSourceSelectorDialog::getSelecteds().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 766 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
| void te::qt::widgets::QueryDataSourceDialog::setAppMapDisplay | ( | te::qt::widgets::MapDisplay * | appMapDisplay | ) | 
Definition at line 129 of file QueryDataSourceDialog.cpp.
Referenced by te::qt::af::BaseApplication::onToolsQueryDataSourceTriggered().
| void te::qt::widgets::QueryDataSourceDialog::setLayerList | ( | std::list< te::map::AbstractLayerPtr > | layerList | ) | 
This method is used to set the list of layers.
Definition at line 121 of file QueryDataSourceDialog.cpp.
Referenced by te::qt::af::BaseApplication::onToolsQueryDataSourceTriggered().
      
  | 
  private | 
Definition at line 134 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().
      
  | 
  private | 
Definition at line 132 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().
      
  | 
  private | 
Definition at line 140 of file QueryDataSourceDialog.h.
      
  | 
  private | 
Definition at line 128 of file QueryDataSourceDialog.h.
      
  | 
  private | 
Definition at line 136 of file QueryDataSourceDialog.h.
      
  | 
  private | 
Definition at line 130 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().
      
  | 
  private | 
Definition at line 138 of file QueryDataSourceDialog.h.
      
  | 
  private | 
Definition at line 126 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().