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

#include <ScatterDataWidget.h>

Inheritance diagram for te::qt::widgets::ScatterDataWidget:

Public Member Functions

Ui::ScatterDataWidgetForm * getForm ()
 Returns a pointer to the widget's form. More...
 
te::qt::widgets::ScattergetScatter ()
 Returns a pointer to the widget's form. More...
 
 ScatterDataWidget (te::da::DataSet *dataSet, te::da::DataSetType *dataType, QWidget *parent=0, Qt::WindowFlags f=0)
 Constructor. More...
 
 ~ScatterDataWidget ()
 Destructor. More...
 

Private Attributes

std::auto_ptr< te::da::DataSetm_dataSet
 The dataset that will be used to generate the Scatter graphic. More...
 
std::auto_ptr
< te::da::DataSetType
m_dataType
 The type of the dataset that will be used to generate the Scatter graphic. More...
 
std::auto_ptr
< Ui::ScatterDataWidgetForm > 
m_ui
 THe widget Form. More...
 

Detailed Description

Definition at line 58 of file ScatterDataWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::ScatterDataWidget::ScatterDataWidget ( te::da::DataSet dataSet,
te::da::DataSetType dataType,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor.

Parameters
dataSetThe dataset that will be used to generate a histogram.
dataTypeThe dataset that will be used to generate a histogram.
parentthis widget's parent
fWindow flags used to configure this widget

Definition at line 57 of file ScatterDataWidget.cpp.

References te::dt::GEOMETRY_TYPE, te::da::GetFirstPropertyPos(), getForm(), te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), te::da::DataSet::getRaster(), te::da::HasLinkedTable(), m_dataSet, m_ui, te::dt::RASTER_TYPE, te::dt::STRING_TYPE, and updateSummary().

te::qt::widgets::ScatterDataWidget::~ScatterDataWidget ( )

Destructor.

Definition at line 130 of file ScatterDataWidget.cpp.

Member Function Documentation

Ui::ScatterDataWidgetForm * te::qt::widgets::ScatterDataWidget::getForm ( )

Returns a pointer to the widget's form.

Returns
A ScatterDataWidgetForm type pointer to the widget's form.
Note
The caller will not take ownership of the returned pointer.

Definition at line 107 of file ScatterDataWidget.cpp.

Referenced by ScatterDataWidget().

te::qt::widgets::Scatter * te::qt::widgets::ScatterDataWidget::getScatter ( )

Returns a pointer to the widget's form.

Returns
A HistogramDataWidgetForm type pointer to the widget's form.
Note
The caller will take ownership of the returned pointer.

Definition at line 112 of file ScatterDataWidget.cpp.

References te::qt::widgets::createScatter(), te::da::GetFirstPropertyPos(), te::da::GetPropertyPos(), and te::dt::RASTER_TYPE.

Member Data Documentation

std::auto_ptr<te::da::DataSet> te::qt::widgets::ScatterDataWidget::m_dataSet
private

The dataset that will be used to generate the Scatter graphic.

Definition at line 102 of file ScatterDataWidget.h.

Referenced by ScatterDataWidget().

std::auto_ptr<te::da::DataSetType> te::qt::widgets::ScatterDataWidget::m_dataType
private

The type of the dataset that will be used to generate the Scatter graphic.

Definition at line 103 of file ScatterDataWidget.h.

std::auto_ptr<Ui::ScatterDataWidgetForm> te::qt::widgets::ScatterDataWidget::m_ui
private

THe widget Form.

Definition at line 101 of file ScatterDataWidget.h.

Referenced by ScatterDataWidget().


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