Package plugins :: Module gui :: Class PluginsWindow
[hide private]
[frames] | no frames]

Class PluginsWindow

source code


Class for Plugins window
Instance Methods [hide private]
 
__init__(self)
Initialize Plugins window
source code
 
installed_plugins_treeview_selection_changed(self, treeview_selection) source code
 
_display_installed_plugin_info(self, plugin) source code
 
_clear_installed_plugin_info(self) source code
 
fill_installed_plugins_model(self) source code
 
installed_plugins_toggled_cb(self, cell, path) source code
 
on_plugins_window_destroy(self, widget)
Close window
source code
 
on_close_button_clicked(self, widget) source code
 
on_configure_plugin_button_clicked(self, widget) source code
 
on_uninstall_plugin_button_clicked(self, widget) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Initialize Plugins window
Decorators:
  • @log_calls('PluginsWindow')
Overrides: object.__init__

installed_plugins_treeview_selection_changed(self, treeview_selection)

source code 
Decorators:
  • @log_calls('PluginsWindow')

_display_installed_plugin_info(self, plugin)

source code 

_clear_installed_plugin_info(self)

source code 

fill_installed_plugins_model(self)

source code 
Decorators:
  • @log_calls('PluginsWindow')

installed_plugins_toggled_cb(self, cell, path)

source code 
Decorators:
  • @log_calls('PluginsWindow')

on_plugins_window_destroy(self, widget)

source code 
Close window
Decorators:
  • @log_calls('PluginsWindow')

on_close_button_clicked(self, widget)

source code 
Decorators:
  • @log_calls('PluginsWindow')

on_configure_plugin_button_clicked(self, widget)

source code 
Decorators:
  • @log_calls('PluginsWindow')

on_uninstall_plugin_button_clicked(self, widget)

source code 
Decorators:
  • @log_calls('PluginsWindow')