class documentation

class TagsPluginWidget(Gtk.VPaned, WindowSidePaneWidget): (source)

View In Hierarchy

Widget combining a tag cloud and a tag based page treeview
Method __init__ Undocumented
Method disconnect_model Stop the model from listening to the index. Used to unhook the model before reloading the index. Typically should be followed by reload_model().
Method on_cloud_selection_changed Undocumented
Method on_cloud_sortin_changed Undocumented
Method on_populate_popup Undocumented
Method reconnect_model Undocumented
Method reload_model Re-initialize the treeview model. This is called when reloading the index to get rid of out-of-sync model errors without need to close the app first.
Method set_page Undocumented
Method toggle_show_full_page_name Undocumented
Method toggle_treeview Toggle the treeview type in the widget
Class Variable title Undocumented
Instance Variable index Undocumented
Instance Variable notebook Undocumented
Instance Variable tagcloud Undocumented
Instance Variable treeview Undocumented
Instance Variable uistate Undocumented

Inherited from WindowSidePaneWidget:

Method get_title_label Undocumented
Method set_embeded_closebutton Embed a button in the widget to close the side pane @param button: a button widget or None to unset @returns: True if supported and successfull
Method set_title Undocumented
Method _drop_label Undocumented
Instance Variable _title_labels Undocumented

Inherited from ConnectorMixin (via WindowSidePaneWidget):

Method connectto Connect to signals of another object E.g.:
Method connectto_all Convenience method to combine multiple calls to connectto().
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method disconnect_from Disc all signals that have been connected with connectto and friends to a specific object.
Method _disconnect_from Undocumented
Instance Variable _connected_signals Undocumented
def __init__(self, notebook, navigation, uistate): (source)

Undocumented

def disconnect_model(self): (source)
Stop the model from listening to the index. Used to unhook the model before reloading the index. Typically should be followed by reload_model().
def on_cloud_selection_changed(self, cloud): (source)

Undocumented

def on_cloud_sortin_changed(self, cloud, sorting): (source)

Undocumented

def on_populate_popup(self, treeview, menu): (source)

Undocumented

def reconnect_model(self): (source)

Undocumented

def reload_model(self): (source)
Re-initialize the treeview model. This is called when reloading the index to get rid of out-of-sync model errors without need to close the app first.
def set_page(self, page): (source)

Undocumented

def toggle_show_full_page_name(self): (source)

Undocumented

def toggle_treeview(self): (source)
Toggle the treeview type in the widget
index = (source)

Undocumented

notebook = (source)

Undocumented

tagcloud = (source)

Undocumented

treeview = (source)

Undocumented

uistate = (source)

Undocumented