uml diagram for classes

Login to reply to this topic.
Tue, 2005-05-03 13:39
Joined: 2005-04-25
Forum posts: 23
whr can i get uml diagram for symbian C++ classes?  is it available? Evil

Thu, 2005-05-05 08:21
Joined: 2004-05-24
Forum posts: 982
Re: uml diagram for classes
Quote from: asif2979
whr can i get uml diagram for symbian C++ classes?  is it available? Evil

Do you mean for classes from API. There is no such diagram. You can  find for some classes a small diagram in symbian documentation but for the all classes...not really. But you can make a reverse engineering...

pirosl

Thu, 2005-05-05 11:18
Joined: 2004-06-06
Forum posts: 205
uml diagram for classes
check out MagicDraw. You can reverce all headers. I use it and its realy great.

Best regards,
Michal Laskowski

Thu, 2005-05-05 12:41
Joined: 2005-03-29
Forum posts: 4
uml diagram for classes
You could also use Doxygen to generate UML diagrams of the classes, from the headers present in epoc32/include.
(http://www.stack.nl/~dimitri/doxygen/download.html)
  • Login to reply to this topic.