11 #ifndef UMLATTRIBUTEDIALOG_H
12 #define UMLATTRIBUTEDIALOG_H
Definition: singlepagedialogbase.h:36
Definition: umlattributedialog.h:35
QLabel * m_pNameL
Definition: umlattributedialog.h:53
bool apply()
Definition: umlattributedialog.cpp:124
UMLDatatypeWidget * m_datatypeWidget
Definition: umlattributedialog.h:56
QCheckBox * m_pStaticCB
Definition: umlattributedialog.h:55
KLineEdit * m_pTagLE[N_STEREOATTRS]
Definition: umlattributedialog.h:59
QGroupBox * m_pValuesGB
Definition: umlattributedialog.h:52
KLineEdit * m_pInitialLE
Definition: umlattributedialog.h:54
QLabel * m_pInitialL
Definition: umlattributedialog.h:53
QGridLayout * m_pValuesLayout
Definition: umlattributedialog.h:51
~UMLAttributeDialog()
Definition: umlattributedialog.cpp:57
UMLAttribute * m_pAttribute
Definition: umlattributedialog.h:48
UMLAttributeDialog(QWidget *pParent, UMLAttribute *pAttribute)
Definition: umlattributedialog.cpp:45
KLineEdit * m_pNameLE
Definition: umlattributedialog.h:54
UMLStereotypeWidget * m_stereotypeWidget
Definition: umlattributedialog.h:57
DocumentationWidget * m_docWidget
Definition: umlattributedialog.h:61
QLabel * m_pTagL[N_STEREOATTRS]
Definition: umlattributedialog.h:58
void slotNameChanged(const QString &)
Definition: umlattributedialog.cpp:110
void slotStereoTextChanged(const QString &)
Definition: umlattributedialog.cpp:115
void setupDialog()
Definition: umlattributedialog.cpp:64
VisibilityEnumWidget * m_visibilityEnumWidget
Definition: umlattributedialog.h:60
Sets up attribute information.
Definition: attribute.h:28
The base class for UML objects.
Definition: umlobject.h:75
#define N_STEREOATTRS
Definition: n_stereoattrs.h:15