#include "file-editor.h"
Public Member Functions | |
bool | operator< (const session_data &other) const |
Public Attributes | |
QString | encoding |
QString | file_name |
int | index |
int | line |
QString | new_file_name |
Definition at line 77 of file file-editor.h.
|
inline |
Definition at line 85 of file file-editor.h.
References index.
QString octave::file_editor::session_data::encoding |
Definition at line 83 of file file-editor.h.
Referenced by octave::file_editor::handle_dir_remove(), octave::file_editor::handle_file_remove(), and octave::file_editor::restore_session().
QString octave::file_editor::session_data::file_name |
Definition at line 81 of file file-editor.h.
Referenced by octave::file_editor::handle_dir_remove(), and octave::file_editor::handle_file_remove().
int octave::file_editor::session_data::index |
Definition at line 79 of file file-editor.h.
Referenced by octave::file_editor::handle_dir_remove(), octave::file_editor::handle_file_remove(), operator<(), and octave::file_editor::restore_session().
int octave::file_editor::session_data::line |
Definition at line 80 of file file-editor.h.
Referenced by octave::file_editor::handle_dir_remove(), octave::file_editor::handle_file_remove(), and octave::file_editor::restore_session().
QString octave::file_editor::session_data::new_file_name |
Definition at line 82 of file file-editor.h.
Referenced by octave::file_editor::handle_dir_remove(), and octave::file_editor::handle_file_remove().