All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:

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
 

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

std::map< std::string, std::string > te::qt::plugins::terralib4::TL4ConnectorWizardPage::getConnInfo ( )

Definition at line 186 of file TL4ConnectorWizardPage.cpp.

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

Definition at line 200 of file TL4ConnectorWizardPage.cpp.

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

Definition at line 97 of file TL4ConnectorWizardPage.cpp.

Referenced by TL4ConnectorWizardPage().

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

Definition at line 79 of file TL4ConnectorWizardPage.cpp.

Referenced by TL4ConnectorWizardPage().

Member Data Documentation

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

Definition at line 80 of file TL4ConnectorWizardPage.h.

Referenced by TL4ConnectorWizardPage().


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