|
|
__init__(self,
conduitApplication,
moduleManager,
typeConverter,
syncManager)
Constructs the mainwindow. |
source code
|
|
|
|
| on_developer_menu_item_clicked(self,
menuitem,
name,
url) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
minimize_to_tray(self)
Iconifies the main window |
source code
|
|
|
|
is_visible(self)
Returns True if mainWindow is visible (not minimized or
withdrawn) |
source code
|
|
|
|
|
|
|
| on_sync_completed(self,
thread,
aborted,
error,
conflict) |
source code
|
|
|
|
on_synchronize_all_clicked(self,
widget)
Synchronize all valid conduits on the canvas |
source code
|
|
|
|
on_cancel_all_clicked(self,
widget)
Cancels all currently runnings syncs |
source code
|
|
|
|
on_clear_canvas(self,
widget)
Clear the canvas and start a new sync set |
source code
|
|
|
|
on_conduit_preferences(self,
widget)
Show the properties of the current sync set (status, conflicts,
etc Edit the sync specific properties |
source code
|
|
|
|
on_about_conduit(self,
widget)
Display about dialog |
source code
|
|
|
|
|
|
|
|
|
|
on_window_closed(self,
widget,
event=None)
Check if there are any synchronizations currently in progress and
ask the user if they wish to cancel them |
source code
|
|
|
|
drop_cb(self,
wid,
context,
x,
y,
time)
drop cb |
source code
|
|
|
|
drag_data_received_data(self,
treeview,
context,
x,
y,
selection,
info,
etime)
DND |
source code
|
|
|
|
|