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

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

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

revision 2896 by schoenebeck, Sun May 1 14:51:55 2016 UTC revision 2898 by schoenebeck, Sun May 1 21:17:42 2016 UTC
# Line 54  protected: Line 54  protected:
54      Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_preprocTag;
55      Glib::RefPtr<Gtk::TextBuffer::Tag> m_errorTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_errorTag;
56      Glib::RefPtr<Gtk::TextBuffer::Tag> m_warningTag;      Glib::RefPtr<Gtk::TextBuffer::Tag> m_warningTag;
     Glib::RefPtr<Gtk::TextBuffer::Tag> m_readOnlyTag;  
57      Gtk::TextView m_textView;      Gtk::TextView m_textView;
58      Gtk::Button m_applyButton;      Gtk::Button m_applyButton;
59      Gtk::Button m_cancelButton;      Gtk::Button m_cancelButton;
# Line 65  protected: Line 64  protected:
64      std::vector<LinuxSampler::ParserIssue> m_issues;      std::vector<LinuxSampler::ParserIssue> m_issues;
65  #endif  #endif
66    
67      bool m_ignoreEraseEvents;      bool isModified() const;
   
68      void onButtonCancel();      void onButtonCancel();
69      void onButtonApply();      void onButtonApply();
70      void onWindowHide();      void onWindowHide();
# Line 74  protected: Line 72  protected:
72      void onTextErased(const Gtk::TextBuffer::iterator& itStart, const Gtk::TextBuffer::iterator& itEnd);      void onTextErased(const Gtk::TextBuffer::iterator& itStart, const Gtk::TextBuffer::iterator& itEnd);
73      void onModifiedChanged();      void onModifiedChanged();
74  #if USE_LS_SCRIPTVM  #if USE_LS_SCRIPTVM
     void removeIssueAnchors();  
75      void updateSyntaxHighlightingByVM();      void updateSyntaxHighlightingByVM();
76      void updateParserIssuesByVM();      void updateParserIssuesByVM();
77      LinuxSampler::ScriptVM* GetScriptVM();      LinuxSampler::ScriptVM* GetScriptVM();
78        void updateIssueTooltip(GdkEventMotion* e);
79  #endif  #endif
80        bool on_motion_notify_event(GdkEventMotion* e);
81        bool onWindowDelete(GdkEventAny* e);
82  };  };
83    
84  #endif // GIGEDIT_SCRIPTEDITOR_H  #endif // GIGEDIT_SCRIPTEDITOR_H

Legend:
Removed from v.2896  
changed lines
  Added in v.2898

  ViewVC Help
Powered by ViewVC