Home
last modified time | relevance | path

Searched refs:SpecialNotebook (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/gnote/gnote-41.1/src/notebooks/
H A Dspecialnotebooks.hpp40 class SpecialNotebook class
44 typedef std::shared_ptr<SpecialNotebook> Ptr;
48 SpecialNotebook(NoteManagerBase & m, const Glib::ustring &s) in SpecialNotebook() function in gnote::notebooks::SpecialNotebook
58 : public SpecialNotebook
71 : public SpecialNotebook
84 : public SpecialNotebook
97 : public SpecialNotebook
H A Dspecialnotebooks.cpp35 Tag::Ptr SpecialNotebook::get_tag() const in get_tag()
40 Note::Ptr SpecialNotebook::get_template_note() const in get_template_note()
47 : SpecialNotebook(manager, _("All")) in AllNotesNotebook()
76 : SpecialNotebook(manager, _("Unfiled")) in UnfiledNotesNotebook()
107 : SpecialNotebook(manager, C_("notebook", "Important")) in PinnedNotesNotebook()
134 : SpecialNotebook(manager, _("Active")) in ActiveNotesNotebook()
H A Dnotebookmanager.cpp430 SpecialNotebook::Ptr spec_a = std::dynamic_pointer_cast<SpecialNotebook>(notebook_a); in compare_notebooks_sort_func()
431 SpecialNotebook::Ptr spec_b = std::dynamic_pointer_cast<SpecialNotebook>(notebook_b); in compare_notebooks_sort_func()
478 if (!notebook || std::dynamic_pointer_cast<SpecialNotebook>(notebook)) { in filter_notebooks()
/dports/deskutils/gnote/gnote-41.1/src/plugins/specialnotes/
H A Dspecialnotesapplicationaddin.cpp35 : public gnote::notebooks::SpecialNotebook
39 : SpecialNotebook(nm, _("Special Notes")) in SpecialNotesNotebook()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dsearchnoteswidget.cpp170 if(std::dynamic_pointer_cast<notebooks::SpecialNotebook>(selected_notebook)) { in perform_search()
282 …notebooks::SpecialNotebook::Ptr special_nb = std::dynamic_pointer_cast<notebooks::SpecialNotebook>… in notebook_pixbuf_cell_data_func()
305 if(std::dynamic_pointer_cast<notebooks::SpecialNotebook>(notebook)) { in notebook_text_cell_data_func()
323 if(std::dynamic_pointer_cast<notebooks::SpecialNotebook>(old_notebook)) { in on_notebook_row_edited()
376 if(std::dynamic_pointer_cast<notebooks::SpecialNotebook>(notebook)) { in on_notebook_selection_changed()
1333 if(!notebook || std::dynamic_pointer_cast<notebooks::SpecialNotebook>(notebook)) { in new_note()