GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
octave-gui.cc File Reference
#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"
Include dependency graph for octave-gui.cc:

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)

Function Documentation

void message_handler ( QtMsgType  type,
const char msg 
)

Definition at line 91 of file octave-gui.cc.

Referenced by octave_start_gui().

int octave_start_gui ( int  argc,
char argv[],
bool  start_gui 
)