te::qt::widgets::DataSetExplorer Class Reference

A widget designed to explore the datasets of a data source. More...

#include <DataSetExplorer.h>

Inheritance diagram for te::qt::widgets::DataSetExplorer:

Public Member Functions

 DataSetExplorer (QWidget *parent=0, Qt::WindowFlags flags=0)
 
DataSetTreeViewgetTreeView () const
 
void set (const te::da::DataSourceInfoPtr &ds)
 
 ~DataSetExplorer ()
 

Private Attributes

std::auto_ptr< DataSetTreeViewm_treeView
 

Detailed Description

A widget designed to explore the datasets of a data source.

See also
DataSetExplorerTreeView, DataSetExplorerTreeModel

Definition at line 56 of file DataSetExplorer.h.

Constructor & Destructor Documentation

te::qt::widgets::DataSetExplorer::DataSetExplorer ( QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)
te::qt::widgets::DataSetExplorer::~DataSetExplorer ( )

Member Function Documentation

DataSetTreeView* te::qt::widgets::DataSetExplorer::getTreeView ( ) const
void te::qt::widgets::DataSetExplorer::set ( const te::da::DataSourceInfoPtr ds)

Member Data Documentation

std::auto_ptr<DataSetTreeView> te::qt::widgets::DataSetExplorer::m_treeView
private

Definition at line 72 of file DataSetExplorer.h.


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