GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "builtins.h"
#include "defun-dld.h"
#include "error.h"
#include "file-stat.h"
#include "graphics.h"
#include "oct-conf.h"
#include "oct-env.h"
#include "parse.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
Classes | |
class | gnuplot_graphics_toolkit |
Functions | |
OCTAVE_EXPORT octave_value_list | F__have_gnuplot__ (const octave_value_list &, int) |
OCTAVE_EXPORT octave_value_list | F__init_gnuplot__ (const octave_value_list &, int) |
C OCTAVE_EXPORT octave_function * | G__have_gnuplot__ (const octave_shlib &shl, bool relative) |
C OCTAVE_EXPORT octave_function * | G__init_gnuplot__ (const octave_shlib &shl, bool relative) |
static bool | have_gnuplot_binary (void) |
Variables | |
static bool | toolkit_loaded = false |
OCTAVE_EXPORT octave_value_list F__have_gnuplot__ | ( | const octave_value_list & | , |
int | |||
) |
Definition at line 224 of file __init_gnuplot__.cc.
OCTAVE_EXPORT octave_value_list F__init_gnuplot__ | ( | const octave_value_list & | , |
int | |||
) |
Definition at line 201 of file __init_gnuplot__.cc.
C OCTAVE_EXPORT octave_function* G__have_gnuplot__ | ( | const octave_shlib & | shl, |
bool | relative | ||
) |
Definition at line 224 of file __init_gnuplot__.cc.
References have_gnuplot_binary().
C OCTAVE_EXPORT octave_function* G__init_gnuplot__ | ( | const octave_shlib & | shl, |
bool | relative | ||
) |
Definition at line 201 of file __init_gnuplot__.cc.
References error(), have_gnuplot_binary(), gtk_manager::load_toolkit(), mlock(), and toolkit_loaded.
|
static |
Definition at line 174 of file __init_gnuplot__.cc.
References base_file_stat::exists(), feval(), octave_env::getenv(), OCTAVE_CONF_EXEEXT, and search_path_for_file().
Referenced by G__have_gnuplot__(), and G__init_gnuplot__().
|
static |
Definition at line 49 of file __init_gnuplot__.cc.
Referenced by gnuplot_graphics_toolkit::close(), and G__init_gnuplot__().