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