7 #ifndef STEREOATTRIBUTEDIALOG_H
8 #define STEREOATTRIBUTEDIALOG_H
QComboBox * m_pTypeCombo[N_STEREOATTRS]
Definition: stereoattributedialog.h:44
StereoAttributeDialog(QWidget *parent, UMLStereotype *stereotype)
Definition: stereoattributedialog.cpp:36
QGroupBox * m_pValuesGB
Definition: stereoattributedialog.h:40
QLabel * m_pNameLabel[N_STEREOATTRS]
Definition: stereoattributedialog.h:41
#define N_STEREOATTRS
Definition: n_stereoattrs.h:11
Sets up stereotype information.
Definition: stereotype.h:35
QLabel * m_pTypeLabel[N_STEREOATTRS]
Definition: stereoattributedialog.h:43
QLineEdit * m_pDefaultValueEdit[N_STEREOATTRS]
Definition: stereoattributedialog.h:46
Definition: stereoattributedialog.h:23
virtual ~StereoAttributeDialog()
Definition: stereoattributedialog.cpp:44
Definition: singlepagedialogbase.h:22
bool apply()
Definition: stereoattributedialog.cpp:112
UMLStereotype * m_pStereotype
Definition: stereoattributedialog.h:37
QLabel * m_pDefaultValueLabel[N_STEREOATTRS]
Definition: stereoattributedialog.h:45
QLineEdit * m_pNameEdit[N_STEREOATTRS]
Definition: stereoattributedialog.h:42
void setupDialog()
Definition: stereoattributedialog.cpp:51