class TrayIconBase(object): (source)
Known subclasses: zim.plugins.trayicon.AppIndicatorTrayIcon
, zim.plugins.trayicon.StatusIconTrayIcon
Method | do_activate_notebook |
Open a specific notebook. |
Method | do_open_notebook |
Opens the notebook dialogs |
Method | do_quick_note |
Show the dialog from the quicknote plugin |
Method | do_quit |
Quit zim. |
Method | get_trayicon_menu |
Returns the main 'tray icon menu |
Method | list_all_notebooks |
Returns a list of all notebooks known in the current context |
Method | list_open_notebooks |
Returns a list of open notebook. |
Method | populate_menu_with_notebooks |
Populate a menu with a list of notebooks |
Returns a list of all notebooks known in the current context
This method mixes notebooks from list_open_notebooks()
with input from get_notebook_list()
. Open notebooks will have the active attribute set.
Returns | |
a list of NotebookInfo objects |
Returns a list of open notebook.
This method is to be implemented in child classes.
Returns | |
a list of NotebookInfo objects |