deluge.ui.gtkui.connectionmanager

class deluge.ui.gtkui.connectionmanager.ConnectionManager

Bases: deluge.component.Component

add_host(host, port, username='', password='')

Adds a host to the list.

Parameters:
  • host – str, the hostname
  • port – int, the port
  • username – str, the username to login as
  • password – str, the password to login with
on_button_addhost_clicked(widget)
on_button_close_clicked(widget)
on_button_connect_clicked(widget=None)
on_button_refresh_clicked(widget)
on_button_removehost_clicked(widget)
on_button_startdaemon_clicked(widget)
on_hostlist_row_activated(tree, path, view_column)
on_hostlist_selection_changed(treeselection)
show()
Show the ConnectionManager dialog.
shutdown()
start()
start_daemon(port, config)
Attempts to start a daemon process and will show an ErrorDialog if unable to.
stop()
deluge.ui.gtkui.connectionmanager.cell_render_host(column, cell, model, row, data)
deluge.ui.gtkui.connectionmanager.cell_render_status(column, cell, model, row, data)

Previous topic

deluge.ui.gtkui.common

Next topic

deluge.ui.gtkui.createtorrentdialog

This Page