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

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

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

revision 3154 by schoenebeck, Sat May 6 13:46:14 2017 UTC revision 3155 by schoenebeck, Sun May 7 15:32:43 2017 UTC
# Line 82  protected: Line 82  protected:
82      Gtk::Button m_applyButton;      Gtk::Button m_applyButton;
83      Gtk::Button m_cancelButton;      Gtk::Button m_cancelButton;
84    
85        bool m_altKeyDown;
86    
87      bool isModified() const;      bool isModified() const;
88      void onButtonCancel();      void onButtonCancel();
89      void onButtonApply();      void onButtonApply();
# Line 97  protected: Line 99  protected:
99                                          const Gtk::TreeModel::iterator& iter);                                          const Gtk::TreeModel::iterator& iter);
100      void deleteSelectedRows();      void deleteSelectedRows();
101      void inverseDeleteSelectedRows();      void inverseDeleteSelectedRows();
102        void deleteRows(const std::vector<Gtk::TreeModel::Path>& rows);
103        bool onKeyPressed(GdkEventKey* key);
104        bool onKeyReleased(GdkEventKey* key);
105  };  };
106    
107  #endif // GIGEDIT_MACROEDITOR_H  #endif // GIGEDIT_MACROEDITOR_H

Legend:
Removed from v.3154  
changed lines
  Added in v.3155

  ViewVC Help
Powered by ViewVC