[Uml-devel] ListView suggestion - use bigger icons for diags

BARTKO Zoltan bartko.zoltan at pobox.sk
Sat May 29 04:21:03 UTC 2004


----- Original Message -----
From: "Jonathan Riddell" <jr at jriddell.org>
To: "UML Modeller Devel" <umbrello-devel at kde.org>
Sent: Friday, May 28, 2004 6:37 PM
Subject: Re: [Uml-devel] ListView suggestion - use bigger icons for diags


> On Sun, May 23, 2004 at 03:58:50PM +0200, BARTKO Zoltan wrote:
>
> > Plans after that include SQL source code generation from Umbrello
> > (specializing in the PostgreSQL flavor), finally reviewing and commiting
my
> > documentation generator, fulfill the wishes I filed to bugs.kde.org,
etc.
>
> Groovy.  There is already an SQL code generator, would this improve
> and replace it?

well, yes and no. SQL is not an object-oriented language. But PostgreSQL is
an ORDBMS  (Object-relational DBMS) that in fact allows you to have multiple
inheritance with tables and define overloading stored procedures, your own
operations, etc., so if you define a table MyTable you can have functions
like MyTable__oper(), and so on. There are limitations, naturally, so this
is just a simulation of OO programming. But it works - I have a project with
sources having cca. 1 MB for PostgreSQL like this.

>
> > By then could someone please confirm these:
> >
> > 1. changing the name of a class does not cause the name change of the
> > datatype created from this class
>
> The datatype should not be made, it's a beastie.
>
> > 2. changing the datatype name does not change the type name in the
diagrams
> > (like attribute and parameter types)
>
> It doesn't.  That would probably be quite difficult to make happen.

I do not agree. If I can do that manually with Kate using search/replace, I
could do it with Umbrello too. If nobody makes it faster, I will try to do
it.

Cheers

Zoltan





More information about the umbrello-devel mailing list