gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc/pegboard vob_bgvob--humppake/peg.rst vo...


From: Asko Soukka
Subject: [Gzz-commits] gzz/doc/pegboard vob_bgvob--humppake/peg.rst vo...
Date: Mon, 10 Mar 2003 08:28:25 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    03/03/10 08:28:25

Modified files:
        doc/pegboard/vob_bgvob--humppake: peg.rst 
Added files:
        doc/pegboard/vob_colorable--humppake: .cvsignore peg.rst 

Log message:
        PEG Abstract Colorable Vob

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/vob_bgvob--humppake/peg.rst.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/vob_colorable--humppake/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/vob_colorable--humppake/peg.rst?rev=1.1

Patches:
Index: gzz/doc/pegboard/vob_bgvob--humppake/peg.rst
diff -u gzz/doc/pegboard/vob_bgvob--humppake/peg.rst:1.14 
gzz/doc/pegboard/vob_bgvob--humppake/peg.rst:1.15
--- gzz/doc/pegboard/vob_bgvob--humppake/peg.rst:1.14   Fri Mar  7 08:26:08 2003
+++ gzz/doc/pegboard/vob_bgvob--humppake/peg.rst        Mon Mar 10 08:28:25 2003
@@ -5,9 +5,9 @@
 :Authors:   Asko Soukka
 :Stakeholders: Benja Fallenstein, Tuomas Lukka 
 :Date-created: 2003-03-05
-:Last-Modified: $Date: 2003/03/07 13:26:08 $
-:Revision: $Revision: 1.14 $
-:Status:   Incomplete
+:Last-Modified: $Date: 2003/03/10 13:28:25 $
+:Revision: $Revision: 1.15 $
+:Status:   Irrelevant
 :Scope:    Trivial
 :Type:     Feature
 
@@ -30,6 +30,26 @@
 Issues
 ------
 
+- Why is AbstractBgVob needed?
+
+  RESOLVED: Currently there is no common interface for multiple solid
+  colors in node vobs, but they are defined and implemented from the scratch 
in 
+  every background vob (starting from ``RectBgVob``). A common interface is
+  necessary when that a single node view could select between multiple 
different
+  background vob types depending on nodes' content; the same node view could 
place
+  different vob depending on the node's content.
+
+  RE-RESOLVED: AbstractBgVob will be replaced by AbstractColorableVob
+  defined by a new PEG_. This PEG will be declared irrelevant.
+
+.. _PEG: ../vob_colorable--humppake/peg.gen.html
+
+- How should AbstractBgVob features be assembled?
+
+  RESOLVED: Background Vob implements interface for single color
+  backround and border from Background Interface and handling of
+  multiple background colors from Colored Interface.
+
 - How should the new interfaces and classes be named?
 
   RESOLVED: **public interface Background**, **public interface
@@ -80,7 +100,7 @@
 Colored** and **public abstract class AbstractBgVob** should  be
 created after the following diagram:
 
-.. UML:: backgroundvob
+.. UML:: abstractbgvob
 
     jlinkpackage gzz.vob
 




reply via email to

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