class TagCloudWidget(ConnectorMixin, Gtk.TextView): (source)
Unknown Field: signal | |
selection-changed (): emitted when tag selection changes | |
sorting-changed (): emitted when tag sorting changes |
Method | __init__ |
Undocumented |
Method | connect_index |
Connect to an Index object |
Method | disconnect_index |
Stop the model from listening to the index. Used to unhook the model before reloading the index. |
Method | do_populate_popup |
Undocumented |
Method | get_tag_filter |
No summary |
Method | set_sorting |
Undocumented |
Class Variable | __gsignals__ |
Undocumented |
Instance Variable | index |
Undocumented |
Method | _clear |
Clears the cloud |
Method | _switch_sorting |
Undocumented |
Method | _update |
Update the cloud to show only tags that share a set of pages with the selected tags. |
Instance Variable | _alphabetically |
Undocumented |
Inherited from ConnectorMixin
:
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 |