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