[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jun 13 03:45:26 UTC 2004
CVS commit by okellogg:
Remove the convenience accessors for the AssociationWidget.
Callers shall use the accessors in AssociationWidget instead.
M +0 -49 assocpropdlg.h 1.7
--- kdesdk/umbrello/umbrello/dialogs/assocpropdlg.h #1.6:1.7
@@ -46,53 +46,4 @@ public:
~AssocPropDlg();
- /* accessor methods to underlying association */
- QString getName() {
- return m_pAssoc->getName();
- }
-
- QString getRoleAName() {
- return m_pAssoc->getRoleNameA();
- }
-
- QString getDoc() {
- return m_pAssoc->getDoc();
- }
-
- QString getRoleADoc() {
- return m_pAssoc->getRoleADoc();
- }
-
- QString getRoleBName() {
- return m_pAssoc->getRoleNameB();
- }
-
- QString getRoleBDoc() {
- return m_pAssoc->getRoleBDoc();
- }
-
- QString getMultiA() {
- return m_pAssoc->getMultiA();
- }
-
- QString getMultiB() {
- return m_pAssoc->getMultiB();
- }
-
- Scope getVisibilityA() {
- return m_pAssoc->getVisibilityA();
- }
-
- Scope getVisibilityB() {
- return m_pAssoc->getVisibilityB();
- }
-
- Changeability_Type getChangeabilityA() {
- return m_pAssoc->getChangeabilityA();
- }
-
- Changeability_Type getChangeabilityB() {
- return m_pAssoc->getChangeabilityB();
- }
-
enum Page { page_gen = 0, page_role, page_font };
More information about the umbrello-devel
mailing list