Mercurial > hg > octave-nkf
comparison libgui/src/m-editor/file-editor.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 | bbbb89cc338f |
comparison
equal
deleted
inserted
replaced
15366:d4e3f29aa499 | 15367:501a9cc2c68f |
---|---|
43 debugger_position | 43 debugger_position |
44 }; | 44 }; |
45 | 45 |
46 class file_editor : public file_editor_interface | 46 class file_editor : public file_editor_interface |
47 { | 47 { |
48 Q_OBJECT | 48 Q_OBJECT |
49 | 49 |
50 public: | 50 public: |
51 file_editor (QTerminal *terminal, main_window *m); | 51 file_editor (QTerminal *terminal, main_window *m); |
52 ~file_editor (); | 52 ~file_editor (); |
53 void loadFile (const QString& fileName); | 53 void loadFile (const QString& fileName); |
54 | 54 |
55 QTerminal * terminal (); | 55 QTerminal * terminal (); |
91 void handle_file_name_changed (const QString& fileName); | 91 void handle_file_name_changed (const QString& fileName); |
92 void handle_tab_close_request (int index); | 92 void handle_tab_close_request (int index); |
93 void handle_tab_close_request (); | 93 void handle_tab_close_request (); |
94 void active_tab_changed (int index); | 94 void active_tab_changed (int index); |
95 void handle_editor_state_changed (); | 95 void handle_editor_state_changed (); |
96 | 96 |
97 /** Tells the editor to react on changed settings. */ | 97 /** Tells the editor to react on changed settings. */ |
98 void notice_settings (); | 98 void notice_settings (); |
99 | 99 |
100 private: | 100 private: |
101 void construct (); | 101 void construct (); |