All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::plugins::pgis::PostGISCreatorDialog Class Reference

#include <PostGISCreatorDialog.h>

Inheritance diagram for te::qt::plugins::pgis::PostGISCreatorDialog:

Public Slots

void advancedCreationOptionsCheckBoxToggled (bool t)
 
void applyPushButtonPressed ()
 
void closePushButtonPressed ()
 
void passwordLineEditEditingFinished ()
 

Public Member Functions

const te::da::DataSourceInfoPtrgetDataSource () const
 
const te::da::DataSourcePtrgetDriver () const
 
 PostGISCreatorDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~PostGISCreatorDialog ()
 

Protected Member Functions

std::map< std::string,
std::string > 
getConnectionInfo (bool getPrivateKeys) const
 

Private Attributes

te::da::DataSourceInfoPtr m_datasource
 
te::da::DataSourcePtr m_driver
 
std::auto_ptr
< Ui::PostGISCreatorDialogForm > 
m_ui
 

Detailed Description

Definition at line 54 of file PostGISCreatorDialog.h.

Constructor & Destructor Documentation

te::qt::plugins::pgis::PostGISCreatorDialog::PostGISCreatorDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::plugins::pgis::PostGISCreatorDialog::~PostGISCreatorDialog ( )

Definition at line 69 of file PostGISCreatorDialog.cpp.

Member Function Documentation

void te::qt::plugins::pgis::PostGISCreatorDialog::advancedCreationOptionsCheckBoxToggled ( bool  t)
slot

Definition at line 198 of file PostGISCreatorDialog.cpp.

Referenced by PostGISCreatorDialog().

void te::qt::plugins::pgis::PostGISCreatorDialog::applyPushButtonPressed ( )
slot
void te::qt::plugins::pgis::PostGISCreatorDialog::closePushButtonPressed ( )
slot

Definition at line 193 of file PostGISCreatorDialog.cpp.

Referenced by PostGISCreatorDialog().

std::map< std::string, std::string > te::qt::plugins::pgis::PostGISCreatorDialog::getConnectionInfo ( bool  getPrivateKeys) const
protected

Definition at line 203 of file PostGISCreatorDialog.cpp.

const te::da::DataSourceInfoPtr & te::qt::plugins::pgis::PostGISCreatorDialog::getDataSource ( ) const

Definition at line 281 of file PostGISCreatorDialog.cpp.

const te::da::DataSourcePtr & te::qt::plugins::pgis::PostGISCreatorDialog::getDriver ( ) const

Definition at line 286 of file PostGISCreatorDialog.cpp.

void te::qt::plugins::pgis::PostGISCreatorDialog::passwordLineEditEditingFinished ( )
slot

Member Data Documentation

te::da::DataSourceInfoPtr te::qt::plugins::pgis::PostGISCreatorDialog::m_datasource
private

Definition at line 85 of file PostGISCreatorDialog.h.

te::da::DataSourcePtr te::qt::plugins::pgis::PostGISCreatorDialog::m_driver
private

Definition at line 86 of file PostGISCreatorDialog.h.

std::auto_ptr<Ui::PostGISCreatorDialogForm> te::qt::plugins::pgis::PostGISCreatorDialog::m_ui
private

Definition at line 84 of file PostGISCreatorDialog.h.

Referenced by PostGISCreatorDialog().


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