GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave-qobject.cc File Reference
#include <utility>
#include <QApplication>
#include <QClipboard>
#include <QFile>
#include <QTextCodec>
#include <QThread>
#include <QTimer>
#include <QTranslator>
#include "QTerminal.h"
#include "command-widget.h"
#include "community-news.h"
#include "documentation-dock-widget.h"
#include "files-dock-widget.h"
#include "history-dock-widget.h"
#include "interpreter-qobject.h"
#include "main-window.h"
#include "octave-qobject.h"
#include "qt-application.h"
#include "qt-interpreter-events.h"
#include "release-notes.h"
#include "resource-manager.h"
#include "shortcut-manager.h"
#include "terminal-dock-widget.h"
#include "variable-editor.h"
#include "workspace-model.h"
#include "workspace-view.h"
#include "interpreter.h"
#include "oct-env.h"
#include "version.h"
#include "ovl.h"
Include dependency graph for octave-qobject.cc:

Go to the source code of this file.

Functions

static void message_handler (QtMsgType, const QMessageLogContext &, const QString &)
 

Function Documentation

◆ message_handler()

static void message_handler ( QtMsgType  ,
const QMessageLogContext &  ,
const QString &   
)
static

Definition at line 137 of file octave-qobject.cc.

Referenced by base_qobject::base_qobject().