Phoenix Logo

phoenix_title wx.lib.floatcanvas.GUIMode.GUIMove

Mode that moves the image (pans). It doesn’t change any coordinates, it only changes what the viewport is


class_hierarchy Class Hierarchy

Inheritance diagram for class GUIMove:

method_summary Methods Summary

__init__  
MoveImage  
OnLeftDown  
OnLeftUp  
OnMove  
OnMoveTimer  
UpdateScreen  

api Class API



class GUIMove(ZoomWithMouseWheel, GUIBase)

Mode that moves the image (pans). It doesn’t change any coordinates, it only changes what the viewport is


Methods



__init__(self, canvas=None)


MoveImage(self, event)


OnLeftDown(self, event)


OnLeftUp(self, event)


OnMove(self, event)


OnMoveTimer(self, event=None)


UpdateScreen(self)