GNU Octave
9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
command_editor Member List
This is the complete list of members for
command_editor
, including all inherited members.
accept_line
()
command_editor
static
add_event_hook
(event_hook_fcn f)
command_editor
static
add_pre_input_hook
(pre_input_hook_fcn f)
command_editor
static
add_startup_hook
(startup_hook_fcn f)
command_editor
static
blink_matching_paren
(bool flag)
command_editor
static
char_is_quoted_fcn
typedef
command_editor
clear_screen
(bool skip_redisplay=false)
command_editor
static
clear_undo_list
()
command_editor
static
command_editor
()
command_editor
inline
protected
completion_fcn
typedef
command_editor
completion_hook_fcn
typedef
command_editor
current_command_number
()
command_editor
static
decode_prompt_string
(const std::string &s)
command_editor
static
dequoting_fcn
typedef
command_editor
do_accept_line
()=0
command_editor
protected
pure virtual
do_blink_matching_paren
(bool)
command_editor
inline
protected
virtual
do_clear_screen
(bool)
command_editor
inline
protected
virtual
do_clear_undo_list
()
command_editor
inline
protected
virtual
do_decode_prompt_string
(const std::string &)
command_editor
protected
virtual
do_erase_empty_line
(bool)
command_editor
inline
protected
virtual
do_event_loop_interrupted
() const
command_editor
inline
protected
do_filename_completion_desired
(bool)
command_editor
inline
protected
virtual
do_filename_quoting_desired
(bool)
command_editor
inline
protected
virtual
do_generate_filename_completions
(const std::string &text)=0
command_editor
protected
pure virtual
do_get_char_is_quoted_function
() const
command_editor
inline
protected
virtual
do_get_completion_function
() const
command_editor
inline
protected
virtual
do_get_current_line
() const =0
command_editor
protected
pure virtual
do_get_dequoting_function
() const
command_editor
inline
protected
virtual
do_get_input_stream
()=0
command_editor
protected
pure virtual
do_get_line_buffer
() const =0
command_editor
protected
pure virtual
do_get_output_stream
()=0
command_editor
protected
pure virtual
do_get_prev_char
(int) const =0
command_editor
protected
pure virtual
do_get_quoting_function
() const
command_editor
inline
protected
virtual
do_get_user_accept_line_function
() const
command_editor
inline
protected
virtual
do_handle_interrupt_signal
()
command_editor
inline
protected
virtual
do_insert_initial_input
()
command_editor
protected
do_insert_text
(const std::string &text)=0
command_editor
protected
pure virtual
do_interrupt
(bool)
command_editor
inline
protected
virtual
do_interrupt_event_loop
(bool arg)
command_editor
inline
protected
do_kill_full_line
()=0
command_editor
protected
pure virtual
do_newline
()=0
command_editor
protected
pure virtual
do_prefer_env_winsize
(bool)
command_editor
inline
protected
virtual
do_re_read_init_file
()
command_editor
inline
protected
virtual
do_read_init_file
(const std::string &)
command_editor
inline
protected
virtual
do_readline
(const std::string &prompt)
command_editor
inline
protected
do_readline
(const std::string &, bool &)=0
command_editor
protected
pure virtual
do_redisplay
()
command_editor
inline
protected
virtual
do_replace_line
(const std::string &text, bool clear_undo)=0
command_editor
protected
pure virtual
do_resize_terminal
()
command_editor
inline
protected
virtual
do_restore_terminal_state
()
command_editor
inline
protected
virtual
do_set_basic_quote_characters
(const std::string &)
command_editor
inline
protected
virtual
do_set_basic_word_break_characters
(const std::string &)
command_editor
inline
protected
virtual
do_set_char_is_quoted_function
(char_is_quoted_fcn)
command_editor
inline
protected
virtual
do_set_completer_quote_characters
(const std::string &)
command_editor
inline
protected
virtual
do_set_completer_word_break_characters
(const std::string &)
command_editor
inline
protected
virtual
do_set_completer_word_break_hook
(completion_hook_fcn)
command_editor
inline
protected
virtual
do_set_completion_append_character
(char)
command_editor
inline
protected
virtual
do_set_completion_function
(completion_fcn)
command_editor
inline
protected
virtual
do_set_dequoting_function
(dequoting_fcn)
command_editor
inline
protected
virtual
do_set_filename_quote_characters
(const std::string &)
command_editor
inline
protected
virtual
do_set_input_stream
(FILE *)=0
command_editor
protected
pure virtual
do_set_name
(const std::string &)
command_editor
inline
protected
virtual
do_set_output_stream
(FILE *)=0
command_editor
protected
pure virtual
do_set_quoting_function
(quoting_fcn)
command_editor
inline
protected
virtual
do_set_screen_size
(int ht, int wd)
command_editor
inline
protected
virtual
do_set_user_accept_line_function
(user_accept_line_fcn)
command_editor
inline
protected
virtual
do_terminal_cols
()
command_editor
inline
protected
virtual
do_terminal_rows
()
command_editor
inline
protected
virtual
do_undo
()
command_editor
inline
protected
virtual
erase_empty_line
(bool flag)
command_editor
static
error
(int)
command_editor
protected
error
(const std::string &)
command_editor
protected
event_hook_fcn
typedef
command_editor
event_loop_interrupted
()
command_editor
static
filename_completion_desired
(bool)
command_editor
static
filename_quoting_desired
(bool)
command_editor
static
force_default_editor
()
command_editor
static
generate_filename_completions
(const std::string &text)
command_editor
static
get_char_is_quoted_function
()
command_editor
static
get_completion_function
()
command_editor
static
get_current_line
()
command_editor
static
get_dequoting_function
()
command_editor
static
get_input_stream
()
command_editor
static
get_line_buffer
()
command_editor
static
get_output_stream
()
command_editor
static
get_prev_char
(int)
command_editor
static
get_quoting_function
()
command_editor
static
get_user_accept_line_function
()
command_editor
static
increment_current_command_number
()
command_editor
static
insert_initial_input
()
command_editor
static
insert_text
(const std::string &text)
command_editor
static
interrupt
(bool=true)
command_editor
static
interrupt_event_loop
(bool flag=true)
command_editor
static
kill_full_line
()
command_editor
static
m_cols
command_editor
protected
m_command_number
command_editor
protected
m_initial_input
command_editor
protected
m_interrupt_event_loop
command_editor
protected
m_interrupted
command_editor
protected
m_rows
command_editor
protected
newline
()
command_editor
static
newline_chars
()
command_editor
inline
protected
virtual
pre_input_hook_fcn
typedef
command_editor
prefer_env_winsize
(bool)
command_editor
static
quoting_fcn
typedef
command_editor
re_read_init_file
()
command_editor
static
read_init_file
(const std::string &file="")
command_editor
static
read_octal
(const std::string &s)
command_editor
protected
readline
(const std::string &prompt)
command_editor
static
readline
(const std::string &prompt, bool &eof)
command_editor
static
redisplay
()
command_editor
static
remove_event_hook
(event_hook_fcn f)
command_editor
static
remove_pre_input_hook
(pre_input_hook_fcn f)
command_editor
static
remove_startup_hook
(startup_hook_fcn f)
command_editor
static
replace_line
(const std::string &text, bool clear_undo=true)
command_editor
static
reset_current_command_number
(int n)
command_editor
static
resize_terminal
()
command_editor
static
restore_event_hook
()
command_editor
inline
protected
virtual
restore_pre_input_hook
()
command_editor
inline
protected
virtual
restore_startup_hook
()
command_editor
inline
protected
virtual
restore_terminal_state
()
command_editor
static
run_event_hooks
()
command_editor
static
set_basic_quote_characters
(const std::string &s)
command_editor
static
set_basic_word_break_characters
(const std::string &s)
command_editor
static
set_char_is_quoted_function
(char_is_quoted_fcn f)
command_editor
static
set_completer_quote_characters
(const std::string &s)
command_editor
static
set_completer_word_break_characters
(const std::string &s)
command_editor
static
set_completion_append_character
(char c)
command_editor
static
set_completion_function
(completion_fcn f)
command_editor
static
set_dequoting_function
(dequoting_fcn f)
command_editor
static
set_event_hook
(event_hook_fcn)
command_editor
inline
protected
virtual
set_filename_quote_characters
(const std::string &s)
command_editor
static
set_initial_input
(const std::string &text)
command_editor
static
set_input_stream
(FILE *f)
command_editor
static
set_name
(const std::string &n)
command_editor
static
set_output_stream
(FILE *f)
command_editor
static
set_pre_input_hook
(pre_input_hook_fcn)
command_editor
inline
protected
virtual
set_quoting_function
(quoting_fcn f)
command_editor
static
set_screen_size
(int ht, int wd)
command_editor
static
set_startup_hook
(startup_hook_fcn)
command_editor
inline
protected
virtual
set_user_accept_line_function
(user_accept_line_fcn f)
command_editor
static
startup_hook_fcn
typedef
command_editor
terminal_cols
()
command_editor
static
terminal_rows
()
command_editor
static
undo
()
command_editor
static
user_accept_line_fcn
typedef
command_editor
~command_editor
()=default
command_editor
virtual
Generated on Sun Mar 17 2024 22:36:58 for GNU Octave by
1.9.1