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