This class is used to define a Index DataSet class object. More...
#include <IndexWidget.h>
Public Member Functions | |
| bool | checkParameters () |
| Check the interface parameters. More... | |
| Ui::IndexWidgetForm * | getForm () const |
| te::da::Index * | getIndex () |
| 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::DoubleListWidget * | m_doubleListWidget |
| te::da::DataSetType * | m_dsType |
| std::auto_ptr < Ui::IndexWidgetForm > | m_ui |
This class is used to define a Index DataSet class object.
Definition at line 53 of file IndexWidget.h.
| te::qt::widgets::IndexWidget::IndexWidget | ( | te::da::DataSetType * | dsType, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Definition at line 38 of file IndexWidget.cpp.
References te::da::B_TREE_TYPE, te::qt::widgets::DoubleListWidget::getForm(), te::dt::Property::getName(), te::dt::CompositeProperty::getProperties(), te::dt::CompositeProperty::getProperty(), te::da::HASH_TYPE, m_doubleListWidget, m_dsType, m_ui, te::da::QUAD_TREE_TYPE, te::da::R_TREE_TYPE, and te::qt::widgets::DoubleListWidget::setInputValues().
| te::qt::widgets::IndexWidget::~IndexWidget | ( | ) |
Definition at line 75 of file IndexWidget.cpp.
| bool te::qt::widgets::IndexWidget::checkParameters | ( | ) |
Check the interface parameters.
Definition at line 124 of file IndexWidget.cpp.
| Ui::IndexWidgetForm * te::qt::widgets::IndexWidget::getForm | ( | ) | const |
Definition at line 79 of file IndexWidget.cpp.
| te::da::Index * te::qt::widgets::IndexWidget::getIndex | ( | ) |
It returns the Index DataSet class object.
Definition at line 84 of file IndexWidget.cpp.
References te::da::Index::add(), te::dt::Property::clone(), te::da::Index::setIndexType(), and te::da::Index::setName().
| void te::qt::widgets::IndexWidget::setIndex | ( | te::da::Index * | idx | ) |
Definition at line 145 of file IndexWidget.cpp.
References te::da::Index::getIndexType(), te::da::Index::getName(), and te::da::Index::getProperties().
|
private |
Definition at line 88 of file IndexWidget.h.
Referenced by IndexWidget().
|
private |
Definition at line 89 of file IndexWidget.h.
Referenced by IndexWidget().
|
private |
Definition at line 87 of file IndexWidget.h.
Referenced by IndexWidget().