Further speedups for filebrowser

This commit is contained in:
Ingo Weyrich
2019-07-17 21:29:24 +02:00
parent d68b33effc
commit bbdd774afb
3 changed files with 25 additions and 24 deletions

View File

@@ -179,7 +179,7 @@ protected:
std::set<Glib::ustring> editedFiles;
void arrangeFiles ();
void arrangeFiles (bool checkfilter = true);
void zoomChanged (bool zoomIn);
public:
@@ -201,7 +201,7 @@ public:
return fd;
}
void on_style_updated () override;
void redraw (); // arrange files and draw area
void redraw (bool checkfilter = true); // arrange files and draw area
void refreshThumbImages (); // refresh thumbnail sizes, re-generate thumbnail images, arrange and draw
void refreshQuickThumbImages (); // refresh thumbnail sizes, re-generate thumbnail images, arrange and draw
void refreshEditedState (const std::set<Glib::ustring>& efiles);