|
|
|
|
|
| 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
|
|
|
|
|
|
|
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
|
|