GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
file-editor-tab.cc File Reference

A single GUI file tab. More...

#include <QApplication>
#include <QCheckBox>
#include <QDateTime>
#include <QDesktopServices>
#include <QDialogButtonBox>
#include <QFileDialog>
#include <QInputDialog>
#include <QLabel>
#include <QMessageBox>
#include <QPrintDialog>
#include <QPushButton>
#include <QStyle>
#include <QTextBlock>
#include <QTextCodec>
#include <QTextStream>
#include <QVBoxLayout>
#include <Qsci/qscilexerbash.h>
#include <Qsci/qscilexerbatch.h>
#include <Qsci/qscilexercpp.h>
#include <Qsci/qscilexerdiff.h>
#include <Qsci/qscilexerperl.h>
#include <Qsci/qsciprinter.h>
#include "file-editor-tab.h"
#include "file-editor.h"
#include "gui-preferences-cs.h"
#include "gui-preferences-ed.h"
#include "gui-preferences-global.h"
#include "marker.h"
#include "octave-qobject.h"
#include "octave-txt-lexer.h"
#include "cmd-edit.h"
#include "file-ops.h"
#include "localcharset-wrapper.h"
#include "uniconv-wrappers.h"
#include "bp-table.h"
#include "builtin-defun-decls.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "oct-map.h"
#include "ov-usr-fcn.h"
#include "qt-interpreter-events.h"
#include "symtab.h"
#include "unwind-prot.h"
#include "utils.h"
#include "version.h"
Include dependency graph for file-editor-tab.cc:

Go to the source code of this file.

Namespaces

 octave
 

Detailed Description

A single GUI file tab.

This interfaces QsciScintilla with the rest of Octave.

Definition in file file-editor-tab.cc.