/[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 3116 by schoenebeck, Sat Apr 15 20:21:41 2017 UTC revision 3144 by schoenebeck, Wed May 3 19:00:11 2017 UTC
# Line 22  Line 22 
22    
23  #ifdef LIBGIG_HEADER_FILE  #ifdef LIBGIG_HEADER_FILE
24  # include LIBGIG_HEADER_FILE(gig.h)  # include LIBGIG_HEADER_FILE(gig.h)
25    # include LIBGIG_HEADER_FILE(serialization.h)
26  #else  #else
27  # include <gig.h>  # include <gig.h>
28    # include <serialization.h>
29  #endif  #endif
30    
31  #include <gtkmm/box.h>  #include <gtkmm/box.h>
# Line 433  protected: Line 435  protected:
435      void show_intruments_tab();      void show_intruments_tab();
436      void show_scripts_tab();      void show_scripts_tab();
437    
438        void select_prev_region();
439        void select_next_region();
440    
441        void select_next_dim_rgn_zone();
442        void select_prev_dim_rgn_zone();
443        void select_add_next_dim_rgn_zone();
444        void select_add_prev_dim_rgn_zone();
445        void select_prev_dimension();
446        void select_next_dimension();
447    
448        Serialization::Archive m_serializationArchive;
449    
450        void copy_selected_dimrgn();
451        void paste_copied_dimrgn();
452        void updateClipboardCopyAvailable();
453        void updateClipboardPasteAvailable();
454        void on_clipboard_owner_change(GdkEventOwnerChange* event);
455        void on_clipboard_get(Gtk::SelectionData& selection_data, guint info);
456        void on_clipboard_clear();
457        void on_clipboard_received(const Gtk::SelectionData& selection_data);
458        void on_clipboard_received_targets(const std::vector<Glib::ustring>& targets);
459    
460      void add_instrument(gig::Instrument* instrument);      void add_instrument(gig::Instrument* instrument);
461      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,      Gtk::RadioMenuItem* add_instrument_to_menu(const Glib::ustring& name,
462                                                 int position = -1);                                                 int position = -1);

Legend:
Removed from v.3116  
changed lines
  Added in v.3144

  ViewVC Help
Powered by ViewVC