GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "octave-cmd.h"
Public Member Functions | |
octave_cmd_exec (const QString &cmd) | |
void | execute () |
Private Attributes | |
QString | _cmd |
Definition at line 45 of file octave-cmd.h.
|
inline |
Definition at line 49 of file octave-cmd.h.
References _cmd.
|
virtual |
Reimplemented from octave_cmd.
Definition at line 41 of file octave-cmd.cc.
References _cmd, command_editor::accept_line(), command_editor::get_current_line(), command_editor::redisplay(), command_editor::replace_line(), and command_editor::set_initial_input().
|
private |
Definition at line 54 of file octave-cmd.h.
Referenced by execute(), and octave_cmd_exec().