umbrello
2.34.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
7 #ifndef STEREOATTRIBUTEDIALOG_H
8 #define STEREOATTRIBUTEDIALOG_H
#define DEBUG_REGISTER(src)
Definition: debug_utils.h:129
#define logDebug1(s, a)
Definition: uml.h:539
const AttributeDefs & getAttributeDefs() const
Definition: stereotype.cpp:111
bool apply()
Definition: stereoattributedialog.cpp:112
QString toString(Enum item)
Definition: basictypes.cpp:867
virtual ~StereoAttributeDialog()
Definition: stereoattributedialog.cpp:44
Definition: singlepagedialogbase.h:29
KLineEdit * makeLabeledEditField(QGridLayout *layout, int row, QLabel *&label, const QString &labelText, KLineEdit *&editField, const QString &editFieldText, int columnOffset)
Definition: dialog_utils.cpp:48
QString name(bool includeAdornments=false) const
Definition: stereotype.cpp:232
UMLStereotype * m_pStereotype
Definition: stereoattributedialog.h:37
void setupDialog()
Definition: stereoattributedialog.cpp:51
Sets up stereotype information.
Definition: stereotype.h:35
QString defaultVal
Definition: stereotype.h:62
#define i18n
Definition: main.cpp:35
Definition: stereoattributedialog.h:23
int int y int
Definition: cxx11-lambda-functions-and-expressions.h:4
QString name
Definition: stereotype.h:60
QComboBox * m_pTypeCombo[N_STEREOATTRS]
Definition: stereoattributedialog.h:44
const int n_types
Definition: basictypes.h:278
Definition: stereotype.h:57
StereoAttributeDialog(QWidget *parent, UMLStereotype *stereotype)
Definition: stereoattributedialog.cpp:36
KLineEdit * m_pNameEdit[N_STEREOATTRS]
Definition: stereoattributedialog.h:42
QLabel * m_pTypeLabel[N_STEREOATTRS]
Definition: stereoattributedialog.h:43
void clearAttributeDefs()
Definition: stereotype.cpp:95
QLabel * m_pDefaultValueLabel[N_STEREOATTRS]
Definition: stereoattributedialog.h:45
void setAttributeDefs(const AttributeDefs &adefs)
Definition: stereotype.cpp:103
QVector< AttributeDef > AttributeDefs
size is at most N_STEREOATTRS
Definition: stereotype.h:69
Enum
Definition: basictypes.h:269
Uml::PrimitiveTypes::Enum type
Definition: stereotype.h:61
KLineEdit * m_pDefaultValueEdit[N_STEREOATTRS]
Definition: stereoattributedialog.h:46
#define N_STEREOATTRS
Definition: n_stereoattrs.h:11
QGroupBox * m_pValuesGB
Definition: stereoattributedialog.h:40
QLabel * m_pNameLabel[N_STEREOATTRS]
Definition: stereoattributedialog.h:41