umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
UMLCheckConstraintDialog Class Reference

A dialog page to display check constraint properties. More...

#include <umlcheckconstraintdialog.h>

Inheritance diagram for UMLCheckConstraintDialog:
Collaboration diagram for UMLCheckConstraintDialog:

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 ()
 

Protected Member Functions

void setupDialog ()
 
virtual bool apply ()
 
- Protected Member Functions inherited from SinglePageDialogBase
virtual bool validate ()
 

Private Attributes

UMLCheckConstraintm_pCheckConstraint
 
QLabel * m_pNameL
 
KLineEdit * m_pNameLE
 
QLabel * m_pCheckConditionL
 
KTextEdit * m_pCheckConditionTE
 

Additional Inherited Members

- Protected Slots inherited from SinglePageDialogBase
void slotApply ()
 
void slotOk ()
 

Detailed Description

A dialog page to display check constraint properties.

A dialog page to display check constraint properties.

Author
Sharan Rao Bugs and comments to umbre.nosp@m.llo-.nosp@m.devel.nosp@m.@kde.nosp@m..org or https://bugs.kde.org

Constructor & Destructor Documentation

◆ UMLCheckConstraintDialog()

UMLCheckConstraintDialog::UMLCheckConstraintDialog ( QWidget *  parent,
UMLCheckConstraint pUniqueConstraint 
)

Sets up the UMLCheckConstraintDialog

Parameters
parentThe parent to the UMLUniqueConstraintDialog.
pUniqueConstraintThe Unique Constraint to show the properties of.
Here is the call graph for this function:

◆ ~UMLCheckConstraintDialog()

UMLCheckConstraintDialog::~UMLCheckConstraintDialog ( )

Standard destructor

Member Function Documentation

◆ apply()

bool UMLCheckConstraintDialog::apply ( )
protectedvirtual

Apply Changes

Reimplemented from SinglePageDialogBase.

Here is the call graph for this function:

◆ setupDialog()

void UMLCheckConstraintDialog::setupDialog ( )
protected

Sets up the dialog

Here is the call graph for this function:

Member Data Documentation

◆ m_pCheckConditionL

QLabel* UMLCheckConstraintDialog::m_pCheckConditionL
private

◆ m_pCheckConditionTE

KTextEdit* UMLCheckConstraintDialog::m_pCheckConditionTE
private

◆ m_pCheckConstraint

UMLCheckConstraint* UMLCheckConstraintDialog::m_pCheckConstraint
private

◆ m_pNameL

QLabel* UMLCheckConstraintDialog::m_pNameL
private

The GUI widgets

◆ m_pNameLE

KLineEdit* UMLCheckConstraintDialog::m_pNameLE
private

The documentation for this class was generated from the following files: