/[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 3177 by schoenebeck, Thu May 11 20:59:46 2017 UTC revision 3197 by schoenebeck, Sat May 20 17:15:36 2017 UTC
# Line 291  protected: Line 291  protected:
291      void setupMacros();      void setupMacros();
292      void onMacrosSetupChanged(const std::vector<Serialization::Archive>& macros);      void onMacrosSetupChanged(const std::vector<Serialization::Archive>& macros);
293      void applyMacro(Serialization::Archive& macro);      void applyMacro(Serialization::Archive& macro);
294        void onScriptSlotsModified(gig::Instrument* pInstrument);
295    
296      void dimreg_all_dimregs_toggled();      void dimreg_all_dimregs_toggled();
297      gig::Instrument* get_instrument();      gig::Instrument* get_instrument();
# Line 303  protected: Line 304  protected:
304            add(m_col_nr);            add(m_col_nr);
305            add(m_col_name);            add(m_col_name);
306            add(m_col_instr);            add(m_col_instr);
307              add(m_col_scripts);
308          }          }
309    
310          Gtk::TreeModelColumn<int> m_col_nr;          Gtk::TreeModelColumn<int> m_col_nr;
311          Gtk::TreeModelColumn<Glib::ustring> m_col_name;          Gtk::TreeModelColumn<Glib::ustring> m_col_name;
312          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;          Gtk::TreeModelColumn<gig::Instrument*> m_col_instr;
313            Gtk::TreeModelColumn<Glib::ustring> m_col_scripts;
314      } m_Columns;      } m_Columns;
315    
316      Gtk::VBox m_VBox;      Gtk::VBox m_VBox;

Legend:
Removed from v.3177  
changed lines
  Added in v.3197

  ViewVC Help
Powered by ViewVC