/[fenfire]/fenfire/org/fenfire/view/buoy/actions.py
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/actions.py

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

revision 1.4 by mudyc, Thu Aug 7 11:10:07 2003 UTC revision 1.5 by mudyc, Fri Aug 8 11:45:58 2003 UTC
# Line 85  class IfSelectNodeOnPlane(AbstractAction Line 85  class IfSelectNodeOnPlane(AbstractAction
85          self.context.states.cursor.setAccursed(obj)          self.context.states.cursor.setAccursed(obj)
86          self.context.states.fastChg = 0          self.context.states.fastChg = 0
87    
88  # XXX  class MouseMenu(AbstractAction, vob.mouse.MouseClickListener):
89  class ShowMouseMenu(AbstractAction):      def clicked(self, x, y):
90      def isChangeable(self): return 0          self.super()
     def controlPoint(self, x, y, scale):  
91          self.context.mousemenu.showList(x,y)          self.context.mousemenu.showList(x,y)
92            self.context.states.fastChg = 0
93          vob.AbstractUpdateManager.setNoAnimation()          vob.AbstractUpdateManager.setNoAnimation()
94    
95  ####### Actions to control nodes on main node plane  ####### Actions to control nodes on main node plane

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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