6 #ifndef ASSOCIATIONGENERALPAGE_H
7 #define ASSOCIATIONGENERALPAGE_H
ObjectWidget * m_pWidget
Definition: associationgeneralpage.h:58
AssociationGeneralPage(QWidget *parent, AssociationWidget *a)
Definition: associationgeneralpage.cpp:45
Definition: dialogpagebase.h:19
QLabel * m_pAssocNameL
Definition: associationgeneralpage.h:45
QLineEdit * m_pAssocNameLE
Definition: associationgeneralpage.h:46
QCheckBox * m_pStereoChkB
Definition: associationgeneralpage.h:48
QString a
Definition: petalnode.cpp:13
void slotStereoCheckboxChanged(int state)
Definition: associationgeneralpage.cpp:181
DocumentationWidget * m_docWidget
Definition: associationgeneralpage.h:55
KComboBox * m_pAssocNameComB
Definition: associationgeneralpage.h:47
The base class for UML objects.
Definition: umlobject.h:69
KComboBox * m_pTypeCB
Definition: associationgeneralpage.h:49
QGridLayout * m_pNameAndTypeLayout
Definition: associationgeneralpage.h:44
~AssociationGeneralPage()
Definition: associationgeneralpage.cpp:61
AssociationWidget * m_pAssociationWidget
Definition: associationgeneralpage.h:57
void constructWidget()
Definition: associationgeneralpage.cpp:68
QStringList m_AssocTypeStrings
Definition: associationgeneralpage.h:54
Display properties on a UMLObject.
Definition: associationgeneralpage.h:34
QList< Uml::AssociationType::Enum > m_AssocTypes
Definition: associationgeneralpage.h:53
void apply()
Definition: associationgeneralpage.cpp:205