[Uml-devel] [Bug 86952] Rendering of attributes as associations

Oliver Kellogg okellogg at users.sourceforge.net
Tue Aug 17 15:32:10 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=86952      
okellogg users sourceforge net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|uml-                        |okellogg users sourceforge n
                   |devel lists sourceforge net |et
             Status|NEW                         |ASSIGNED



------- Additional Comments From okellogg users sourceforge net  2004-08-18 00:21 -------
A sneak preview is possible now. Import the following file:

// attribute_assoc_demo.h
class referenced {
public:
  referenced() {}
};
typedef referenced* refPtr;
class referencer {
public:
  referenced * getCrudeRef() { return m_pCrude; }
  refPtr getTypedefRef() { return m_pTypedef; }
private:
  referenced *m_pCrude;
  refPtr m_pTypedef;
};


An AssocWidget is made for m_pCrude, but not yet for
m_pTypedef. The load/save of the new originType() and
isReference() features of UMLDatatype isn't there yet.




More information about the umbrello-devel mailing list