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:
QDockWidget

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, and ~DataSourceExplorer().

te::qt::widgets::DataSourceExplorer::~DataSourceExplorer ( )
default

Referenced by DataSourceExplorer().

Member Function Documentation

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

Definition at line 51 of file DataSourceExplorer.cpp.

References m_toolBox.

Member Data Documentation

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

Definition at line 66 of file DataSourceExplorer.h.

Referenced by DataSourceExplorer(), and getToolBox().


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