#include "file-editor.h"

Public Member Functions | |
| bool | operator< (const session_data &other) const |
Public Attributes | |
| QString | bookmarks |
| QString | encoding |
| QString | file_name |
| int | index |
| int | line |
| QString | new_file_name |
Definition at line 78 of file file-editor.h.
|
inline |
Definition at line 87 of file file-editor.h.
References index.
| QString file_editor::session_data::bookmarks |
Definition at line 85 of file file-editor.h.
Referenced by file_editor::restore_session().
| QString file_editor::session_data::encoding |
Definition at line 84 of file file-editor.h.
Referenced by file_editor::restore_session().
| QString file_editor::session_data::file_name |
Definition at line 82 of file file-editor.h.
| int file_editor::session_data::index |
Definition at line 80 of file file-editor.h.
Referenced by operator<(), and file_editor::restore_session().
| int file_editor::session_data::line |
Definition at line 81 of file file-editor.h.
Referenced by file_editor::restore_session().
| QString file_editor::session_data::new_file_name |
Definition at line 83 of file file-editor.h.