GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave-settings.h File Reference
#include <QStringList>
Include dependency graph for octave-settings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const QString oct_comment_str ("editor/oct_comment_str")
 
const QString oct_comment_str_old ("editor/octave_comment_string")
 
const QStringList oct_comment_strings (QStringList()<< "##"<< "#"<< "%"<< "%%"<< "%!")
 
const QString oct_last_comment_str ("editor/oct_last_comment_str")
 
const QString oct_uncomment_str ("editor/oct_uncomment_str")
 

Variables

const int oct_comment_str_d = 0
 
const int oct_comment_str_old_d = 0
 
const int oct_comment_strings_count = 5
 
const int oct_uncomment_str_d = 1 + 2 + 4 + 8
 

Function Documentation

◆ oct_comment_str()

const QString oct_comment_str ( "editor/oct_comment_str"  )

◆ oct_comment_str_old()

const QString oct_comment_str_old ( "editor/octave_comment_string"  )

◆ oct_comment_strings()

const QStringList oct_comment_strings ( QStringList()<< "##"<< "#"<< "%"<< "%%"<< "%!"  )

◆ oct_last_comment_str()

const QString oct_last_comment_str ( "editor/oct_last_comment_str"  )

◆ oct_uncomment_str()

const QString oct_uncomment_str ( "editor/oct_uncomment_str"  )

Variable Documentation

◆ oct_comment_str_d

◆ oct_comment_str_old_d

const int oct_comment_str_old_d = 0

Definition at line 34 of file octave-settings.h.

◆ oct_comment_strings_count

const int oct_comment_strings_count = 5

◆ oct_uncomment_str_d

const int oct_uncomment_str_d = 1 + 2 + 4 + 8