#include <string>
#include "dMatrix.h"
#include "file-stat.h"
#include "oct-env.h"
#include "build-env.h"
#include "builtin-defun-decls.h"
#include "defun-dld.h"
#include "error.h"
#include "graphics.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "ov.h"
#include "ovl.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__ (octave::interpreter &, const octave_value_list &, int) |
C OCTAVE_EXPORT octave_function * | G__have_gnuplot__ (const octave::dynamic_library &shl, bool relative) |
C OCTAVE_EXPORT octave_function * | G__init_gnuplot__ (const octave::dynamic_library &shl, bool relative) |
static bool | have_gnuplot_binary (void) |
OCTAVE_EXPORT octave_value_list F__have_gnuplot__ | ( | const octave_value_list & | , |
int | |||
) |
Definition at line 255 of file __init_gnuplot__.cc.
References have_gnuplot_binary(), and ovl().
OCTAVE_EXPORT octave_value_list F__init_gnuplot__ | ( | octave::interpreter & | interp, |
const octave_value_list & | , | ||
int | |||
) |
Definition at line 234 of file __init_gnuplot__.cc.
References error(), have_gnuplot_binary(), and octave::gtk_manager::load_toolkit().
C OCTAVE_EXPORT octave_function* G__have_gnuplot__ | ( | const octave::dynamic_library & | shl, |
bool | relative | ||
) |
Definition at line 255 of file __init_gnuplot__.cc.
C OCTAVE_EXPORT octave_function* G__init_gnuplot__ | ( | const octave::dynamic_library & | shl, |
bool | relative | ||
) |
Definition at line 234 of file __init_gnuplot__.cc.
|
static |
Definition at line 185 of file __init_gnuplot__.cc.
References octave::__get_interpreter__(), octave::build_env::EXEEXT, octave::sys::base_file_stat::exists(), octave::feval(), octave::sys::env::getenv(), path, octave::interpreter::recover_from_exception(), retval, and octave::search_path_for_file().
Referenced by F__have_gnuplot__(), and F__init_gnuplot__().