GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <QApplication>
#include <QTextCodec>
#include <QThread>
#include <QTranslator>
#include <iostream>
#include <unistd.h>
#include <fcntl.h>
#include "lo-utils.h"
#include "oct-env.h"
#include "oct-syscalls.h"
#include "syswait.h"
#include "octave.h"
#include "sighandlers.h"
#include "welcome-wizard.h"
#include "resource-manager.h"
#include "shortcut-manager.h"
#include "main-window.h"
#include "octave-gui.h"
#include "thread-manager.h"
#include "builtin-defun-decls.h"
#include "__init_qt__.h"
Go to the source code of this file.
Classes | |
class | octave_cli_thread |
Functions | |
static void | message_handler (QtMsgType, const char *) |
int | octave_start_gui (int argc, char *argv[], bool start_gui) |
|
static |
Definition at line 95 of file octave-gui.cc.
Referenced by octave_start_gui().
Definition at line 103 of file octave-gui.cc.
References octave_thread_manager::block_interrupt_signal(), resource_manager::config_translators(), main_window::connect_visibility_changed(), main_window::focus_command_window(), Fregister_graphics_toolkit(), octave_env::getenv(), shortcut_manager::init_data(), main_window::init_terminal_size(), install___init_qt___functions(), resource_manager::is_first_run(), message_handler(), ovl(), octave_env::putenv(), main_window::read_settings(), resource_manager::reload_settings(), resource_manager::update_network_settings(), and Faddeeva::w().
Referenced by main().