/[svn]/gigedit/trunk/src/gigedit/mainwindow.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2621 by schoenebeck, Wed Jun 11 16:46:27 2014 UTC revision 2644 by schoenebeck, Tue Jun 17 22:55:02 2014 UTC
# Line 342  protected: Line 342  protected:
342      void on_action_duplicate_instrument();      void on_action_duplicate_instrument();
343      void on_action_remove_instrument();      void on_action_remove_instrument();
344    
345        void show_samples_tab();
346        void show_intruments_tab();
347        void show_scripts_tab();
348    
349      void add_instrument(gig::Instrument* instrument);      void add_instrument(gig::Instrument* instrument);
350      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,
351                                                 int position = -1);                                                 int position = -1);
# Line 380  protected: Line 384  protected:
384    
385      void script_name_changed(const Gtk::TreeModel::Path& path,      void script_name_changed(const Gtk::TreeModel::Path& path,
386                               const Gtk::TreeModel::iterator& iter);                               const Gtk::TreeModel::iterator& iter);
387        void script_double_clicked(const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* column);
388      void sample_name_changed(const Gtk::TreeModel::Path& path,      void sample_name_changed(const Gtk::TreeModel::Path& path,
389                               const Gtk::TreeModel::iterator& iter);                               const Gtk::TreeModel::iterator& iter);
390      void instrument_name_changed(const Gtk::TreeModel::Path& path,      void instrument_name_changed(const Gtk::TreeModel::Path& path,
# Line 388  protected: Line 393  protected:
393      sigc::connection instrument_name_connection;      sigc::connection instrument_name_connection;
394    
395      void on_action_combine_instruments();      void on_action_combine_instruments();
396        void on_action_view_references();
397      void on_action_merge_files();      void on_action_merge_files();
398      void mergeFiles(const std::vector<std::string>& filenames);      void mergeFiles(const std::vector<std::string>& filenames);
399    

Legend:
Removed from v.2621  
changed lines
  Added in v.2644

  ViewVC Help
Powered by ViewVC