te::qt::plugins::mysql::MySQLCreatorDialog Class Reference

#include <MySQLCreatorDialog.h>

Inheritance diagram for te::qt::plugins::mysql::MySQLCreatorDialog:

Public Slots

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

Public Member Functions

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

Protected Member Functions

void getConnectionInfo (std::map< std::string, std::string > &connInfo) const
 

Private Attributes

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

Detailed Description

Definition at line 54 of file MySQLCreatorDialog.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void te::qt::plugins::mysql::MySQLCreatorDialog::advancedCreationOptionsCheckBoxToggled ( bool  t)
slot
void te::qt::plugins::mysql::MySQLCreatorDialog::applyPushButtonPressed ( )
slot
void te::qt::plugins::mysql::MySQLCreatorDialog::closePushButtonPressed ( )
slot
void te::qt::plugins::mysql::MySQLCreatorDialog::getConnectionInfo ( std::map< std::string, std::string > &  connInfo) const
protected
const te::da::DataSourceInfoPtr& te::qt::plugins::mysql::MySQLCreatorDialog::getDataSource ( ) const
const te::da::DataSourcePtr& te::qt::plugins::mysql::MySQLCreatorDialog::getDriver ( ) const
void te::qt::plugins::mysql::MySQLCreatorDialog::helpPushButtonPressed ( )
slot
void te::qt::plugins::mysql::MySQLCreatorDialog::passwordLineEditEditingFinished ( )
slot

Member Data Documentation

te::da::DataSourceInfoPtr te::qt::plugins::mysql::MySQLCreatorDialog::m_datasource
private

Definition at line 87 of file MySQLCreatorDialog.h.

te::da::DataSourcePtr te::qt::plugins::mysql::MySQLCreatorDialog::m_driver
private

Definition at line 88 of file MySQLCreatorDialog.h.

std::auto_ptr<Ui::MySQLCreatorDialogForm> te::qt::plugins::mysql::MySQLCreatorDialog::m_ui
private

Definition at line 86 of file MySQLCreatorDialog.h.


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