skeinforge_tools.analyze_plugins.analyze_utilities.zoom_out ($Date: 2008/21/04 $)
index
/home/enrique/Desktop/backup/babbleold/script/reprap/pyRepRap/skeinforge_tools/analyze_plugins/analyze_utilities/zoom_out.py

Previous / Next / Contents


Zoom out is a mouse tool to zoom out the display at the point where the mouse was clicked, decreasing the scale by a factor of two.


Previous / Next / Contents


 
Modules
       
__init__
skeinforge_tools.skeinforge_utilities.settings
skeinforge_tools.analyze_plugins.analyze_utilities.zoom_in

 
Classes
       
skeinforge_tools.analyze_plugins.analyze_utilities.zoom_in.ZoomIn(skeinforge_tools.analyze_plugins.analyze_utilities.mouse_tool_base.MouseToolBase)
ZoomOut

 
class ZoomOut(skeinforge_tools.analyze_plugins.analyze_utilities.zoom_in.ZoomIn)
    The zoom out mouse tool.
 
 
Method resolution order:
ZoomOut
skeinforge_tools.analyze_plugins.analyze_utilities.zoom_in.ZoomIn
skeinforge_tools.analyze_plugins.analyze_utilities.mouse_tool_base.MouseToolBase

Methods defined here:
getMultiplier(self)
Get the scale multiplier.

Methods inherited from skeinforge_tools.analyze_plugins.analyze_utilities.zoom_in.ZoomIn:
button1(self, event, shift=False)
Print line text and connection line.
click(self, event=None)
Set the window mouse tool to this.
getReset(self, window)
Reset the mouse tool to default.

Methods inherited from skeinforge_tools.analyze_plugins.analyze_utilities.mouse_tool_base.MouseToolBase:
buttonRelease1(self, event)
The left button was released, <ButtonRelease-1> function.
destroyEverything(self)
Destroy items.
destroyEverythingGetFocus(self)
Destroy items and get the focus for the canvas.
getTagsGivenXY(self, x, y)
Get the tag for the x and y.
isSelectionTool(self)
Return if this mouse tool is a selection tool.
keyPressDown(self, event)
The down arrow was pressed.
keyPressLeft(self, event)
The left arrow was pressed.
keyPressReturn(self, event)
The return key was pressed.
keyPressRight(self, event)
The right arrow was pressed.
keyPressUp(self, event)
The up arrow was pressed.
motion(self, event, shift=False)
The mouse moved, <Motion> function.
setWindowItems(self, window)
Set the canvas and items.
update(self)
Update the mouse tool.

 
Functions
       
getNewMouseTool()
Get a new mouse tool.

 
Data
        __author__ = 'Enrique Perez (perez_enrique@yahoo.com)'
__date__ = '$Date: 2008/21/04 $'
__license__ = 'GPL 3.0'
absolute_import = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)

 
Author
        Enrique Perez (perez_enrique@yahoo.com)