Home
last modified time | relevance | path

Searched refs:get_modified_count (Results 1 – 3 of 3) sorted by relevance

/dports/devel/regexxer/regexxer-0.10/src/
H A Dfiletree.h66 int get_modified_count() const;
H A Dmainwindow.cc564 if (filetree_->get_modified_count() == 0) in confirm_quit_request()
579 if (filetree_->get_modified_count() > 0) in on_find_files()
780 controller_.save_all.set_enabled(filetree_->get_modified_count() > 0); in on_filetree_modified_count_changed()
H A Dfiletree.cc274 int FileTree::get_modified_count() const in get_modified_count() function in Regexxer::FileTree