A dialog for creating a constraint or a index property. More...
#include <ConstraintsIndexesPropertyDialog.h>
Public Slots | |
void | onidxRadioButtonToggled (bool status) |
void | onokPushButtonClicked () |
void | onpkRadioButtonToggled (bool status) |
void | onukRadioButtonToggled (bool status) |
Public Member Functions | |
ConstraintsIndexesPropertyDialog (te::da::DataSetType *dsType, QWidget *parent=0, Qt::WindowFlags f=0) | |
void | setConstraint (te::da::Constraint *constraint) |
void | setIndex (te::da::Index *index) |
~ConstraintsIndexesPropertyDialog () | |
Protected Member Functions | |
void | freeWidget () |
Private Attributes | |
te::da::DataSetType * | m_dsType |
te::qt::widgets::IndexWidget * | m_indexWidget |
te::qt::widgets::PrimaryKeyConstraintWidget * | m_pkConstraintWidget |
std::auto_ptr< Ui::ConstraintsIndexesPropertyDialogForm > | m_ui |
te::qt::widgets::UniqueKeyConstraintWidget * | m_ukConstraintWidget |
QGridLayout * | m_widgetLayout |
A dialog for creating a constraint or a index property.
Definition at line 61 of file ConstraintsIndexesPropertyDialog.h.
te::qt::widgets::ConstraintsIndexesPropertyDialog::ConstraintsIndexesPropertyDialog | ( | te::da::DataSetType * | dsType, |
QWidget * | parent = 0 , |
||
Qt::WindowFlags | f = 0 |
||
) |
Definition at line 38 of file ConstraintsIndexesPropertyDialog.cpp.
References m_dsType, m_ui, m_widgetLayout, onidxRadioButtonToggled(), onokPushButtonClicked(), onpkRadioButtonToggled(), and onukRadioButtonToggled().
te::qt::widgets::ConstraintsIndexesPropertyDialog::~ConstraintsIndexesPropertyDialog | ( | ) |
Definition at line 61 of file ConstraintsIndexesPropertyDialog.cpp.
|
protected |
Definition at line 165 of file ConstraintsIndexesPropertyDialog.cpp.
|
slot |
Definition at line 89 of file ConstraintsIndexesPropertyDialog.cpp.
Referenced by ConstraintsIndexesPropertyDialog().
|
slot |
Definition at line 134 of file ConstraintsIndexesPropertyDialog.cpp.
Referenced by ConstraintsIndexesPropertyDialog().
|
slot |
Definition at line 65 of file ConstraintsIndexesPropertyDialog.cpp.
Referenced by ConstraintsIndexesPropertyDialog().
|
slot |
Definition at line 77 of file ConstraintsIndexesPropertyDialog.cpp.
Referenced by ConstraintsIndexesPropertyDialog().
void te::qt::widgets::ConstraintsIndexesPropertyDialog::setConstraint | ( | te::da::Constraint * | constraint | ) |
Definition at line 101 of file ConstraintsIndexesPropertyDialog.cpp.
Referenced by te::qt::widgets::ConstraintsIndexesListWidget::onEditToolButtonClicked().
void te::qt::widgets::ConstraintsIndexesPropertyDialog::setIndex | ( | te::da::Index * | index | ) |
Definition at line 122 of file ConstraintsIndexesPropertyDialog.cpp.
Referenced by te::qt::widgets::ConstraintsIndexesListWidget::onEditToolButtonClicked().
|
private |
Definition at line 89 of file ConstraintsIndexesPropertyDialog.h.
Referenced by ConstraintsIndexesPropertyDialog().
|
private |
Definition at line 92 of file ConstraintsIndexesPropertyDialog.h.
|
private |
Definition at line 90 of file ConstraintsIndexesPropertyDialog.h.
|
private |
Definition at line 88 of file ConstraintsIndexesPropertyDialog.h.
Referenced by ConstraintsIndexesPropertyDialog().
|
private |
Definition at line 91 of file ConstraintsIndexesPropertyDialog.h.
|
private |
Definition at line 94 of file ConstraintsIndexesPropertyDialog.h.
Referenced by ConstraintsIndexesPropertyDialog().