assocrolepage.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef ASSOCROLEPAGE_H
00013 #define ASSOCROLEPAGE_H
00014
00015
00016 #include <qwidget.h>
00017 #include <qgroupbox.h>
00018 #include <qlabel.h>
00019 #include <qlineedit.h>
00020 #include <qbuttongroup.h>
00021 #include <qmultilineedit.h>
00022 #include <qradiobutton.h>
00023 #include <qcheckbox.h>
00024
00025
00026 #include "../umlobject.h"
00027 #include "../objectwidget.h"
00028 #include "../umldoc.h"
00029 #include "../associationwidget.h"
00030
00039 class AssocRolePage : public QWidget {
00040 Q_OBJECT
00041 public:
00042
00050 AssocRolePage(UMLDoc *d, QWidget *parent, AssociationWidget *a);
00051
00055 ~AssocRolePage();
00056
00061 void updateObject();
00062
00063 private:
00064 QLineEdit *m_pRoleALE, *m_pRoleBLE, *m_pMultiALE, *m_pMultiBLE;
00065 QMultiLineEdit *m_pDocA, *m_pDocB;
00066 AssociationWidget *m_pAssociationWidget;
00067 UMLDoc * m_pUmldoc;
00068 ObjectWidget *m_pWidget;
00069 QRadioButton *m_PublicARB, *m_ProtectedARB, *m_PrivateARB, *m_ImplementationARB;
00070 QRadioButton *m_PublicBRB, *m_ProtectedBRB, *m_PrivateBRB, *m_ImplementationBRB;
00071 QRadioButton *m_ChangeableARB, *m_AddOnlyARB, *m_FrozenARB;
00072 QRadioButton *m_ChangeableBRB, *m_AddOnlyBRB, *m_FrozenBRB;
00073
00074 void constructWidget();
00075
00076 public slots:
00082
00083 };
00084
00085 #endif
This file is part of the documentation for umbrello Version 3.1.0.