/[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 3364 by schoenebeck, Tue Nov 14 18:07:25 2017 UTC revision 3419 by schoenebeck, Sat Feb 10 12:01:09 2018 UTC
# Line 273  protected: Line 273  protected:
273      Glib::RefPtr<Gio::SimpleAction> m_actionToggleRestoreWinDim;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleRestoreWinDim;
274      Glib::RefPtr<Gio::SimpleAction> m_actionToggleSaveWithTempFile;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleSaveWithTempFile;
275      Glib::RefPtr<Gio::SimpleAction> m_actionToggleWarnOnExtensions;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleWarnOnExtensions;
276        Glib::RefPtr<Gio::SimpleAction> m_actionToggleShowTooltips;
277      Glib::RefPtr<Gio::SimpleAction> m_actionToggleSyncSamplerSelection;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleSyncSamplerSelection;
278      Glib::RefPtr<Gio::SimpleAction> m_actionToggleMoveRootNoteWithRegion;      Glib::RefPtr<Gio::SimpleAction> m_actionToggleMoveRootNoteWithRegion;
279  #endif  #endif
# Line 352  protected: Line 353  protected:
353            add(m_col_name);            add(m_col_name);
354            add(m_col_instr);            add(m_col_instr);
355            add(m_col_scripts);            add(m_col_scripts);
356              add(m_col_tooltip);
357          }          }
358    
359          Gtk::TreeModelColumn<int> m_col_nr;          Gtk::TreeModelColumn<int> m_col_nr;
360          Gtk::TreeModelColumn<Glib::ustring> m_col_name;          Gtk::TreeModelColumn<Glib::ustring> m_col_name;
361          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;
362          Gtk::TreeModelColumn<Glib::ustring> m_col_scripts;          Gtk::TreeModelColumn<Glib::ustring> m_col_scripts;
363            Gtk::TreeModelColumn<Glib::ustring> m_col_tooltip;
364      } m_Columns;      } m_Columns;
365    
366      VBox m_VBox;      VBox m_VBox;
# Line 484  protected: Line 487  protected:
487      void on_save_with_temporary_file();      void on_save_with_temporary_file();
488      void on_action_refresh_all();      void on_action_refresh_all();
489      void on_action_warn_user_on_extensions();      void on_action_warn_user_on_extensions();
490        void on_action_show_tooltips();
491        void on_show_tooltips_changed();
492      void on_action_sync_sampler_instrument_selection();      void on_action_sync_sampler_instrument_selection();
493      void on_action_move_root_note_with_region_moved();      void on_action_move_root_note_with_region_moved();
494      void on_action_help_about();      void on_action_help_about();
# Line 561  protected: Line 566  protected:
566                                                 int position = -1);                                                 int position = -1);
567      void remove_instrument_from_menu(int index);      void remove_instrument_from_menu(int index);
568  #endif  #endif
569        bool onQueryTreeViewTooltip(int x, int y, bool keyboardTip, const Glib::RefPtr<Gtk::Tooltip>& tooltip);
570    
571      ProgressDialog* progress_dialog;      ProgressDialog* progress_dialog;
572      Loader* loader;      Loader* loader;
# Line 632  protected: Line 638  protected:
638      void __refreshEntireGUI();      void __refreshEntireGUI();
639      void updateScriptListOfMenu();      void updateScriptListOfMenu();
640      void assignScript(gig::Script* pScript);      void assignScript(gig::Script* pScript);
641        void dropAllScriptSlots();
642    
643      bool close_confirmation_dialog();      bool close_confirmation_dialog();
644      bool leaving_shared_mode_dialog();      bool leaving_shared_mode_dialog();

Legend:
Removed from v.3364  
changed lines
  Added in v.3419

  ViewVC Help
Powered by ViewVC