Basic Mouse mode and baseclass for other GUImode.
This one does nothing with any event
wx.lib.floatcanvas.GUIMode.GUIMouse
, wx.lib.floatcanvas.GUIMode.GUIMove
, wx.lib.floatcanvas.GUIMode.GUIZoomIn
, wx.lib.floatcanvas.GUIMode.GUIZoomOut
Default class constructor. |
|
this method gets called by FloatCanvas when a new mode is being set |
|
Update gets called if the screen has been repainted in the middle of a zoom in |
Basic Mouse mode and baseclass for other GUImode.
This one does nothing with any event
Default class constructor.
Canvas – the canvas the GUI mode is attached too
this method gets called by FloatCanvas when a new mode is being set on the Canvas
Update gets called if the screen has been repainted in the middle of a zoom in so the Rubber Band Box can get updated. Other GUIModes may require something similar