/[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 2695 by schoenebeck, Tue Jan 6 18:11:27 2015 UTC revision 2715 by schoenebeck, Tue Jan 20 18:48:15 2015 UTC
# Line 233  protected: Line 233  protected:
233      void on_sel_change();      void on_sel_change();
234      void region_changed();      void region_changed();
235      void dimreg_changed();      void dimreg_changed();
236        void select_instrument(gig::Instrument* instrument);
237      bool select_dimension_region(gig::DimensionRegion* dimRgn);      bool select_dimension_region(gig::DimensionRegion* dimRgn);
238      void select_sample(gig::Sample* sample);      void select_sample(gig::Sample* sample);
239      void on_loader_progress();      void on_loader_progress();
# Line 366  protected: Line 367  protected:
367      void on_action_sample_properties();      void on_action_sample_properties();
368      void on_action_add_group();      void on_action_add_group();
369      void on_action_add_sample();      void on_action_add_sample();
370        void on_action_replace_sample();
371      void on_action_replace_all_samples_in_all_groups();      void on_action_replace_all_samples_in_all_groups();
372      void on_action_remove_sample();      void on_action_remove_sample();
373            
# Line 410  protected: Line 412  protected:
412      bool check_if_savable();      bool check_if_savable();
413    
414      void on_button_release(GdkEventButton* button);      void on_button_release(GdkEventButton* button);
415        void on_instruments_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
416        void on_instruments_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
417                                                   Gtk::SelectionData& selection_data, guint, guint);
418        void on_instruments_treeview_drop_drag_data_received(
419            const Glib::RefPtr<Gdk::DragContext>& context, int, int,
420            const Gtk::SelectionData& selection_data, guint, guint time
421        );
422      void on_scripts_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);      void on_scripts_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
423      void on_scripts_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,      void on_scripts_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
424                                             Gtk::SelectionData& selection_data, guint, guint);                                             Gtk::SelectionData& selection_data, guint, guint);
# Line 440  protected: Line 449  protected:
449      void on_sample_ref_count_incremented(gig::Sample* sample, int offset);      void on_sample_ref_count_incremented(gig::Sample* sample, int offset);
450      void on_samples_to_be_removed(std::list<gig::Sample*> samples);      void on_samples_to_be_removed(std::list<gig::Sample*> samples);
451    
452        void add_or_replace_sample(bool replace);
453    
454      void __import_queued_samples();      void __import_queued_samples();
455      void __clear();      void __clear();
456      void __refreshEntireGUI();      void __refreshEntireGUI();

Legend:
Removed from v.2695  
changed lines
  Added in v.2715

  ViewVC Help
Powered by ViewVC