/[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 3068 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC revision 3134 by schoenebeck, Fri Apr 28 12:41:12 2017 UTC
# Line 364  protected: Line 364  protected:
364      Gtk::CheckButton dimreg_all_regions;      Gtk::CheckButton dimreg_all_regions;
365      Gtk::CheckButton dimreg_all_dimregs;      Gtk::CheckButton dimreg_all_dimregs;
366      Gtk::CheckButton dimreg_stereo;      Gtk::CheckButton dimreg_stereo;
367    
368        Gtk::HBox legend_hbox;
369        Gtk::Label labelLegend;
370        Gtk::Image imageNoSample;
371        Gtk::Label labelNoSample;
372        Gtk::Image imageMissingSample;
373        Gtk::Label labelMissingSample;
374        Gtk::Image imageLooped;
375        Gtk::Label labelLooped;
376        Gtk::Image imageSomeLoops;
377        Gtk::Label labelSomeLoops;
378      DimRegionEdit dimreg_edit;      DimRegionEdit dimreg_edit;
379    
380      Gtk::Notebook m_TreeViewNotebook;      Gtk::Notebook m_TreeViewNotebook;
# Line 375  protected: Line 386  protected:
386          Glib::ustring sample_path; // file name of the sample to be          Glib::ustring sample_path; // file name of the sample to be
387                                     // imported                                     // imported
388      };      };
389      std::list<SampleImportItem> m_SampleImportQueue;      std::map<gig::Sample*, SampleImportItem> m_SampleImportQueue;
390    
391    
392      void on_action_file_new();      void on_action_file_new();
# Line 422  protected: Line 433  protected:
433      void show_intruments_tab();      void show_intruments_tab();
434      void show_scripts_tab();      void show_scripts_tab();
435    
436        void select_prev_region();
437        void select_next_region();
438    
439        void select_next_dim_rgn_zone();
440        void select_prev_dim_rgn_zone();
441        void select_add_next_dim_rgn_zone();
442        void select_add_prev_dim_rgn_zone();
443        void select_prev_dimension();
444        void select_next_dimension();
445    
446      void add_instrument(gig::Instrument* instrument);      void add_instrument(gig::Instrument* instrument);
447      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,
448                                                 int position = -1);                                                 int position = -1);

Legend:
Removed from v.3068  
changed lines
  Added in v.3134

  ViewVC Help
Powered by ViewVC