umbrello
2.38.5
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 () | |
![]() | |
SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false) | |
virtual | ~SinglePageDialogBase () |
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 () |
![]() | |
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 | |
![]() | |
enum | ButtonCode { Cancel = 0, Ok = 1, Apply = 2 } |
![]() | |
void | slotApply () |
void | slotOk () |
void | slotCancel () |
void | slotClicked (QAbstractButton *) |
![]() | |
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 |
|
protected |
Sets up the dialog
|
private |
|
private |
|
private |
|
private |
The GUI widgets
|
private |