| |
- MouseToolBase
- TableauRepository
- TableauWindow
class MouseToolBase |
|
The mouse tool base class, which does nothing. |
|
Methods defined here:
- __init__(self, window)
- Set the canvas.
- button1(self, event)
- The left button was clicked, <Button-1> function.
- buttonRelease1(self, event)
- The left button was released, <ButtonRelease-1> function.
- destroyEverything(self)
- Destroy items.
- destroyItems(self)
- Destroy items.
- getTagsGivenXY(self, x, y)
- Get the tag for the x and y.
- motion(self, event)
- The mouse moved, <Motion> function.
- setCanvasItems(self, canvas)
- Set the canvas and items.
|
class TableauRepository |
|
The viewer base repository class. |
|
Methods defined here:
- setToDisplaySave(self, event=None)
- Set the preference values to the display, save the new values.
- setToDisplaySavePhoenixUpdate(self, event=None)
- Set the preference values to the display, save the new values, then call the update function.
- setToDisplaySaveUpdate(self, event=None)
- Set the preference values to the display, save the new values, then call the update function.
|
class TableauWindow |
| |
Methods defined here:
- button1(self, event)
- The button was clicked.
- buttonRelease1(self, event)
- The button was released.
- centerUpdateSetWindowGeometryShowPreferences(self, center)
- Center the scroll region, update, set the window geometry, and show the preferences.
- destroyAllDialogWindows(self)
- Destroy all the dialog windows.
- export(self)
- Export the canvas as a postscript file.
- getScrollPaneCenter(self)
- Get the center of the scroll pane.
- motion(self, event)
- The mouse moved.
- relayXview(self, *args)
- Relay xview changes.
- relayYview(self, *args)
- Relay yview changes.
- save(self)
- Set the preference values to the display, save the new values.
- saveUpdate(self)
- Save and update.
- setMenuPanesPreferencesRootSkein(self, skein, suffix, tableauRepository)
- Set the menu bar, skein panes, tableau preferences, root and skein.
- setMouseTool(self)
- Set the mouse tool.
- setMouseToolBindButtonMotion(self)
- Set the mouse tool and bind button one clicked, button one released and motion.
- shiftButtonRelease1(self, event)
- The button was released while the shift key was pressed.
- shiftMotion(self, event)
- The mouse moved.
- updateDeiconify(self, center=(0.5+0.5j))
- Update and deiconify the window.
| |