/[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 2464 by schoenebeck, Thu Sep 5 00:49:13 2013 UTC revision 2507 by persson, Sun Jan 12 19:37:55 2014 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006 - 2013 Andreas Persson   * Copyright (C) 2006 - 2014 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 42  Line 42 
42  #include "regionchooser.h"  #include "regionchooser.h"
43  #include "dimregionchooser.h"  #include "dimregionchooser.h"
44  #include "dimregionedit.h"  #include "dimregionedit.h"
45    #include "midirules.h"
46  #ifndef OLD_THREADS  #ifndef OLD_THREADS
47  #include <glibmm/threads.h>  #include <glibmm/threads.h>
48  #endif  #endif
# Line 176  protected: Line 177  protected:
177    
178      PropDialog propDialog;      PropDialog propDialog;
179      InstrumentProps instrumentProps;      InstrumentProps instrumentProps;
180        MidiRules midiRules;
181    
182      sigc::signal<void, gig::File*> file_structure_to_be_changed_signal;      sigc::signal<void, gig::File*> file_structure_to_be_changed_signal;
183      sigc::signal<void, gig::File*> file_structure_changed_signal;      sigc::signal<void, gig::File*> file_structure_changed_signal;
# Line 277  protected: Line 279  protected:
279      void on_action_quit();      void on_action_quit();
280      void show_instr_props();      void show_instr_props();
281      bool instr_props_set_instrument();      bool instr_props_set_instrument();
282        void show_midi_rules();
283      void on_action_view_status_bar();      void on_action_view_status_bar();
284      void on_action_help_about();      void on_action_help_about();
285    

Legend:
Removed from v.2464  
changed lines
  Added in v.2507

  ViewVC Help
Powered by ViewVC