11 #ifndef UMLATTRIBUTEDIALOG_H
12 #define UMLATTRIBUTEDIALOG_H
Definition: singlepagedialogbase.h:36
Definition: umlattributedialog.h:32
QLabel * m_pNameL
Definition: umlattributedialog.h:49
bool apply()
Definition: umlattributedialog.cpp:112
UMLDatatypeWidget * m_datatypeWidget
Definition: umlattributedialog.h:52
QCheckBox * m_pStaticCB
Definition: umlattributedialog.h:51
QGroupBox * m_pValuesGB
Definition: umlattributedialog.h:48
KLineEdit * m_pInitialLE
Definition: umlattributedialog.h:50
QLabel * m_pInitialL
Definition: umlattributedialog.h:49
~UMLAttributeDialog()
Definition: umlattributedialog.cpp:53
UMLAttribute * m_pAttribute
Definition: umlattributedialog.h:45
UMLAttributeDialog(QWidget *pParent, UMLAttribute *pAttribute)
Definition: umlattributedialog.cpp:45
KLineEdit * m_pNameLE
Definition: umlattributedialog.h:50
UMLStereotypeWidget * m_stereotypeWidget
Definition: umlattributedialog.h:53
DocumentationWidget * m_docWidget
Definition: umlattributedialog.h:55
void slotNameChanged(const QString &)
Definition: umlattributedialog.cpp:103
void setupDialog()
Definition: umlattributedialog.cpp:60
VisibilityEnumWidget * m_visibilityEnumWidget
Definition: umlattributedialog.h:54
Sets up attribute information.
Definition: attribute.h:28