fenfire-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fenfire-dev] Reimplementing the structure view with lobs


From: Matti Katila
Subject: [Fenfire-dev] Reimplementing the structure view with lobs
Date: Fri, 18 Feb 2005 11:17:28 +0200 (EET)

Hi!

I think we shall reimplement the structure view with layout objects. 
For example the focused view(=lob) should be just this:

        Lob l = viewSettings.getLob(c);

        l = getSizeBoxLob(l, ring, c);

        l = new TranslationLob(l, w/2, h/2);

Then all mouse events will go trough the *right* path to event handlers.


   -Matti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]