X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_regions.h;h=ae830b0e24f09eb87fee22b8864e0e2b5ab38603;hb=842c33fba81ee7d360bb347a9a011582f6aac95f;hp=6a37595bd33d925cb55589be2f5f408596c1ac24;hpb=ed626628b54e67dd9621c08d82a42afaed00c7ac;p=ardour.git diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h index 6a37595bd3..ae830b0e24 100644 --- a/gtk2_ardour/editor_regions.h +++ b/gtk2_ardour/editor_regions.h @@ -68,7 +68,7 @@ public: _display.get_selection()->unselect_all (); } - void delete_unused_regions(); + void remove_unused_regions (); XMLNode& get_state () const; void set_state (const XMLNode &); @@ -149,11 +149,11 @@ private: int sorter (Gtk::TreeModel::iterator, Gtk::TreeModel::iterator); - void format_position (ARDOUR::framepos_t pos, char* buf, size_t bufsize); + void format_position (ARDOUR::framepos_t pos, char* buf, size_t bufsize, bool onoff = true); void add_region (boost::shared_ptr); - void populate_row (boost::shared_ptr, Gtk::TreeModel::Row const &); + void populate_row (boost::shared_ptr, Gtk::TreeModel::Row const &, PBD::PropertyChange const &); void populate_row_used (boost::shared_ptr region, Gtk::TreeModel::Row const& row, uint32_t used); void populate_row_position (boost::shared_ptr region, Gtk::TreeModel::Row const& row, uint32_t used); void populate_row_end (boost::shared_ptr region, Gtk::TreeModel::Row const& row, uint32_t used); @@ -182,7 +182,7 @@ private: Glib::RefPtr hide_action () const; Glib::RefPtr show_action () const; - Glib::RefPtr delete_unused_regions_action() const; + Glib::RefPtr remove_unused_regions_action () const; Glib::RefPtr toggle_full_action () const; Glib::RefPtr toggle_show_auto_regions_action () const;