6 #ifndef UMLATTRIBUTEDIALOG_H
7 #define UMLATTRIBUTEDIALOG_H
QGroupBox * m_pValuesGB
Definition: umlattributedialog.h:47
QLabel * m_pNameL
Definition: umlattributedialog.h:48
KLineEdit * m_pTagLE[N_STEREOATTRS]
Definition: umlattributedialog.h:54
Sets up attribute information.
Definition: attribute.h:22
#define N_STEREOATTRS
Definition: n_stereoattrs.h:11
Definition: umlattributedialog.h:29
void setupDialog()
Definition: umlattributedialog.cpp:59
KLineEdit * m_pInitialLE
Definition: umlattributedialog.h:49
UMLStereotypeWidget * m_stereotypeWidget
Definition: umlattributedialog.h:52
The base class for UML objects.
Definition: umlobject.h:69
VisibilityEnumWidget * m_visibilityEnumWidget
Definition: umlattributedialog.h:55
void slotStereoTextChanged(const QString &)
Definition: umlattributedialog.cpp:110
~UMLAttributeDialog()
Definition: umlattributedialog.cpp:52
QLabel * m_pTagL[N_STEREOATTRS]
Definition: umlattributedialog.h:53
QCheckBox * m_pStaticCB
Definition: umlattributedialog.h:50
bool apply()
Definition: umlattributedialog.cpp:119
Definition: singlepagedialogbase.h:29
UMLDatatypeWidget * m_datatypeWidget
Definition: umlattributedialog.h:51
KLineEdit * m_pNameLE
Definition: umlattributedialog.h:49
UMLAttribute * m_pAttribute
Definition: umlattributedialog.h:43
void slotNameChanged(const QString &)
Definition: umlattributedialog.cpp:105
QGridLayout * m_pValuesLayout
Definition: umlattributedialog.h:46
DocumentationWidget * m_docWidget
Definition: umlattributedialog.h:56
QLabel * m_pInitialL
Definition: umlattributedialog.h:48
UMLAttributeDialog(QWidget *pParent, UMLAttribute *pAttribute)
Definition: umlattributedialog.cpp:40