![]() |
GNU Octave
3.8.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 "main-window.h"#include "octave-gui.h"#include "thread-manager.h"
Go to the source code of this file.
Classes | |
| class | octave_cli_thread |
Functions | |
| void | message_handler (QtMsgType type, const char *msg) |
| int | octave_start_gui (int argc, char *argv[], bool start_gui) |
Definition at line 91 of file octave-gui.cc.
Referenced by octave_start_gui().
Definition at line 121 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(), octave_env::getenv(), resource_manager::is_first_run(), message_handler(), octave_env::putenv(), main_window::read_settings(), resource_manager::reload_settings(), resource_manager::update_network_settings(), and Faddeeva::w().
Referenced by main().
1.8.1.2