A wizard page that provides the capability of connecting to a TerraLib 4.x database. More...
#include <TL4ConnectorWizardPage.h>
  
 Public Member Functions | |
| std::map< std::string,  std::string >  | getConnInfo () | 
| TL4ConnectorWizardPage (QWidget *parent=0) | |
| ~TL4ConnectorWizardPage () | |
Protected Slots | |
| void | onDatabaseTypeComboBoxActivated (const QString &text) | 
| void | onDirectoryPushButtonClicked () | 
Private Member Functions | |
| std::string | getDriverName (const std::string &displayName) | 
Private Attributes | |
| std::auto_ptr < Ui::TL4ConnectorWizardPageForm >  | m_ui | 
A wizard page that provides the capability of connecting to a TerraLib 4.x database.
Definition at line 56 of file TL4ConnectorWizardPage.h.
| te::qt::plugins::terralib4::TL4ConnectorWizardPage::TL4ConnectorWizardPage | ( | QWidget * | parent = 0 | ) | 
Definition at line 36 of file TL4ConnectorWizardPage.cpp.
References m_ui, onDatabaseTypeComboBoxActivated(), and onDirectoryPushButtonClicked().
| te::qt::plugins::terralib4::TL4ConnectorWizardPage::~TL4ConnectorWizardPage | ( | ) | 
Definition at line 75 of file TL4ConnectorWizardPage.cpp.
| std::map< std::string, std::string > te::qt::plugins::terralib4::TL4ConnectorWizardPage::getConnInfo | ( | ) | 
Definition at line 186 of file TL4ConnectorWizardPage.cpp.
      
  | 
  private | 
Definition at line 200 of file TL4ConnectorWizardPage.cpp.
      
  | 
  protectedslot | 
Definition at line 97 of file TL4ConnectorWizardPage.cpp.
Referenced by TL4ConnectorWizardPage().
      
  | 
  protectedslot | 
Definition at line 79 of file TL4ConnectorWizardPage.cpp.
Referenced by TL4ConnectorWizardPage().
      
  | 
  private | 
Definition at line 80 of file TL4ConnectorWizardPage.h.
Referenced by TL4ConnectorWizardPage().