fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] libvob/doc/pegboard/animation_api--mudyc peg.rst


From: Matti Katila
Subject: [ff-cvs] libvob/doc/pegboard/animation_api--mudyc peg.rst
Date: Sat, 25 Oct 2003 10:28:27 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/10/25 10:28:27

Modified files:
        doc/pegboard/animation_api--mudyc: peg.rst 

Log message:
        s/hasVSchanged/hasPendingVS/

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/pegboard/animation_api--mudyc/peg.rst.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: libvob/doc/pegboard/animation_api--mudyc/peg.rst
diff -u libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.15 
libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.16
--- libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.15       Sat Oct 25 
10:15:00 2003
+++ libvob/doc/pegboard/animation_api--mudyc/peg.rst    Sat Oct 25 10:28:27 2003
@@ -5,8 +5,8 @@
 
 :Authors:  mudyc
 :Date-Created: 2003-09-27
-:Last-Modified: $Date: 2003/10/25 14:15:00 $
-:Revision: $Revision: 1.15 $
+:Last-Modified: $Date: 2003/10/25 14:28:27 $
+:Revision: $Revision: 1.16 $
 :Status:   Current
 :Stakeholders: mudyc, tjl, benja
 :Scope:    Minor
@@ -123,6 +123,7 @@
 
 For safety of event handling, possibility to check if 
 VobScene has changed, i.e. screen has updated,
+from previous animate or switchVS method 
 is added into the animation layer.
 For example if we need to wait until something draws
 on screen, all events before we have the correct 
@@ -245,17 +246,18 @@
         VobScene getCurrentVS();
 
 
-       /** Returns true if VobScene has changed since previous
-         * <code>animate</code> or <code>switchVS</code> method, 
-         * i.e., screen has updated.
+       /** Returns true if there are pending methods that 
+         * create a new VobScene which has not yet been updated
+         * within window. The methods that create a new VobScene
+         * are <code>animate</code> and <code>switchVS</code>.
          * <p>
          * Programming note:
          * In some situations when handling the events the programmer 
          * needs to know whether the VobScene is new or the still the old one,
-         * e.g., when waiting the screen to update to move some new vob you
+         * e.g., when waiting to move some new vob you
          * you need to pass all events trough before the screen has updated.
         */
-       boolean hasVSchanged();
+       boolean hasPendingVS();
     } 
 
 




reply via email to

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