/[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 1339 by schoenebeck, Mon Sep 10 19:56:26 2007 UTC revision 1382 by schoenebeck, Thu Oct 4 23:29:22 2007 UTC
# Line 235  protected: Line 235  protected:
235    
236      LoadDialog* load_dialog;      LoadDialog* load_dialog;
237      Loader* loader;      Loader* loader;
238      void load_gig(gig::File* gig, const char* filename);      void load_gig(gig::File* gig, const char* filename, bool isSharedInstrument = false);
239    
240      gig::File* file;      gig::File* file;
241        bool file_is_shared;
242      bool file_has_name;      bool file_has_name;
243      bool file_is_changed;      bool file_is_changed;
244      std::string filename;      std::string filename;
# Line 265  protected: Line 266  protected:
266      void __clear();      void __clear();
267    
268      bool close_confirmation_dialog();      bool close_confirmation_dialog();
269        bool leaving_shared_mode_dialog();
270    
271      Gtk::Menu* popup_menu;      Gtk::Menu* popup_menu;
272    

Legend:
Removed from v.1339  
changed lines
  Added in v.1382

  ViewVC Help
Powered by ViewVC