te::qt::widgets::IndexWidget Class Reference

This class is used to define a Index DataSet class object. More...

#include <IndexWidget.h>

Inheritance diagram for te::qt::widgets::IndexWidget:

Public Member Functions

bool checkParameters ()
 Check the interface parameters. More...
 
Ui::IndexWidgetForm * getForm () const
 
te::da::IndexgetIndex ()
 It returns the Index DataSet class object. More...
 
 IndexWidget (te::da::DataSetType *dsType, QWidget *parent=0, Qt::WindowFlags f=0)
 
void setIndex (te::da::Index *idx)
 
 ~IndexWidget ()
 

Private Attributes

te::qt::widgets::DoubleListWidgetm_doubleListWidget
 
te::da::DataSetTypem_dsType
 
std::auto_ptr< Ui::IndexWidgetForm > m_ui
 

Detailed Description

This class is used to define a Index DataSet class object.

Definition at line 53 of file IndexWidget.h.

Constructor & Destructor Documentation

te::qt::widgets::IndexWidget::IndexWidget ( te::da::DataSetType dsType,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::IndexWidget::~IndexWidget ( )

Member Function Documentation

bool te::qt::widgets::IndexWidget::checkParameters ( )

Check the interface parameters.

Returns
True if the necessary parameters is ok and false in other case.
Ui::IndexWidgetForm* te::qt::widgets::IndexWidget::getForm ( ) const
te::da::Index* te::qt::widgets::IndexWidget::getIndex ( )

It returns the Index DataSet class object.

Returns
The caller of this method will TAKE the ownership of the returned Index pointer.
void te::qt::widgets::IndexWidget::setIndex ( te::da::Index idx)

Member Data Documentation

te::qt::widgets::DoubleListWidget* te::qt::widgets::IndexWidget::m_doubleListWidget
private

Definition at line 88 of file IndexWidget.h.

te::da::DataSetType* te::qt::widgets::IndexWidget::m_dsType
private

Definition at line 89 of file IndexWidget.h.

std::auto_ptr<Ui::IndexWidgetForm> te::qt::widgets::IndexWidget::m_ui
private

Definition at line 87 of file IndexWidget.h.


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