/[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 3643 by schoenebeck, Sat Dec 7 15:04:51 2019 UTC revision 3712 by schoenebeck, Fri Jan 10 15:22:34 2020 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006 - 2019 Andreas Persson   * Copyright (C) 2006 - 2020 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 352  protected: Line 352  protected:
352      Glib::RefPtr<Gio::SimpleAction> m_actionEditScript;      Glib::RefPtr<Gio::SimpleAction> m_actionEditScript;
353      Glib::RefPtr<Gio::SimpleAction> m_actionRemoveScript;      Glib::RefPtr<Gio::SimpleAction> m_actionRemoveScript;
354    
355        Glib::RefPtr<Gio::SimpleAction> m_actionInstrDoubleClickOpensProps;
356    
357      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleUnity;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleUnity;
358      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleTune;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleTune;
359      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleLoop;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleCopySampleLoop;
# Line 408  protected: Line 410  protected:
410  #if !USE_GTKMM_BUILDER  #if !USE_GTKMM_BUILDER
411      void on_instrument_selection_change(Gtk::RadioMenuItem* item);      void on_instrument_selection_change(Gtk::RadioMenuItem* item);
412  #endif  #endif
413        void on_action_move_instr();
414      void on_sel_change();      void on_sel_change();
415      void region_changed();      void region_changed();
416      void dimreg_changed();      void dimreg_changed();
# Line 574  protected: Line 577  protected:
577      void show_script_slots();      void show_script_slots();
578      void on_action_view_status_bar();      void on_action_view_status_bar();
579      void on_auto_restore_win_dim();      void on_auto_restore_win_dim();
580        void on_instr_double_click_opens_props();
581      void on_save_with_temporary_file();      void on_save_with_temporary_file();
582      void on_action_refresh_all();      void on_action_refresh_all();
583      void on_action_warn_user_on_extensions();      void on_action_warn_user_on_extensions();

Legend:
Removed from v.3643  
changed lines
  Added in v.3712

  ViewVC Help
Powered by ViewVC