This file has the ConstraintsIndexesListWidget class. More...
#include "../../../common/STLUtils.h"#include "../../../dataaccess/dataset/Constraint.h"#include "../../../dataaccess/dataset/DataSetType.h"#include "../../../dataaccess/dataset/Index.h"#include "../../../dataaccess/dataset/PrimaryKey.h"#include "../../../dataaccess/dataset/UniqueKey.h"#include "../../../datatype/Property.h"#include "ConstraintsIndexesListWidget.h"#include "ConstraintsIndexesPropertyDialog.h"#include "ui_ConstraintsIndexesListWidgetForm.h"Go to the source code of this file.
Macros | |
| #define | CONSTRAINT_PK_TYPE "Primary Key" |
| #define | CONSTRAINT_UK_TYPE "Unique Key" |
| #define | CONSTRAINT_UNKNOWN_TYPE "Unknown" |
| #define | INDEX_TYPE "Index" |
This file has the ConstraintsIndexesListWidget class.
Definition in file ConstraintsIndexesListWidget.cpp.
| #define CONSTRAINT_PK_TYPE "Primary Key" |
Definition at line 38 of file ConstraintsIndexesListWidget.cpp.
Referenced by te::qt::widgets::ConstraintsIndexesListWidget::addConstraint(), and te::qt::widgets::ConstraintsIndexesListWidget::onRemoveToolButtonClicked().
| #define CONSTRAINT_UK_TYPE "Unique Key" |
Definition at line 39 of file ConstraintsIndexesListWidget.cpp.
Referenced by te::qt::widgets::ConstraintsIndexesListWidget::addConstraint(), and te::qt::widgets::ConstraintsIndexesListWidget::onRemoveToolButtonClicked().
| #define CONSTRAINT_UNKNOWN_TYPE "Unknown" |
Definition at line 40 of file ConstraintsIndexesListWidget.cpp.
Referenced by te::qt::widgets::ConstraintsIndexesListWidget::addConstraint().
| #define INDEX_TYPE "Index" |
Definition at line 41 of file ConstraintsIndexesListWidget.cpp.
Referenced by te::qt::widgets::ConstraintsIndexesListWidget::addIndex(), and te::qt::widgets::ConstraintsIndexesListWidget::onRemoveToolButtonClicked().