11 #ifndef UMLENTITYATTRIBUTEDIALOG_H
12 #define UMLENTITYATTRIBUTEDIALOG_H
Definition: singlepagedialogbase.h:36
Definition: umlentityattributedialog.h:32
QCheckBox * m_pNullCB
Definition: umlentityattributedialog.h:59
DefaultValueWidget * m_defaultValueWidget
Definition: umlentityattributedialog.h:62
virtual bool apply()
Definition: umlentityattributedialog.cpp:167
QGroupBox * m_pScopeGB
Definition: umlentityattributedialog.h:53
QLabel * m_pInitialL
Definition: umlentityattributedialog.h:55
KLineEdit * m_pInitialLE
Definition: umlentityattributedialog.h:57
KComboBox * m_pAttributesCB
Definition: umlentityattributedialog.h:56
UMLStereotypeWidget * m_stereotypeWidget
Definition: umlentityattributedialog.h:61
void setupDialog()
Definition: umlentityattributedialog.cpp:60
void insertAttribute(const QString &type, int index=-1)
Definition: umlentityattributedialog.cpp:213
UMLDatatypeWidget * m_datatypeWidget
Definition: umlentityattributedialog.h:60
QRadioButton * m_pNoneRB
Definition: umlentityattributedialog.h:54
UMLEntityAttributeDialog(QWidget *pParent, UMLEntityAttribute *pEntityAttribute)
Definition: umlentityattributedialog.cpp:45
~UMLEntityAttributeDialog()
Definition: umlentityattributedialog.cpp:53
KLineEdit * m_pValuesLE
Definition: umlentityattributedialog.h:57
QGroupBox * m_pValuesGB
Definition: umlentityattributedialog.h:52
QGroupBox * m_pAttsGB
Definition: umlentityattributedialog.h:52
QCheckBox * m_pAutoIncrementCB
Definition: umlentityattributedialog.h:58
KLineEdit * m_pNameLE
Definition: umlentityattributedialog.h:57
void slotNameChanged(const QString &)
Definition: umlentityattributedialog.cpp:158
QRadioButton * m_pPrivateRB
Definition: umlentityattributedialog.h:54
QLabel * m_pValuesL
Definition: umlentityattributedialog.h:55
QRadioButton * m_pPublicRB
Definition: umlentityattributedialog.h:54
QLabel * m_pAttributesL
Definition: umlentityattributedialog.h:55
void slotAutoIncrementStateChanged(bool checked)
Definition: umlentityattributedialog.cpp:222
QRadioButton * m_pProtectedRB
Definition: umlentityattributedialog.h:54
UMLEntityAttribute * m_pEntityAttribute
Definition: umlentityattributedialog.h:49
QLabel * m_pNameL
Definition: umlentityattributedialog.h:55
Sets up entityattribute information.
Definition: entityattribute.h:26