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