GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::file_editor::session_data Struct Reference

#include "file-editor.h"

Collaboration diagram for octave::file_editor::session_data:

Public Member Functions

bool operator< (const session_data &other) const
 

Public Attributes

QString encoding
 
QString file_name
 
int index
 

Detailed Description

Definition at line 78 of file file-editor.h.

Member Function Documentation

◆ operator<()

bool octave::file_editor::session_data::operator< ( const session_data other) const
inline

Definition at line 84 of file file-editor.h.

References index.

Member Data Documentation

◆ encoding

QString octave::file_editor::session_data::encoding

Definition at line 82 of file file-editor.h.

Referenced by octave::file_editor::restore_session().

◆ file_name

QString octave::file_editor::session_data::file_name

Definition at line 81 of file file-editor.h.

◆ index

int octave::file_editor::session_data::index

Definition at line 80 of file file-editor.h.

Referenced by operator<(), and octave::file_editor::restore_session().


The documentation for this struct was generated from the following file: