/[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 2894 by schoenebeck, Sat Apr 30 14:42:14 2016 UTC revision 2918 by schoenebeck, Wed May 18 10:10:25 2016 UTC
# Line 213  public: Line 213  public:
213      sigc::signal<void, int/*key*/, int/*velocity*/>& signal_keyboard_key_released();      sigc::signal<void, int/*key*/, int/*velocity*/>& signal_keyboard_key_released();
214    
215      sigc::signal<void, gig::Instrument*>& signal_switch_sampler_instrument();      sigc::signal<void, gig::Instrument*>& signal_switch_sampler_instrument();
216        
217        sigc::signal<void, gig::Script*> signal_script_to_be_changed;
218        sigc::signal<void, gig::Script*> signal_script_changed;
219    
220      // implementation for abstract methods of interface class "ManagedWindow"      // implementation for abstract methods of interface class "ManagedWindow"
221      virtual Settings::Property<int>* windowSettingX() { return &Settings::singleton()->mainWindowX; }      virtual Settings::Property<int>* windowSettingX() { return &Settings::singleton()->mainWindowX; }
222      virtual Settings::Property<int>* windowSettingY() { return &Settings::singleton()->mainWindowY; }      virtual Settings::Property<int>* windowSettingY() { return &Settings::singleton()->mainWindowY; }
# Line 380  protected: Line 383  protected:
383      void show_midi_rules();      void show_midi_rules();
384      void show_script_slots();      void show_script_slots();
385      void on_action_view_status_bar();      void on_action_view_status_bar();
386        void on_auto_restore_win_dim();
387      void on_action_refresh_all();      void on_action_refresh_all();
388      void on_action_warn_user_on_extensions();      void on_action_warn_user_on_extensions();
389      void on_action_sync_sampler_instrument_selection();      void on_action_sync_sampler_instrument_selection();

Legend:
Removed from v.2894  
changed lines
  Added in v.2918

  ViewVC Help
Powered by ViewVC