|
umbrello 2.38.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
A dialog page to display check constraint properties. More...
#include <umlcheckconstraintdialog.h>
Public Member Functions | |
| UMLCheckConstraintDialog (QWidget *parent, UMLCheckConstraint *pUniqueConstraint) | |
| ~UMLCheckConstraintDialog () | |
Public Member Functions inherited from SinglePageDialogBase | |
| SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false) | |
| virtual | ~SinglePageDialogBase () |
| virtual bool | apply () |
| void | setCaption (const QString &caption) |
| QWidget * | mainWidget () |
| void | setMainWidget (QWidget *widget) |
| void | setButtonText (ButtonCode code, const QString &text) |
Protected Member Functions | |
| void | setupDialog () |
| virtual bool | apply () |
Protected Member Functions inherited from SinglePageDialogBase | |
| void | enableButtonOk (bool enable) |
| virtual bool | validate () |
Private Attributes | |
| UMLCheckConstraint * | m_pCheckConstraint |
| QLabel * | m_pNameL |
| QLineEdit * | m_pNameLE |
| QLabel * | m_pCheckConditionL |
| KTextEdit * | m_pCheckConditionTE |
Additional Inherited Members | |
Public Types inherited from SinglePageDialogBase | |
| enum | ButtonCode { Cancel = 0 , Ok = 1 , Apply = 2 } |
Protected Slots inherited from SinglePageDialogBase | |
| void | slotApply () |
| void | slotOk () |
| void | slotCancel () |
| void | slotClicked (QAbstractButton *) |
Protected Attributes inherited from SinglePageDialogBase | |
| QDialogButtonBox * | m_buttonBox |
| QWidget * | m_mainWidget |
A dialog page to display check constraint properties.
A dialog page to display check constraint properties.
| UMLCheckConstraintDialog::UMLCheckConstraintDialog | ( | QWidget * | parent, |
| UMLCheckConstraint * | pUniqueConstraint | ||
| ) |
Sets up the UMLCheckConstraintDialog
| parent | The parent to the UMLUniqueConstraintDialog. |
| pUniqueConstraint | The Unique Constraint to show the properties of. |
| UMLCheckConstraintDialog::~UMLCheckConstraintDialog | ( | ) |
Standard destructor
|
protectedvirtual |
Apply Changes
Reimplemented from SinglePageDialogBase.
|
protected |
Sets up the dialog
|
private |
|
private |
|
private |
|
private |
The GUI widgets
|
private |