deluge.ui.gtkui.pluginmanager

class deluge.ui.gtkui.pluginmanager.PluginManager

Bases: deluge.pluginmanagerbase.PluginManagerBase, deluge.component.Component

add_preferences_page(*args)
add_toolbar_button(*args, **kwargs)
add_toolbar_separator()
add_torrentmenu_menu(*args)
add_torrentmenu_separator()
add_torrentview_text_column(*args, **kwargs)
deregister_hook(hook, function)
Deregisters a hook function
get_selected_torrents()
Returns a list of the selected torrent_ids
register_hook(hook, function)
Register a hook function with the plugin manager
remove_preferences_page(*args)
remove_toolbar_button(*args)
remove_torrentmenu_item(*args)
remove_torrentview_column(*args)
run_on_apply_prefs()
This hook is run after the user clicks Apply or OK in the preferences dialog.
run_on_show_prefs()
This hook is run before the user is shown the preferences dialog. It is designed so that plugins can update their preference page with the config.
start()
Start the plugin manager
stop()
update()
update_torrent_view(*args)

Previous topic

deluge.ui.gtkui.peers_tab

Next topic

deluge.ui.gtkui.preferences

This Page