All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::widgets::DataSourceExplorer Class Reference

A widget designed to explore the data sources of an application. More...

#include <DataSourceExplorer.h>

Inheritance diagram for te::qt::widgets::DataSourceExplorer:

Public Member Functions

 DataSourceExplorer (QWidget *parent=0, Qt::WindowFlags flags=0)
 
DataSourceToolBoxgetToolBox () const
 
 ~DataSourceExplorer ()
 

Private Attributes

DataSourceToolBoxm_toolBox
 

Detailed Description

A widget designed to explore the data sources of an application.

See also
DataSourceToolBox, DataSourceExplorerTreeView, DataSourceExplorerTreeModel

Definition at line 52 of file DataSourceExplorer.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

te::qt::widgets::DataSourceToolBox * te::qt::widgets::DataSourceExplorer::getToolBox ( ) const

Definition at line 53 of file DataSourceExplorer.cpp.

Member Data Documentation

DataSourceToolBox* te::qt::widgets::DataSourceExplorer::m_toolBox
private

Definition at line 66 of file DataSourceExplorer.h.

Referenced by DataSourceExplorer().


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