A dialog for selecting a data source. More...
#include <DataSourceSelectorDialog.h>
Public Member Functions | |
| DataSourceSelectorDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const std::list < te::da::DataSourceInfoPtr > & | getSelecteds () const |
| DataSourceSelectorWidget * | getSelectorWidget () const |
| void | setDataSourceToUse (const QString &dsType) |
| ~DataSourceSelectorDialog () | |
Protected Slots | |
| void | checkButtonsState () |
| void | selectPushButtonPressed () |
Private Attributes | |
| std::list < te::da::DataSourceInfoPtr > | m_selecteds |
| std::auto_ptr < DataSourceSelectorWidget > | m_selectorWidget |
| std::auto_ptr < Ui::DataSourceSelectorDialogForm > | m_ui |
A dialog for selecting a data source.
Definition at line 59 of file DataSourceSelectorDialog.h.
| te::qt::widgets::DataSourceSelectorDialog::DataSourceSelectorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 38 of file DataSourceSelectorDialog.cpp.
References checkButtonsState(), m_selectorWidget, m_ui, and selectPushButtonPressed().
| te::qt::widgets::DataSourceSelectorDialog::~DataSourceSelectorDialog | ( | ) |
Definition at line 59 of file DataSourceSelectorDialog.cpp.
|
protectedslot |
Definition at line 107 of file DataSourceSelectorDialog.cpp.
Referenced by DataSourceSelectorDialog().
| const std::list< te::da::DataSourceInfoPtr > & te::qt::widgets::DataSourceSelectorDialog::getSelecteds | ( | ) | const |
| te::qt::widgets::DataSourceSelectorWidget * te::qt::widgets::DataSourceSelectorDialog::getSelectorWidget | ( | ) | const |
Definition at line 73 of file DataSourceSelectorDialog.cpp.
|
protectedslot |
Definition at line 78 of file DataSourceSelectorDialog.cpp.
References TR_QT_WIDGETS.
Referenced by DataSourceSelectorDialog().
| void te::qt::widgets::DataSourceSelectorDialog::setDataSourceToUse | ( | const QString & | dsType | ) |
Definition at line 63 of file DataSourceSelectorDialog.cpp.
|
private |
Definition at line 85 of file DataSourceSelectorDialog.h.
|
private |
Definition at line 84 of file DataSourceSelectorDialog.h.
Referenced by DataSourceSelectorDialog().
|
private |
Definition at line 83 of file DataSourceSelectorDialog.h.
Referenced by DataSourceSelectorDialog().