Go to the documentation of this file.
   28 #ifndef __TERRALIB_WS_OGC_WCS_QT_WCSCONNECTORDIALOG_H 
   29 #define __TERRALIB_WS_OGC_WCS_QT_WCSCONNECTORDIALOG_H 
   33 #include "../../../../dataaccess/datasource/DataSource.h" 
   34 #include "../../../../dataaccess/datasource/DataSourceInfo.h" 
   45 namespace Ui { 
class WCSConnectorDialogForm2; }
 
   96               std::unique_ptr<Ui::WCSConnectorDialogForm2> 
m_ui;
 
  106 #endif // __TERRALIB_WS_OGC_WCS_QT_WCSCONNECTORDIALOG_H 
  
 
void authCheckBoxStateChanged(const int &state)
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
te::da::DataSourceInfoPtr m_datasource
 
void openPushButtonPressed()
 
void set(const te::da::DataSourceInfoPtr &ds)
 
WCSConnectorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
 
const te::da::DataSourceInfoPtr & getDataSource() const
 
void wcsDirToolButtonClicked()
 
void testPushButtonPressed()
 
const te::da::DataSourcePtr & getDriver() const
 
A dialog window for showing the WCS connector widget.
 
boost::shared_ptr< DataSource > DataSourcePtr
 
Proxy configuration file for TerraView (see terraview_config.h).
 
const std::string getConnectionInfo() const
 
te::da::DataSourcePtr m_driver
 
void helpPushButtonPressed()
 
std::unique_ptr< Ui::WCSConnectorDialogForm2 > m_ui