[Uml-devel] Re: [Uml-user] code import / code generation

Oliver Kellogg Oliver.Kellogg at t-online.de
Mon Jul 5 13:37:02 UTC 2004


On Mon, 2004-07-05 at 13:10, Jonathan Riddell wrote:

> I'm not sure I understand exactly but code import isn't advanced
> enough to import enums.
> 

Hey, we're better than we think!
I just tried importing the following:

// file: enum.h
enum global_enum { zero, one };

namespace ns {
  enum enum_in_ns { two, three };
}

class some_class {
public:
  enum enum_in_class { four, five };
};
// end of file


and all three enums appear properly in the list view.

--Oliver






More information about the umbrello-devel mailing list