deluge.ui.gtkui.removetorrentdialog

class deluge.ui.gtkui.removetorrentdialog.RemoveTorrentDialog(torrent_ids)

Bases: object

This class is used to create and show a Remove Torrent Dialog.

Parameter:torrent_ids (list of torrent_ids) – the torrent_ids to remove
Raises TypeError:
 if torrent_id is not a sequence type
Raises ValueError:
 if torrent_id contains no torrent_ids or is None
run()
Shows the dialog and awaits for user input. The user can select to remove the torrent(s) from the session with or without their data.

Previous topic

deluge.ui.gtkui.queuedtorrents

Next topic

deluge.ui.gtkui.sidebar

This Page