A dialog for selecting a data source. More...
#include <DataSourceExplorerDialog.h>
Public Member Functions | |
| DataSourceExplorerDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| const std::list< te::da::DataSourceInfoPtr > & | getSelecteds () const |
| DataSourceSelectorWidget * | getSelectorWidget () const |
| void | setDataSourceToUse (const QString &dsType) |
| ~DataSourceExplorerDialog () | |
Protected Slots | |
| void | okPushButtonPressed () |
Private Attributes | |
| std::list< te::da::DataSourceInfoPtr > | m_selecteds |
| std::unique_ptr< DataSourceSelectorWidget > | m_selectorWidget |
| std::unique_ptr< Ui::DataSourceExplorerDialogForm > | m_ui |
A dialog for selecting a data source.
Definition at line 59 of file DataSourceExplorerDialog.h.
| te::qt::widgets::DataSourceExplorerDialog::DataSourceExplorerDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 38 of file DataSourceExplorerDialog.cpp.
References m_selectorWidget, m_ui, okPushButtonPressed(), and ~DataSourceExplorerDialog().
|
default |
Referenced by DataSourceExplorerDialog().
| const std::list< te::da::DataSourceInfoPtr > & te::qt::widgets::DataSourceExplorerDialog::getSelecteds | ( | ) | const |
Definition at line 66 of file DataSourceExplorerDialog.cpp.
References m_selecteds.
| te::qt::widgets::DataSourceSelectorWidget * te::qt::widgets::DataSourceExplorerDialog::getSelectorWidget | ( | ) | const |
Definition at line 71 of file DataSourceExplorerDialog.cpp.
References m_selectorWidget.
|
protectedslot |
Definition at line 76 of file DataSourceExplorerDialog.cpp.
References m_selecteds, and m_selectorWidget.
Referenced by DataSourceExplorerDialog().
| void te::qt::widgets::DataSourceExplorerDialog::setDataSourceToUse | ( | const QString & | dsType | ) |
Definition at line 61 of file DataSourceExplorerDialog.cpp.
References m_selectorWidget.
|
private |
Definition at line 83 of file DataSourceExplorerDialog.h.
Referenced by getSelecteds(), and okPushButtonPressed().
|
private |
Definition at line 82 of file DataSourceExplorerDialog.h.
Referenced by DataSourceExplorerDialog(), getSelectorWidget(), okPushButtonPressed(), and setDataSourceToUse().
|
private |
Definition at line 81 of file DataSourceExplorerDialog.h.
Referenced by DataSourceExplorerDialog().