This file defines a class for a Query Data Source Dialog Dialog. More...
#include <QueryDataSourceDialog.h>
  
 Signals | |
| void | highlightLayerObjects (const te::map::AbstractLayerPtr &layer, te::da::DataSet *dataset, const QColor &color) | 
Public Member Functions | |
| QueryDataSourceDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| 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 | onDataSetItemClicked (QListWidgetItem *item) | 
| void | onDataSourceSelected (int index) | 
| void | onOpenSqlToolButtonClicked () | 
| void | onSaveSqlToolButtonClicked () | 
| void | onSQLEditorTextChanged () | 
Protected Member Functions | |
| void | buildMap () | 
| void | loadDataSourcesInformation () | 
Private Attributes | |
| te::qt::widgets::DataSetDisplay * | m_dataSetDisplay | 
| std::map< std::string,  Qt::GlobalColor >  | m_keyWords | 
| std::list < te::map::AbstractLayerPtr >  | m_layerList | 
| te::qt::widgets::DataSetTableModel * | m_tableModel | 
| std::auto_ptr < Ui::QueryDataSourceDialogForm >  | m_ui | 
This file defines a class for a Query Data Source Dialog Dialog.
Definition at line 63 of file QueryDataSourceDialog.h.
| te::qt::widgets::QueryDataSourceDialog::QueryDataSourceDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 53 of file QueryDataSourceDialog.cpp.
References loadDataSourcesInformation(), m_dataSetDisplay, m_tableModel, m_ui, onApplyPushButtonClicked(), onApplySelToolButtonClicked(), onBaseDataSetSelected(), onClearPushButtonClicked(), onDataSetItemClicked(), onDataSourceSelected(), onOpenSqlToolButtonClicked(), onSaveSqlToolButtonClicked(), and onSQLEditorTextChanged().
| te::qt::widgets::QueryDataSourceDialog::~QueryDataSourceDialog | ( | ) | 
Definition at line 93 of file QueryDataSourceDialog.cpp.
      
  | 
  protected | 
Definition at line 125 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 106 of file QueryDataSourceDialog.cpp.
References te::common::Singleton< DataSourceInfoManager >::getInstance().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 235 of file QueryDataSourceDialog.cpp.
References te::dt::GEOMETRY_TYPE, te::da::GetDataSetType(), and te::da::GetDataSource().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 458 of file QueryDataSourceDialog.cpp.
References te::da::GenerateOIDSet(), te::da::GetDataSetType(), te::da::GetDataSource(), and te::common::Exception::what().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 189 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 312 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 212 of file QueryDataSourceDialog.cpp.
References te::da::GetDataSetType(), and te::dt::CompositeProperty::getProperties().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 161 of file QueryDataSourceDialog.cpp.
References te::da::GetDataSetNames(), and te::da::GetDataSource().
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 426 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 401 of file QueryDataSourceDialog.cpp.
Referenced by QueryDataSourceDialog().
      
  | 
  protectedslot | 
Definition at line 321 of file QueryDataSourceDialog.cpp.
References te::at::Bold.
Referenced by QueryDataSourceDialog().
| 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 98 of file QueryDataSourceDialog.cpp.
Referenced by te::qt::af::BaseApplication::onToolsQueryDataSourceTriggered().
      
  | 
  private | 
Definition at line 120 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().
      
  | 
  private | 
Definition at line 122 of file QueryDataSourceDialog.h.
      
  | 
  private | 
Definition at line 116 of file QueryDataSourceDialog.h.
      
  | 
  private | 
Definition at line 118 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().
      
  | 
  private | 
Definition at line 114 of file QueryDataSourceDialog.h.
Referenced by QueryDataSourceDialog().