11 #ifndef ASSOCIATIONGENERALPAGE_H 12 #define ASSOCIATIONGENERALPAGE_H
ObjectWidget * m_pWidget
Definition: associationgeneralpage.h:63
AssociationGeneralPage(QWidget *parent, AssociationWidget *a)
Definition: associationgeneralpage.cpp:47
Definition: dialogpagebase.h:24
QLabel * m_pAssocNameL
Definition: associationgeneralpage.h:50
QCheckBox * m_pStereoChkB
Definition: associationgeneralpage.h:53
QString a
Definition: petalnode.cpp:18
void slotStereoCheckboxChanged(int state)
Definition: associationgeneralpage.cpp:187
KLineEdit * m_pAssocNameLE
Definition: associationgeneralpage.h:51
DocumentationWidget * m_docWidget
Definition: associationgeneralpage.h:60
KComboBox * m_pAssocNameComB
Definition: associationgeneralpage.h:52
The base class for UML objects.
Definition: umlobject.h:73
KComboBox * m_pTypeCB
Definition: associationgeneralpage.h:54
QGridLayout * m_pNameAndTypeLayout
Definition: associationgeneralpage.h:49
~AssociationGeneralPage()
Definition: associationgeneralpage.cpp:63
AssociationWidget * m_pAssociationWidget
Definition: associationgeneralpage.h:62
void constructWidget()
Definition: associationgeneralpage.cpp:70
QStringList m_AssocTypeStrings
Definition: associationgeneralpage.h:59
Display properties on a UMLObject.
Definition: associationgeneralpage.h:39
QList< Uml::AssociationType::Enum > m_AssocTypes
Definition: associationgeneralpage.h:58
void apply()
Definition: associationgeneralpage.cpp:211