comparison libgui/src/m-editor/file-editor.h @ 16057:c3057d80cf91

Created common octave_dock_widget class * octave_dock_widget.h : New class octave_dock_widget with common dock widget methods, slots and signals * file_editor_interface.h: Now inherit from octave_dock_widget, removed common dock widget code * file_editor.h: Now inherit from octave_dock_widget, removed common dock widget code * file_editor.cc: Now inherit from octave_dock_widget, removed common dock widget code * files_dockwidget.h: Now inherit from octave_dock_widget, removed common dock widget code * files_dockwidget.cc: Now inherit from octave_dock_widget, removed common dock widget code * history_dockwidget.h: Now inherit from octave_dock_widget, removed common dock widget code * history_dockwidget.cc: Now inherit from octave_dock_widget, removed common dock widget methods * terminal_dockwidget.h: Now inherit from octave_dock_widget, removed common dock widget code * terminal_dockwidget.cc: Now inherit from octave_dock_widget, removed common dock widget code * module.mk: Added octave_dock_widget
author Richard Crozier <richard.crozier@yahoo.co.uk>
date Wed, 06 Feb 2013 21:45:04 +0000
parents 41471c02d51c
children d07aeecb2d22
comparison
equal deleted inserted replaced
16056:f4f0aea29b21 16057:c3057d80cf91
121 void active_tab_changed (int index); 121 void active_tab_changed (int index);
122 void handle_editor_state_changed (bool enableCopy, const QString& fileName); 122 void handle_editor_state_changed (bool enableCopy, const QString& fileName);
123 void handle_mru_add_file (const QString& file_name); 123 void handle_mru_add_file (const QString& file_name);
124 void check_conflict_save (const QString& fileName, bool remove_on_success); 124 void check_conflict_save (const QString& fileName, bool remove_on_success);
125 125
126 /** Slot when floating property changes */
127 void top_level_changed (bool floating);
128
129 /** Tells the editor to react on changed settings. */ 126 /** Tells the editor to react on changed settings. */
130 void notice_settings (); 127 void notice_settings ();
131 128
132 private slots: 129 private slots:
133 void request_open_file (const QString& fileName); 130 void request_open_file (const QString& fileName);