gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/doc/pegboard/1019 PEG_1019.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard/1019 PEG_1019.rst
Date: Fri, 08 Nov 2002 05:46:16 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/11/08 05:46:16

Modified files:
        doc/pegboard/1019: PEG_1019.rst 

Log message:
        Simplify

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/1019/PEG_1019.rst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/1019/PEG_1019.rst
diff -u gzz/doc/pegboard/1019/PEG_1019.rst:1.3 
gzz/doc/pegboard/1019/PEG_1019.rst:1.4
--- gzz/doc/pegboard/1019/PEG_1019.rst:1.3      Thu Nov  7 04:33:31 2002
+++ gzz/doc/pegboard/1019/PEG_1019.rst  Fri Nov  8 05:46:16 2002
@@ -3,8 +3,8 @@
 =============================================================
 
 :Authors:  Tuomas Lukka
-:Date:     $Date: 2002/11/07 09:33:31 $
-:Revision: $Revision: 1.3 $
+:Date:     $Date: 2002/11/08 10:46:16 $
+:Revision: $Revision: 1.4 $
 :Status:   Current
 
 The newest VobCoorder changes make it much more usable but leave
@@ -26,7 +26,16 @@
       and others at the same time?
 
        RESOLVED: Not yet. Because we would like to have the same
-       versions as below, there'd be 6 methods per coordsys type.
+       versions as below, there'd be 4 methods per coordsys type.
+
+    - Should we have a keyless method ::
+
+       final public int orthoCS(int into, float depth, 
+                               float x, float y, float w, float h) ;
+
+      as well?
+
+       RESOLVED: No, rather define null key to be no key.
 
 Changes
 -------
@@ -37,14 +46,15 @@
     Rename affineCoordsys to affine, to be consistent with others.
 
 VobScene
-    For all ``*CS`` methods, add two versions. for example::
+    For all ``*CS`` methods, add a second version. For example::
 
        final public int orthoCS(int into, Object key, float depth, 
                                float x, float y, float w, float h) ;
        final public int orthoCS(int into, int keyparent, Object key, float 
depth, 
                                float x, float y, float w, float h) ;
-       final public int orthoCS(int into, float depth, 
-                               float x, float y, float w, float h) ;
 
     This is possible because it is easy to separate the different versions
     due to the presence of the Object parameter.
+
+VobMatcher
+    Explicitly define that a null key and not adding a key produce the same 
result.




reply via email to

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