A wizard page that provides the capability of connecting to a TerraLib 4.x database. More...
#include <TL4ConnectorWizardPage.h>
Public Member Functions | |
| const 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::unique_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.
| const std::string te::qt::plugins::terralib4::TL4ConnectorWizardPage::getConnInfo | ( | ) |
Definition at line 186 of file TL4ConnectorWizardPage.cpp.
References getDriverName(), and m_ui.
|
private |
Definition at line 225 of file TL4ConnectorWizardPage.cpp.
Referenced by getConnInfo().
|
protectedslot |
Definition at line 97 of file TL4ConnectorWizardPage.cpp.
References m_ui.
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 getConnInfo(), onDatabaseTypeComboBoxActivated(), onDirectoryPushButtonClicked(), and TL4ConnectorWizardPage().