Package conduit :: Package hildonui :: Module List :: Class DataProviderBox
[hide private]

Class DataProviderBox

source code


Instance Methods [hide private]
 
__init__(self) source code
 
on_dataprovider_available(self, loader, dataprovider) source code
 
on_dataprovider_unavailable(self, loader, dataprovider) source code
 
add_dataproviders(self, dpw=[])
Adds all enabled dataproviders to the model
source code
 
add_dataprovider(self, dpw)
Adds a new dataprovider
source code
 
remove_dataprovider(self, dpw)
Remove dataprovider
source code
 
on_combo_changed(self, combo)
Reload the category if the combo changes
source code
 
on_drag_data_get(self, treeview, context, selection, target_id, etime) source code
 
on_drag_data_delete(self, context, etime)
DnD magic.
source code
 
get_current_category(self)
Return the currently selected category name
source code
 
reload_category_if_current(self, category_name)
Only reloads the category if the given name is the current one
source code
 
reload_category(self)
Reloads the current category
source code
Class Variables [hide private]
  DND_TARGETS = [('conduit/element-name', 0, 0)]
Method Details [hide private]

on_drag_data_delete(self, context, etime)

source code 
DnD magic. do not touch