/[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 2689 by schoenebeck, Sun Jan 4 17:19:19 2015 UTC revision 2701 by schoenebeck, Mon Jan 12 23:28:04 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);
238        void select_sample(gig::Sample* sample);
239      void on_loader_progress();      void on_loader_progress();
240      void on_loader_finished();      void on_loader_finished();
241      void on_loader_error();      void on_loader_error();
# Line 408  protected: Line 411  protected:
411      bool check_if_savable();      bool check_if_savable();
412    
413      void on_button_release(GdkEventButton* button);      void on_button_release(GdkEventButton* button);
414        void on_instruments_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
415        void on_instruments_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
416                                                   Gtk::SelectionData& selection_data, guint, guint);
417        void on_instruments_treeview_drop_drag_data_received(
418            const Glib::RefPtr<Gdk::DragContext>& context, int, int,
419            const Gtk::SelectionData& selection_data, guint, guint time
420        );
421      void on_scripts_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);      void on_scripts_treeview_drag_begin(const Glib::RefPtr<Gdk::DragContext>& context);
422      void on_scripts_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,      void on_scripts_treeview_drag_data_get(const Glib::RefPtr<Gdk::DragContext>&,
423                                             Gtk::SelectionData& selection_data, guint, guint);                                             Gtk::SelectionData& selection_data, guint, guint);

Legend:
Removed from v.2689  
changed lines
  Added in v.2701

  ViewVC Help
Powered by ViewVC