/[svn]/gigedit/trunk/src/gigedit/ReferencesView.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/ReferencesView.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2694 by schoenebeck, Wed Jun 11 20:26:26 2014 UTC revision 2695 by schoenebeck, Tue Jan 6 18:11:27 2015 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) 2014 Christian Schoenebeck      Copyright (c) 2014,2015 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 21  class ReferencesView : public Gtk::Dialo Line 21  class ReferencesView : public Gtk::Dialo
21  public:  public:
22      ReferencesView(Gtk::Window& parent);      ReferencesView(Gtk::Window& parent);
23      void setSample(gig::Sample* sample);      void setSample(gig::Sample* sample);
24    
25        // When the user single clicked on a sample reference on this reference
26        // view dialog, then this signal is emitted and the dimension region editor
27        // shall select the respective, instrument, region and dimension region for
28        // further editing. The editor shall return true if selection was successful
29        // or should return false on errors.
30        sigc::signal<bool, gig::DimensionRegion*> dimension_region_selected;
31    
32  protected:  protected:
33      gig::Sample* m_sample;      gig::Sample* m_sample;
34    
# Line 64  protected: Line 72  protected:
72      };      };
73    
74      Glib::RefPtr<RefsTreeStore>  m_refTreeModel;      Glib::RefPtr<RefsTreeStore>  m_refTreeModel;
75    
76        void onSelectionChanged();
77  };  };
78    
79  #endif // GIGEDIT_REFERENCESVIEW_H  #endif // GIGEDIT_REFERENCESVIEW_H

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

  ViewVC Help
Powered by ViewVC