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

.... More...

#include <ADOCreatorDialog.h>

Inheritance diagram for te::qt::plugins::ado::ADOCreatorDialog:

Public Slots

void applyPushButtonPressed ()
 
void helpPushButtonPressed ()
 
void searchDatabaseToolButtonPressed ()
 

Public Member Functions

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

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::ADOCreatorDialogForm > 
m_ui
 

Detailed Description

....

Definition at line 54 of file ADOCreatorDialog.h.

Constructor & Destructor Documentation

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

Definition at line 70 of file ADOCreatorDialog.cpp.

Member Function Documentation

void te::qt::plugins::ado::ADOCreatorDialog::applyPushButtonPressed ( )
slot
std::map< std::string, std::string > te::qt::plugins::ado::ADOCreatorDialog::getConnectionInfo ( bool  getPrivateKeys) const
protected

Definition at line 190 of file ADOCreatorDialog.cpp.

const te::da::DataSourceInfoPtr & te::qt::plugins::ado::ADOCreatorDialog::getDataSource ( ) const

Definition at line 74 of file ADOCreatorDialog.cpp.

const te::da::DataSourcePtr & te::qt::plugins::ado::ADOCreatorDialog::getDriver ( ) const

Definition at line 79 of file ADOCreatorDialog.cpp.

void te::qt::plugins::ado::ADOCreatorDialog::helpPushButtonPressed ( )
slot

Definition at line 169 of file ADOCreatorDialog.cpp.

void te::qt::plugins::ado::ADOCreatorDialog::searchDatabaseToolButtonPressed ( )
slot

Member Data Documentation

te::da::DataSourceInfoPtr te::qt::plugins::ado::ADOCreatorDialog::m_datasource
private

Definition at line 83 of file ADOCreatorDialog.h.

te::da::DataSourcePtr te::qt::plugins::ado::ADOCreatorDialog::m_driver
private

Definition at line 84 of file ADOCreatorDialog.h.

std::auto_ptr<Ui::ADOCreatorDialogForm> te::qt::plugins::ado::ADOCreatorDialog::m_ui
private

Definition at line 82 of file ADOCreatorDialog.h.

Referenced by ADOCreatorDialog().


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