|
|
__init__(self,
parentWindow,
typeConverter,
syncManager)
Draws an empty canvas of the appropriate size |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on_dataprovider_added(self,
sender,
dataproviderAdded,
conduitCanvasItem)
Creates a DataProviderCanvasItem for the new dataprovider and adds
it to the canvas |
source code
|
|
|
|
|
|
|
move_next(self)
Moves the canvas to the next conduit |
source code
|
|
|
|
move_previous(self)
Moves the canvas to the previous conduit |
source code
|
|
|
|
set_position(self,
index)
Sets the Canvas position to the index provided |
source code
|
|
|
|
|
|
|
get_position_str(self)
Gets the position representation |
source code
|
|
|
|
_refresh_current_item(self)
Refreshes the current item; only in drawing, not the conduit |
source code
|
|
|
|
_remove_current_item(self)
Clears the current conduit from the Canvas |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from gtkui.Canvas.Canvas:
add_dataprovider_to_canvas,
clear_canvas,
get_sync_set,
on_auto_sync_toggle,
on_configure_dataprovider_clicked,
on_delete_conduit_clicked,
on_delete_dataprovider_clicked,
on_drag_motion,
on_policy_toggle,
on_refresh_conduit_clicked,
on_refresh_dataprovider_clicked,
on_slow_sync_toggle,
on_synchronize_conduit_clicked,
on_two_way_sync_toggle
Inherited from gtkui.Canvas.Canvas (private):
_canvas_resized,
_get_bottom_of_conduits_coord,
_remove_overlap,
_show_welcome_message
|