#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 275 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 254 of file __init_gnuplot__.cc.
References error(), have_gnuplot_binary(), and gtk_manager::load_toolkit().
| C OCTAVE_EXPORT octave_function* G__have_gnuplot__ | ( | const octave::dynamic_library & | shl, |
| bool | relative | ||
| ) |
Definition at line 275 of file __init_gnuplot__.cc.
| C OCTAVE_EXPORT octave_function* G__init_gnuplot__ | ( | const octave::dynamic_library & | shl, |
| bool | relative | ||
| ) |
Definition at line 254 of file __init_gnuplot__.cc.
|
static |
Definition at line 206 of file __init_gnuplot__.cc.
References __get_interpreter__(), EXEEXT, feval(), and search_path_for_file().
Referenced by F__have_gnuplot__(), and F__init_gnuplot__().