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

If "Draw Arrows" is selected, arrows will be drawn at the end of each line segment, the default is on.

 
Modules
       
__init__
skeinforge_tools.skeinforge_utilities.euclidean
math
skeinforge_tools.skeinforge_utilities.preferences
skeinforge_tools.analyze_plugins.analyze_utilities.tableau

 
Classes
       
skeinforge_tools.analyze_plugins.analyze_utilities.tableau.MouseToolBase
ViewpointRotate
LatitudeLongitude
ViewVectors

 
class LatitudeLongitude
    A latitude and longitude.
 
  Methods defined here:
__init__(self, buttonOnePressedCanvasCoordinate, newCoordinate, skeinWindow, shift)
Set the latitude and longitude.

 
class ViewVectors
     Methods defined here:
__init__(self, viewpointLatitude, viewpointLongitude)
Initialize the view vectors.

 
class ViewpointRotate(skeinforge_tools.analyze_plugins.analyze_utilities.tableau.MouseToolBase)
    Display the line when it is clicked.
 
  Methods defined here:
__init__(self, window)
Set the canvas and window.
button1(self, event, shift=False)
Print line text and connection line.
buttonRelease1(self, event, shift=False)
The left button was released, <ButtonRelease-1> function.
destroyEverything(self)
Destroy items.
motion(self, event, shift=False)
Move the viewpoint if the mouse was moved.

Methods inherited from skeinforge_tools.analyze_plugins.analyze_utilities.tableau.MouseToolBase:
destroyItems(self)
Destroy items.
getTagsGivenXY(self, x, y)
Get the tag for the x and y.
setCanvasItems(self, canvas)
Set the canvas and items.

 
Functions
       
getBoundedLatitude(latitude)
Get the bounded latitude.later get rounded
getConstructor(window)
Get the mouse tool constructor.

 
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)