6 #ifndef UMLENTITYATTRIBUTEDIALOG_H
7 #define UMLENTITYATTRIBUTEDIALOG_H
Definition: umlentityattributedialog.h:26
QLabel * m_pNameL
Definition: umlentityattributedialog.h:50
UMLEntityAttribute * m_pEntityAttribute
Definition: umlentityattributedialog.h:44
~UMLEntityAttributeDialog()
Definition: umlentityattributedialog.cpp:48
QLabel * m_pValuesL
Definition: umlentityattributedialog.h:50
QLineEdit * m_pNameLE
Definition: umlentityattributedialog.h:52
KComboBox * m_pAttributesCB
Definition: umlentityattributedialog.h:51
QGroupBox * m_pValuesGB
Definition: umlentityattributedialog.h:47
void slotAutoIncrementStateChanged(bool checked)
Definition: umlentityattributedialog.cpp:214
QLabel * m_pAttributesL
Definition: umlentityattributedialog.h:50
UMLStereotypeWidget * m_stereotypeWidget
Definition: umlentityattributedialog.h:56
QRadioButton * m_pProtectedRB
Definition: umlentityattributedialog.h:49
void slotNameChanged(const QString &)
Definition: umlentityattributedialog.cpp:150
DefaultValueWidget * m_defaultValueWidget
Definition: umlentityattributedialog.h:57
QLabel * m_pInitialL
Definition: umlentityattributedialog.h:50
void insertAttribute(const QString &type, int index=-1)
Definition: umlentityattributedialog.cpp:205
QCheckBox * m_pAutoIncrementCB
Definition: umlentityattributedialog.h:53
QRadioButton * m_pPrivateRB
Definition: umlentityattributedialog.h:49
virtual bool apply()
Definition: umlentityattributedialog.cpp:159
QRadioButton * m_pPublicRB
Definition: umlentityattributedialog.h:49
void setupDialog()
Definition: umlentityattributedialog.cpp:55
QGroupBox * m_pAttsGB
Definition: umlentityattributedialog.h:47
Definition: singlepagedialogbase.h:22
QGroupBox * m_pScopeGB
Definition: umlentityattributedialog.h:48
Sets up entityattribute information.
Definition: entityattribute.h:20
QLineEdit * m_pInitialLE
Definition: umlentityattributedialog.h:52
QCheckBox * m_pNullCB
Definition: umlentityattributedialog.h:54
UMLDatatypeWidget * m_datatypeWidget
Definition: umlentityattributedialog.h:55
UMLEntityAttributeDialog(QWidget *pParent, UMLEntityAttribute *pEntityAttribute)
Definition: umlentityattributedialog.cpp:40
QRadioButton * m_pNoneRB
Definition: umlentityattributedialog.h:49
QLineEdit * m_pValuesLE
Definition: umlentityattributedialog.h:52