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

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

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

revision 3363 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC revision 3364 by schoenebeck, Tue Nov 14 18:07:25 2017 UTC
# Line 47  Line 47 
47  #include "compat.h"  #include "compat.h"
48  #include "ManagedWindow.h"  #include "ManagedWindow.h"
49    
50  class MidiRuleCtrlTrigger : public Gtk::VBox,  class MidiRuleCtrlTrigger : public VBox,
51                              public PropEditor<gig::MidiRuleCtrlTrigger> {                              public PropEditor<gig::MidiRuleCtrlTrigger> {
52  public:  public:
53      MidiRuleCtrlTrigger();      MidiRuleCtrlTrigger();
# Line 101  protected: Line 101  protected:
101      Table table;      Table table;
102      NumEntryTemp<uint8_t> eControllerNumber;      NumEntryTemp<uint8_t> eControllerNumber;
103    
104      Gtk::VBox vbox;      VBox vbox;
105      Glib::RefPtr<Gtk::ListStore> list_store;      Glib::RefPtr<Gtk::ListStore> list_store;
106      Gtk::TreeView tree_view;      Gtk::TreeView tree_view;
107      Gtk::ScrolledWindow scrolled_window;      Gtk::ScrolledWindow scrolled_window;
# Line 163  protected: Line 163  protected:
163          NUMBER_OF_RULES          NUMBER_OF_RULES
164      };      };
165    
166      Gtk::VBox vbox;      VBox vbox;
167    
168      Gtk::Label label;      Gtk::Label label;
169      Gtk::ComboBoxText combo;      Gtk::ComboBoxText combo;
170      Gtk::HBox hbox;      HBox hbox;
171    
172      Gtk::HBox box;      HBox box;
173    
174      MidiRuleCtrlTrigger ctrl_trigger;      MidiRuleCtrlTrigger ctrl_trigger;
175      MidiRuleLegato legato;      MidiRuleLegato legato;
176    
177      Gtk::HButtonBox button_box;      HButtonBox button_box;
178      Gtk::Button quit_button;      Gtk::Button quit_button;
179    
180      const Glib::ustring unknown;      const Glib::ustring unknown;

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

  ViewVC Help
Powered by ViewVC