Table Of Contents

Previous topic

GUIMouse

Next topic

GUIZoomIn

This Page

phoenix_title GUIMove

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


class_hierarchy Inheritance Diagram

Inheritance diagram for class GUIMove

Inheritance diagram of GUIMove


method_summary Methods Summary

__init__  
MoveImage  
OnLeftDown  
OnLeftUp  
OnMove  
OnMoveTimer  
OnWheel By default, zoom in/out by a 0.1 factor per Wheel event.
UpdateScreen  

api Class API



class GUIMove(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)


OnWheel(self, event)

By default, zoom in/out by a 0.1 factor per Wheel event.



UpdateScreen(self)