exifpanel: improved ui for editing tags

(cherry picked from commit f6f4ddf54c25e6e577bf4960ea51fc23e8434559)
This commit is contained in:
Alberto Griggio
2020-04-14 05:36:40 -07:00
committed by Lawrence Lee
parent 7c9726ddbe
commit 38eb9f9f18
2 changed files with 51 additions and 97 deletions

View File

@@ -117,8 +117,10 @@ private:
void onExifTreeClick(GdkEventButton *event);
void onExifRowExpanded(const Gtk::TreeModel::iterator &it, const Gtk::TreeModel::Path &path);
void onExifRowCollapsed(const Gtk::TreeModel::iterator &it, const Gtk::TreeModel::Path &path);
void onExifRowActivated(const Gtk::TreeModel::Path &path, Gtk::TreeViewColumn *column);
void setExifTagValue(Gtk::CellRenderer *renderer, const Gtk::TreeModel::iterator &it);
void onEditExifTagValue(const Glib::ustring &path, const Glib::ustring &value);
public:
ExifPanel ();
~ExifPanel() override;