|
From: Marco W. <ma...@wo...> - 2005-02-23 13:32:11
|
Let's merge the current state first. I've got the following properties
working already:
published
property Layout: TTextLayout read fTextLayout write SetTextLayout
default tlCenter;
property Constraints: TSizeConstraints read FConstraints write
SetConstraints;
property Locked: boolean read FLocked write SetLocked default False;
end;
Stefan Melis wrote:
> Hi,
>
> No problem there.
> Perhaps we should get our code together and make a CVS release we can
> all work from?
>
> Stefan
>
> ------------------------------------------------------------------------
> *Van:* ext...@li... namens Marco Wobben
> *Verzonden:* wo 23-2-2005 14:16
> *Aan:* ext...@li...
> *Onderwerp:* [Extgraph-developer] Unit splitting
>
> Hi guys,
>
> We seriously need to break up the unit. Maintainability will go down
> the drain if don't act soon. I'll take the lead here and suggest how
> it should continue and am curious on how you guys think about this.
> Since you suggested naming the TSimplegraph into TExtGraph, I suggest
> prefixis 'eg'.
>
> Marco.
>
> egCommon.pas
>
> * EGraphStreamError
> * TGraphObjectList
> * TGraphScrollbar
> * TGraphStreamableObject
> * TMemoryHandleStream
>
> egGraph.pas
>
> * TGraphObject
> * TGraphLink
> * TGraphNode
> * TSimpleGraph
>
> egNodes.pas
>
> * TEllipticNode
> * TPentagonalNode
> * TPolygonalNode
> * TRectangularNode
> * TRhomboidalNode
> * TRoundRectangularNode
> * TTriangularNode
>
> egSVG.pas
>
> * ...SVG classes
>
--
Phone +31 650.69.27.31
Email ma...@wo...
ICQ 432807
Skype marcowobben
"Trust is a future that brings what is needed, exactly how it is needed"
|