This class is used to list the constraints and indexes of a datasetype.
More...
#include <ConstraintsIndexesListWidget.h>
This class is used to list the constraints and indexes of a datasetype.
Definition at line 57 of file ConstraintsIndexesListWidget.h.
te::qt::widgets::ConstraintsIndexesListWidget::ConstraintsIndexesListWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
te::qt::widgets::ConstraintsIndexesListWidget::~ConstraintsIndexesListWidget |
( |
| ) |
|
void te::qt::widgets::ConstraintsIndexesListWidget::addConstraint |
( |
te::da::Constraint * |
c | ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::addIndex |
( |
te::da::Index * |
i | ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::addTableItem |
( |
std::string |
name, |
|
|
std::string |
type, |
|
|
std::string |
properties |
|
) |
| |
|
protected |
Ui::ConstraintsIndexesListWidgetForm* te::qt::widgets::ConstraintsIndexesListWidget::getForm |
( |
| ) |
const |
std::string te::qt::widgets::ConstraintsIndexesListWidget::getPropertiesStr |
( |
std::vector< te::dt::Property * > |
vec | ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::listDataSetProperties |
( |
| ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::onAddToolButtonClicked |
( |
| ) |
|
|
slot |
void te::qt::widgets::ConstraintsIndexesListWidget::onCellClicked |
( |
int |
row, |
|
|
int |
col |
|
) |
| |
|
slot |
void te::qt::widgets::ConstraintsIndexesListWidget::onEditToolButtonClicked |
( |
| ) |
|
|
slot |
void te::qt::widgets::ConstraintsIndexesListWidget::onRemoveToolButtonClicked |
( |
| ) |
|
|
slot |
void te::qt::widgets::ConstraintsIndexesListWidget::removeIndex |
( |
const std::string & |
name | ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::removePrimaryKey |
( |
const std::string & |
name | ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::removeUniqueKey |
( |
const std::string & |
name | ) |
|
|
protected |
void te::qt::widgets::ConstraintsIndexesListWidget::setDataSetType |
( |
te::da::DataSetType * |
dsType | ) |
|
std::auto_ptr<Ui::ConstraintsIndexesListWidgetForm> te::qt::widgets::ConstraintsIndexesListWidget::m_ui |
|
private |
The documentation for this class was generated from the following file: