A dialog window for showing the GeoFile connector widget. More...
#include <GeoFileConnectorDialog.h>
  
 Classes | |
| struct | FindById | 
Public Member Functions | |
| GeoFileConnectorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const std::list < te::da::DataSourceInfoPtr > &  | getDataSources () const | 
| void | set (const std::list< te::da::DataSourceInfoPtr > &datasources) | 
| ~GeoFileConnectorDialog () | |
Protected Slots | |
| void | addDatasourceToolButtonPressed () | 
| void | dataSourcePressed (QListWidgetItem *item) | 
| void | fileSearchToolButtonPressed () | 
| void | helpPushButtonPressed () | 
| void | openPushButtonPressed () | 
| void | removeDatasourceToolButtonPressed () | 
| void | testPushButtonPressed () | 
| void | updateDatasourceToolButtonPressed () | 
Private Member Functions | |
| te::da::DataSourcePtr | test () | 
Private Attributes | |
| std::list < te::da::DataSourceInfoPtr >  | m_datasources | 
| std::auto_ptr < Ui::GeoFileConnectorDialogForm >  | m_ui | 
A dialog window for showing the GeoFile connector widget.
Definition at line 56 of file GeoFileConnectorDialog.h.
| te::qt::plugins::geofile::GeoFileConnectorDialog::GeoFileConnectorDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Definition at line 46 of file GeoFileConnectorDialog.cpp.
References addDatasourceToolButtonPressed(), fileSearchToolButtonPressed(), helpPushButtonPressed(), m_ui, openPushButtonPressed(), removeDatasourceToolButtonPressed(), testPushButtonPressed(), and updateDatasourceToolButtonPressed().
| te::qt::plugins::geofile::GeoFileConnectorDialog::~GeoFileConnectorDialog | ( | ) | 
Definition at line 70 of file GeoFileConnectorDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 152 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
      
  | 
  protectedslot | 
Definition at line 247 of file GeoFileConnectorDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 142 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
| const std::list< te::da::DataSourceInfoPtr > & te::qt::plugins::geofile::GeoFileConnectorDialog::getDataSources | ( | ) | const | 
Definition at line 74 of file GeoFileConnectorDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 135 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
      
  | 
  protectedslot | 
Definition at line 106 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
      
  | 
  protectedslot | 
Definition at line 207 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
| void te::qt::plugins::geofile::GeoFileConnectorDialog::set | ( | const std::list< te::da::DataSourceInfoPtr > & | datasources | ) | 
Definition at line 79 of file GeoFileConnectorDialog.cpp.
      
  | 
  private | 
Definition at line 288 of file GeoFileConnectorDialog.cpp.
References te::da::DataSourceFactory::find(), te::da::DataSourceFactory::make(), and TR_QT_WIDGETS.
      
  | 
  protectedslot | 
Definition at line 111 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
      
  | 
  protectedslot | 
Definition at line 240 of file GeoFileConnectorDialog.cpp.
Referenced by GeoFileConnectorDialog().
      
  | 
  private | 
Definition at line 107 of file GeoFileConnectorDialog.h.
      
  | 
  private | 
Definition at line 106 of file GeoFileConnectorDialog.h.
Referenced by GeoFileConnectorDialog().