/[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 2901 by schoenebeck, Mon May 2 16:10:56 2016 UTC revision 2956 by schoenebeck, Sat Jul 16 15:31:47 2016 UTC
# Line 34  public: Line 34  public:
34     ~ScriptEditor();     ~ScriptEditor();
35      void setScript(gig::Script* script);      void setScript(gig::Script* script);
36    
37        sigc::signal<void, gig::Script*> signal_script_to_be_changed;
38        sigc::signal<void, gig::Script*> signal_script_changed;
39    
40      // implementation for abstract methods of interface class "ManagedWindow"      // implementation for abstract methods of interface class "ManagedWindow"
41      virtual Settings::Property<int>* windowSettingX() { return &Settings::singleton()->scriptEditorWindowX; }      virtual Settings::Property<int>* windowSettingX() { return &Settings::singleton()->scriptEditorWindowX; }
42      virtual Settings::Property<int>* windowSettingY() { return &Settings::singleton()->scriptEditorWindowY; }      virtual Settings::Property<int>* windowSettingY() { return &Settings::singleton()->scriptEditorWindowY; }
# Line 95  protected: Line 98  protected:
98  #endif  #endif
99      bool on_motion_notify_event(GdkEventMotion* e);      bool on_motion_notify_event(GdkEventMotion* e);
100      bool onWindowDelete(GdkEventAny* e);      bool onWindowDelete(GdkEventAny* e);
101        void onMenuChangeFontSize();
102        int  currentFontSize() const;
103        void setFontSize(int size, bool save);
104  };  };
105    
106  #endif // GIGEDIT_SCRIPTEDITOR_H  #endif // GIGEDIT_SCRIPTEDITOR_H

Legend:
Removed from v.2901  
changed lines
  Added in v.2956

  ViewVC Help
Powered by ViewVC