te::qt::plugins::terralib4::TL4ConnectorWizardPage Class Reference

A wizard page that provides the capability of connecting to a TerraLib 4.x database. More...

#include <TL4ConnectorWizardPage.h>

Inheritance diagram for te::qt::plugins::terralib4::TL4ConnectorWizardPage:
QWizardPage

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
 

Detailed Description

A wizard page that provides the capability of connecting to a TerraLib 4.x database.

Definition at line 56 of file TL4ConnectorWizardPage.h.

Constructor & Destructor Documentation

te::qt::plugins::terralib4::TL4ConnectorWizardPage::TL4ConnectorWizardPage ( QWidget parent = 0)
te::qt::plugins::terralib4::TL4ConnectorWizardPage::~TL4ConnectorWizardPage ( )

Definition at line 75 of file TL4ConnectorWizardPage.cpp.

Member Function Documentation

const std::string te::qt::plugins::terralib4::TL4ConnectorWizardPage::getConnInfo ( )

Definition at line 186 of file TL4ConnectorWizardPage.cpp.

References getDriverName(), and m_ui.

std::string te::qt::plugins::terralib4::TL4ConnectorWizardPage::getDriverName ( const std::string &  displayName)
private

Definition at line 225 of file TL4ConnectorWizardPage.cpp.

Referenced by getConnInfo().

void te::qt::plugins::terralib4::TL4ConnectorWizardPage::onDatabaseTypeComboBoxActivated ( const QString &  text)
protectedslot

Definition at line 97 of file TL4ConnectorWizardPage.cpp.

References m_ui.

Referenced by TL4ConnectorWizardPage().

void te::qt::plugins::terralib4::TL4ConnectorWizardPage::onDirectoryPushButtonClicked ( )
protectedslot

Definition at line 79 of file TL4ConnectorWizardPage.cpp.

References m_ui, and p.

Referenced by TL4ConnectorWizardPage().

Member Data Documentation

std::unique_ptr<Ui::TL4ConnectorWizardPageForm> te::qt::plugins::terralib4::TL4ConnectorWizardPage::m_ui
private

The documentation for this class was generated from the following files: