/[fenfire]/fenfire/org/fenfire/fenpdf/appearance/views.py
ViewVC logotype

Diff of /fenfire/org/fenfire/fenpdf/appearance/views.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by mudyc, Mon Aug 25 21:18:56 2003 UTC revision 1.16 by mudyc, Tue Aug 26 00:34:29 2003 UTC
# Line 8  from org.fenfire.vocab import RDF, CANVA Line 8  from org.fenfire.vocab import RDF, CANVA
8    
9  dbg = 0  dbg = 0
10    
11    def p(*s):
12        print 'appearance.views.py:: ',s
13    
14  class Views:  class Views:
15      """Encapsulate the creation of the immutable views and connectors used in FenPDF.      """Encapsulate the creation of the immutable views and connectors used in FenPDF.
16    
# Line 106  class Views: Line 109  class Views:
109              mainNode = self.createMainNode(old.getPlane())              mainNode = self.createMainNode(old.getPlane())
110              mainNode2 = self.createMainNode(old2.getPlane())              mainNode2 = self.createMainNode(old2.getPlane())
111              if dbg:              if dbg:
112                  print "FOCI: ",old.getFocus(), old2.getFocus(), \                  p("FOCI: ",old.getFocus(), old2.getFocus(), \
113                              mainNode.getFocus(), mainNode2.getFocus()                              mainNode.getFocus(), mainNode2.getFocus())
114              mainNode.setFocus(old.getFocus())              mainNode.setFocus(old.getFocus())
115              mainNode2.setFocus(old2.getFocus())              mainNode2.setFocus(old2.getFocus())
116              if dbg:              if dbg:
117                  print "FOCI: ",old.getFocus(), old2.getFocus(), \                  p("FOCI: ",old.getFocus(), old2.getFocus(), \
118                              mainNode.getFocus(), mainNode2.getFocus()                              mainNode.getFocus(), mainNode2.getFocus())
119          else:          else:
120              # Start fresh from home              # Start fresh from home
121              mainNode = self.createMainNode(self.home)              mainNode = self.createMainNode(self.home)
# Line 156  class Views: Line 159  class Views:
159                            
160    
161          if self.fenPDF.animation.reuseVs:          if self.fenPDF.animation.reuseVs:
162                p('reuse vobscene')
163              return self.fenPDF.animation.lastVs              return self.fenPDF.animation.lastVs
164    
165          self.background.placeBackDrop(vs)          self.background.placeBackDrop(vs)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26