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

Definition at line 57 of file MySQLCreatorDialog.cpp.

Member Function Documentation

void te::qt::plugins::mysql::MySQLCreatorDialog::advancedCreationOptionsCheckBoxToggled ( bool  t)
slot

Definition at line 107 of file MySQLCreatorDialog.cpp.

Referenced by MySQLCreatorDialog().

void te::qt::plugins::mysql::MySQLCreatorDialog::applyPushButtonPressed ( )
slot
void te::qt::plugins::mysql::MySQLCreatorDialog::closePushButtonPressed ( )
slot

Definition at line 97 of file MySQLCreatorDialog.cpp.

Referenced by MySQLCreatorDialog().

void te::qt::plugins::mysql::MySQLCreatorDialog::getConnectionInfo ( std::map< std::string, std::string > &  connInfo) const
protected

Definition at line 112 of file MySQLCreatorDialog.cpp.

const te::da::DataSourceInfoPtr & te::qt::plugins::mysql::MySQLCreatorDialog::getDataSource ( ) const

Definition at line 203 of file MySQLCreatorDialog.cpp.

const te::da::DataSourcePtr & te::qt::plugins::mysql::MySQLCreatorDialog::getDriver ( ) const

Definition at line 208 of file MySQLCreatorDialog.cpp.

void te::qt::plugins::mysql::MySQLCreatorDialog::helpPushButtonPressed ( )
slot

Definition at line 102 of file MySQLCreatorDialog.cpp.

Referenced by MySQLCreatorDialog().

void te::qt::plugins::mysql::MySQLCreatorDialog::passwordLineEditEditingFinished ( )
slot

Definition at line 213 of file MySQLCreatorDialog.cpp.

Referenced by MySQLCreatorDialog().

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.

Referenced by MySQLCreatorDialog().


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