[umbrello-devel] [umbrello] [Bug 120862] data types: C++ pointers and references

Ralf Habacker ralf.habacker at freenet.de
Wed Sep 3 23:26:07 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=120862

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf.habacker at freenet.de

--- Comment #5 from Ralf Habacker <ralf.habacker at freenet.de> ---
Created attachment 88553
  --> https://bugs.kde.org/attachment.cgi?id=88553&action=edit
screenshot of umbrello git master

umbrello git master imports the following code fragement like shown in the
screenshot 
----------------------------
/// file comment

/// class Trailer
class Trailer { public: Trailer(); };

/// class Engine
class Engine { public: Engine(); }; 

/// class Engine
class Test { public: Test(); }; 

/// class Car
class Car { private: Engine myEngine; Trailer* theTrailer;  Test &mytest; };
-------------------------------
In datatype folder the following related types are created
Engine
Trailer*& 
Test& 
Test

Trailer* and Test& are used as type for the related class Car members (could be
seen from the saved xmi file).
In the class diagram the associations are mapped to the related classes Trailer
and Test and are both displayed as aggregations.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list