A widget designed to explore the data sources of an application. More...
#include <DataSourceExplorer.h>
Public Member Functions | |
| DataSourceExplorer (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| DataSourceToolBox * | getToolBox () const |
| ~DataSourceExplorer () | |
Private Attributes | |
| DataSourceToolBox * | m_toolBox |
A widget designed to explore the data sources of an application.
Definition at line 52 of file DataSourceExplorer.h.
| te::qt::widgets::DataSourceExplorer::DataSourceExplorer | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = 0 |
||
| ) |
Definition at line 34 of file DataSourceExplorer.cpp.
References m_toolBox.
| te::qt::widgets::DataSourceExplorer::~DataSourceExplorer | ( | ) |
Definition at line 49 of file DataSourceExplorer.cpp.
| te::qt::widgets::DataSourceToolBox * te::qt::widgets::DataSourceExplorer::getToolBox | ( | ) | const |
Definition at line 53 of file DataSourceExplorer.cpp.
|
private |
Definition at line 66 of file DataSourceExplorer.h.
Referenced by DataSourceExplorer().