#include "environment.h"
Public Member Functions | |
environment () | |
std::string | editor () const |
octave_value | editor (const octave_value_list &args, int nargout) |
std::string | editor (const std::string &ed) |
std::string | exec_path () const |
octave_value | exec_path (const octave_value_list &args, int nargout) |
std::string | exec_path (const std::string &path) |
std::string | image_path () const |
octave_value | image_path (const octave_value_list &args, int nargout) |
std::string | image_path (const std::string &path) |
Definition at line 38 of file environment.h.
|
inline |
Definition at line 42 of file environment.h.
|
inline |
Definition at line 52 of file environment.h.
octave_value environment::editor | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 74 of file environment.cc.
References octave::set_internal_variable().
|
inline |
Definition at line 54 of file environment.h.
|
inline |
Definition at line 61 of file environment.h.
octave_value environment::exec_path | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 81 of file environment.cc.
References octave::set_internal_variable().
std::string environment::exec_path | ( | const std::string & | path | ) |
Definition at line 92 of file environment.cc.
|
inline |
Definition at line 67 of file environment.h.
octave_value environment::image_path | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 102 of file environment.cc.
References octave::set_internal_variable().
|
inline |
Definition at line 69 of file environment.h.