/[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 1660 by schoenebeck, Sun Feb 3 00:19:55 2008 UTC revision 1725 by persson, Sat Apr 26 08:52:15 2008 UTC
# Line 336  protected: Line 336  protected:
336      void on_action_sample_properties();      void on_action_sample_properties();
337      void on_action_add_group();      void on_action_add_group();
338      void on_action_add_sample();      void on_action_add_sample();
339        void on_action_replace_all_samples_in_all_groups();
340      void on_action_remove_sample();      void on_action_remove_sample();
341    
342      void on_action_add_instrument();      void on_action_add_instrument();
# Line 350  protected: Line 351  protected:
351      bool file_has_name;      bool file_has_name;
352      bool file_is_changed;      bool file_is_changed;
353      std::string filename;      std::string filename;
354      std::string current_dir;      std::string current_gig_dir;
355        std::string current_sample_dir;
356    
357      void set_file_is_shared(bool);      void set_file_is_shared(bool);
358    

Legend:
Removed from v.1660  
changed lines
  Added in v.1725

  ViewVC Help
Powered by ViewVC