Mercurial > hg > octave-nkf
comparison libgui/src/m-editor/file-editor-tab.h @ 15367:501a9cc2c68f
maint: whitespace cleanup in GUI code
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 12 Sep 2012 16:34:39 -0400 |
parents | b4c32f245da7 |
children | 24b5348d38e7 |
comparison
equal
deleted
inserted
replaced
15366:d4e3f29aa499 | 15367:501a9cc2c68f |
---|---|
31 | 31 |
32 class file_editor; | 32 class file_editor; |
33 class file_editor_tab : public QWidget, public octave_event_observer | 33 class file_editor_tab : public QWidget, public octave_event_observer |
34 { | 34 { |
35 Q_OBJECT | 35 Q_OBJECT |
36 public: | 36 public: |
37 file_editor_tab (file_editor *fileEditor); | 37 file_editor_tab (file_editor *fileEditor); |
38 bool copy_available (); | 38 bool copy_available (); |
39 | 39 |
40 void event_accepted (octave_event *e); | 40 void event_accepted (octave_event *e); |
41 void event_reject (octave_event *e); | 41 void event_reject (octave_event *e); |
71 bool save_file (const QString& saveFileName); | 71 bool save_file (const QString& saveFileName); |
72 bool save_file_as(); | 72 bool save_file_as(); |
73 void run_file (); | 73 void run_file (); |
74 | 74 |
75 void file_has_changed (const QString& fileName); | 75 void file_has_changed (const QString& fileName); |
76 QString get_file_name () const {return _file_name;} | 76 QString get_file_name () const {return _file_name;} |
77 | 77 |
78 /** Tells the editor tab to react on changed settings. */ | 78 /** Tells the editor tab to react on changed settings. */ |
79 void notice_settings (); | 79 void notice_settings (); |
80 | 80 |
81 signals: | 81 signals: |
82 void file_name_changed (const QString& fileName); | 82 void file_name_changed (const QString& fileName); |