This virtual class is used to define a Constraint DataSet class object. More...
#include <ConstraintWidget.h>
Public Member Functions | |
bool | checkParameters () |
Check the interface parameters. More... | |
ConstraintWidget (te::da::DataSetType *dsType, QWidget *parent=0, Qt::WindowFlags f=0) | |
virtual te::da::Constraint * | getConstraint ()=0 |
It returns the Constraint DataSet class object. More... | |
Ui::ConstraintWidgetForm * | getForm () const |
virtual | ~ConstraintWidget () |
Protected Attributes | |
te::qt::widgets::DoubleListWidget * | m_doubleListWidget |
te::da::DataSetType * | m_dsType |
std::auto_ptr< Ui::ConstraintWidgetForm > | m_ui |
This virtual class is used to define a Constraint DataSet class object.
Definition at line 53 of file ConstraintWidget.h.
te::qt::widgets::ConstraintWidget::ConstraintWidget | ( | te::da::DataSetType * | dsType, |
QWidget * | parent = 0 , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 36 of file ConstraintWidget.cpp.
References te::qt::widgets::DoubleListWidget::getForm(), te::dt::Property::getName(), te::dt::CompositeProperty::getProperties(), te::dt::CompositeProperty::getProperty(), m_doubleListWidget, m_dsType, m_ui, and te::qt::widgets::DoubleListWidget::setInputValues().
|
virtual |
Definition at line 66 of file ConstraintWidget.cpp.
bool te::qt::widgets::ConstraintWidget::checkParameters | ( | ) |
Check the interface parameters.
Definition at line 75 of file ConstraintWidget.cpp.
|
pure virtual |
It returns the Constraint DataSet class object.
Implemented in te::qt::widgets::PrimaryKeyConstraintWidget, and te::qt::widgets::UniqueKeyConstraintWidget.
Ui::ConstraintWidgetForm * te::qt::widgets::ConstraintWidget::getForm | ( | ) | const |
Definition at line 70 of file ConstraintWidget.cpp.
|
protected |
Definition at line 86 of file ConstraintWidget.h.
Referenced by ConstraintWidget().
|
protected |
Definition at line 87 of file ConstraintWidget.h.
Referenced by ConstraintWidget().
|
protected |
Definition at line 85 of file ConstraintWidget.h.
Referenced by ConstraintWidget().