GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
command_editor Class Reference

#include "cmd-edit.h"

Inheritance diagram for command_editor:
Inheritance graph
[legend]
Collaboration diagram for command_editor:
Collaboration graph
[legend]

Public Types

typedef int(* char_is_quoted_fcn )(const std::string &, int)
typedef std::string(* completion_fcn )(const std::string &, int)
typedef std::string(* dequoting_fcn )(const std::string &, int)
typedef int(* event_hook_fcn )(void)
typedef int(* pre_input_hook_fcn )(void)
typedef std::string(* quoting_fcn )(const std::string &, int, char)
typedef int(* startup_hook_fcn )(void)
typedef void(* user_accept_line_fcn )(const std::string &)

Public Member Functions

virtual ~command_editor (void)

Static Public Member Functions

static void accept_line (void)
static void add_event_hook (event_hook_fcn f)
static void add_pre_input_hook (pre_input_hook_fcn f)
static void add_startup_hook (startup_hook_fcn f)
static void blink_matching_paren (bool flag)
static void clear_screen (bool skip_redisplay=false)
static void clear_undo_list (void)
static int current_command_number (void)
static std::string decode_prompt_string (const std::string &s)
static bool filename_completion_desired (bool)
static bool filename_quoting_desired (bool)
static void force_default_editor (void)
static string_vector generate_filename_completions (const std::string &text)
static char_is_quoted_fcn get_char_is_quoted_function (void)
static completion_fcn get_completion_function (void)
static std::string get_current_line (void)
static dequoting_fcn get_dequoting_function (void)
static FILE * get_input_stream (void)
static std::string get_line_buffer (void)
static FILE * get_output_stream (void)
static quoting_fcn get_quoting_function (void)
static user_accept_line_fcn get_user_accept_line_function (void)
static void increment_current_command_number (void)
static int insert_initial_input (void)
static void insert_text (const std::string &text)
static bool interrupt (bool=true)
static void newline (void)
static void re_read_init_file (void)
static void read_init_file (const std::string &file=std::string())
static std::string readline (const std::string &prompt)
static std::string readline (const std::string &prompt, bool &eof)
static void redisplay (void)
static void remove_event_hook (event_hook_fcn f)
static void remove_pre_input_hook (pre_input_hook_fcn f)
static void remove_startup_hook (startup_hook_fcn f)
static void replace_line (const std::string &text, bool clear_undo=true)
static void reset_current_command_number (int n)
static void resize_terminal (void)
static void restore_terminal_state (void)
static void run_event_hooks (void)
static void set_basic_quote_characters (const std::string &s)
static void set_basic_word_break_characters (const std::string &s)
static void set_char_is_quoted_function (char_is_quoted_fcn f)
static void set_completer_quote_characters (const std::string &s)
static void set_completer_word_break_characters (const std::string &s)
static void set_completion_append_character (char c)
static void set_completion_function (completion_fcn f)
static void set_dequoting_function (dequoting_fcn f)
static void set_filename_quote_characters (const std::string &s)
static void set_initial_input (const std::string &text)
static void set_input_stream (FILE *f)
static void set_name (const std::string &n)
static void set_output_stream (FILE *f)
static void set_quoting_function (quoting_fcn f)
static void set_user_accept_line_function (user_accept_line_fcn f)
static int terminal_cols (void)
static int terminal_rows (void)
static bool undo (void)

Protected Member Functions

 command_editor (void)
virtual void do_accept_line (void)=0
virtual void do_blink_matching_paren (bool)
virtual void do_clear_screen (bool)
virtual void do_clear_undo_list (void)
virtual std::string do_decode_prompt_string (const std::string &)
virtual bool do_filename_completion_desired (bool)
virtual bool do_filename_quoting_desired (bool)
virtual string_vector do_generate_filename_completions (const std::string &text)=0
virtual char_is_quoted_fcn do_get_char_is_quoted_function (void) const
virtual completion_fcn do_get_completion_function (void) const
virtual std::string do_get_current_line (void) const =0
virtual dequoting_fcn do_get_dequoting_function (void) const
virtual FILE * do_get_input_stream (void)=0
virtual std::string do_get_line_buffer (void) const =0
virtual FILE * do_get_output_stream (void)=0
virtual quoting_fcn do_get_quoting_function (void) const
virtual user_accept_line_fcn do_get_user_accept_line_function (void) const
int do_insert_initial_input (void)
virtual void do_insert_text (const std::string &text)=0
virtual void do_interrupt (bool)
virtual void do_newline (void)=0
virtual void do_re_read_init_file (void)
virtual void do_read_init_file (const std::string &)
std::string do_readline (const std::string &prompt)
virtual std::string do_readline (const std::string &, bool &)=0
virtual void do_redisplay (void)
virtual void do_replace_line (const std::string &text, bool clear_undo)=0
virtual void do_resize_terminal (void)
virtual void do_restore_terminal_state (void)
virtual void do_set_basic_quote_characters (const std::string &)
virtual void do_set_basic_word_break_characters (const std::string &)
virtual void do_set_char_is_quoted_function (char_is_quoted_fcn)
virtual void do_set_completer_quote_characters (const std::string &)
virtual void do_set_completer_word_break_characters (const std::string &)
virtual void do_set_completion_append_character (char)
virtual void do_set_completion_function (completion_fcn)
virtual void do_set_dequoting_function (dequoting_fcn)
virtual void do_set_filename_quote_characters (const std::string &)
virtual void do_set_input_stream (FILE *)=0
virtual void do_set_name (const std::string &)
virtual void do_set_output_stream (FILE *)=0
virtual void do_set_quoting_function (quoting_fcn)
virtual void do_set_user_accept_line_function (user_accept_line_fcn)
virtual int do_terminal_cols (void)
virtual int do_terminal_rows (void)
virtual bool do_undo (void)
void error (int)
void error (const std::string &)
virtual std::string newline_chars (void)
int read_octal (const std::string &s)
virtual void restore_event_hook (void)
virtual void restore_pre_input_hook (void)
virtual void restore_startup_hook (void)
virtual void set_event_hook (event_hook_fcn)
virtual void set_pre_input_hook (pre_input_hook_fcn)
virtual void set_startup_hook (startup_hook_fcn)

Protected Attributes

int command_number
std::string initial_input
bool interrupted

Private Types

typedef std::set
< event_hook_fcn >
::const_iterator 
event_hook_set_const_iterator
typedef std::set
< event_hook_fcn >::iterator 
event_hook_set_iterator
typedef std::set
< pre_input_hook_fcn >
::const_iterator 
pre_input_hook_set_const_iterator
typedef std::set
< pre_input_hook_fcn >
::iterator 
pre_input_hook_set_iterator
typedef std::set
< startup_hook_fcn >
::const_iterator 
startup_hook_set_const_iterator
typedef std::set
< startup_hook_fcn >::iterator 
startup_hook_set_iterator

Private Member Functions

 command_editor (const command_editor &)
command_editoroperator= (const command_editor &)

Static Private Member Functions

static void cleanup_instance (void)
static int event_handler (void)
static bool instance_ok (void)
static void make_command_editor (void)
static int pre_input_handler (void)
static int startup_handler (void)

Static Private Attributes

static std::set< event_hook_fcnevent_hook_set
static command_editorinstance = 0
static std::set
< pre_input_hook_fcn
pre_input_hook_set
static std::set< startup_hook_fcnstartup_hook_set

Detailed Description

Definition at line 33 of file cmd-edit.h.

Member Typedef Documentation

typedef int(* command_editor::char_is_quoted_fcn)(const std::string &, int)

Definition at line 56 of file cmd-edit.h.

typedef std::string(* command_editor::completion_fcn)(const std::string &, int)

Definition at line 50 of file cmd-edit.h.

typedef std::string(* command_editor::dequoting_fcn)(const std::string &, int)

Definition at line 54 of file cmd-edit.h.

typedef int(* command_editor::event_hook_fcn)(void)

Definition at line 48 of file cmd-edit.h.

typedef std::set<event_hook_fcn>::const_iterator command_editor::event_hook_set_const_iterator
private

Definition at line 209 of file cmd-edit.h.

typedef std::set<event_hook_fcn>::iterator command_editor::event_hook_set_iterator
private

Definition at line 208 of file cmd-edit.h.

typedef int(* command_editor::pre_input_hook_fcn)(void)

Definition at line 46 of file cmd-edit.h.

typedef std::set<pre_input_hook_fcn>::const_iterator command_editor::pre_input_hook_set_const_iterator
private

Definition at line 206 of file cmd-edit.h.

Definition at line 205 of file cmd-edit.h.

typedef std::string(* command_editor::quoting_fcn)(const std::string &, int, char)

Definition at line 52 of file cmd-edit.h.

typedef int(* command_editor::startup_hook_fcn)(void)

Definition at line 44 of file cmd-edit.h.

typedef std::set<startup_hook_fcn>::const_iterator command_editor::startup_hook_set_const_iterator
private

Definition at line 203 of file cmd-edit.h.

typedef std::set<startup_hook_fcn>::iterator command_editor::startup_hook_set_iterator
private

Definition at line 202 of file cmd-edit.h.

typedef void(* command_editor::user_accept_line_fcn)(const std::string &)

Definition at line 58 of file cmd-edit.h.

Constructor & Destructor Documentation

command_editor::command_editor ( void  )
inlineprotected

Definition at line 39 of file cmd-edit.h.

virtual command_editor::~command_editor ( void  )
inlinevirtual

Definition at line 60 of file cmd-edit.h.

command_editor::command_editor ( const command_editor )
private

Member Function Documentation

void command_editor::accept_line ( void  )
static

Definition at line 1310 of file cmd-edit.cc.

References do_accept_line(), instance, and instance_ok().

void command_editor::add_event_hook ( event_hook_fcn  f)
static
void command_editor::add_pre_input_hook ( pre_input_hook_fcn  f)
static

Definition at line 1356 of file cmd-edit.cc.

References instance, instance_ok(), pre_input_handler(), pre_input_hook_set, and set_pre_input_hook().

Referenced by readline().

void command_editor::add_startup_hook ( startup_hook_fcn  f)
static
void command_editor::blink_matching_paren ( bool  flag)
static

Definition at line 1151 of file cmd-edit.cc.

References do_blink_matching_paren(), instance, and instance_ok().

Referenced by octave_execute_interpreter().

static void command_editor::cleanup_instance ( void  )
inlinestaticprivate

Definition at line 214 of file cmd-edit.h.

Referenced by instance_ok().

void command_editor::clear_screen ( bool  skip_redisplay = false)
static

Definition at line 1102 of file cmd-edit.cc.

References do_clear_screen(), instance, and instance_ok().

Referenced by Fclc().

void command_editor::clear_undo_list ( void  )
static

Definition at line 1323 of file cmd-edit.cc.

References do_clear_undo_list(), instance, and instance_ok().

int command_editor::current_command_number ( void  )
static

Definition at line 1123 of file cmd-edit.cc.

References command_number, instance, and instance_ok().

std::string command_editor::decode_prompt_string ( const std::string &  s)
static
virtual void command_editor::do_accept_line ( void  )
protectedpure virtual

Implemented in default_command_editor.

Referenced by accept_line().

virtual void command_editor::do_blink_matching_paren ( bool  )
inlineprotectedvirtual

Definition at line 257 of file cmd-edit.h.

Referenced by blink_matching_paren().

virtual void command_editor::do_clear_screen ( bool  )
inlineprotectedvirtual

Definition at line 247 of file cmd-edit.h.

Referenced by clear_screen().

virtual void command_editor::do_clear_undo_list ( void  )
inlineprotectedvirtual

Definition at line 310 of file cmd-edit.h.

Referenced by clear_undo_list().

std::string command_editor::do_decode_prompt_string ( const std::string &  s)
protectedvirtual
virtual bool command_editor::do_filename_completion_desired ( bool  )
inlineprotectedvirtual

Definition at line 328 of file cmd-edit.h.

Referenced by filename_completion_desired().

virtual bool command_editor::do_filename_quoting_desired ( bool  )
inlineprotectedvirtual

Definition at line 330 of file cmd-edit.h.

Referenced by filename_quoting_desired().

virtual string_vector command_editor::do_generate_filename_completions ( const std::string &  text)
protectedpure virtual
virtual char_is_quoted_fcn command_editor::do_get_char_is_quoted_function ( void  ) const
inlineprotectedvirtual

Definition at line 287 of file cmd-edit.h.

Referenced by get_char_is_quoted_function().

virtual completion_fcn command_editor::do_get_completion_function ( void  ) const
inlineprotectedvirtual

Definition at line 281 of file cmd-edit.h.

Referenced by get_completion_function().

virtual std::string command_editor::do_get_current_line ( void  ) const
protectedpure virtual

Implemented in default_command_editor.

Referenced by get_current_line().

virtual dequoting_fcn command_editor::do_get_dequoting_function ( void  ) const
inlineprotectedvirtual

Definition at line 285 of file cmd-edit.h.

Referenced by get_dequoting_function().

virtual FILE* command_editor::do_get_input_stream ( void  )
protectedpure virtual

Implemented in default_command_editor.

Referenced by get_input_stream().

virtual std::string command_editor::do_get_line_buffer ( void  ) const
protectedpure virtual

Implemented in default_command_editor.

Referenced by get_line_buffer().

virtual FILE* command_editor::do_get_output_stream ( void  )
protectedpure virtual

Implemented in default_command_editor.

Referenced by get_output_stream().

virtual quoting_fcn command_editor::do_get_quoting_function ( void  ) const
inlineprotectedvirtual

Definition at line 283 of file cmd-edit.h.

Referenced by get_quoting_function().

virtual user_accept_line_fcn command_editor::do_get_user_accept_line_function ( void  ) const
inlineprotectedvirtual

Definition at line 290 of file cmd-edit.h.

Referenced by get_user_accept_line_function().

int command_editor::do_insert_initial_input ( void  )
protected

Definition at line 1736 of file cmd-edit.cc.

References do_insert_text(), do_redisplay(), initial_input, and input().

Referenced by insert_initial_input().

virtual void command_editor::do_insert_text ( const std::string &  text)
protectedpure virtual

Implemented in default_command_editor.

Referenced by do_insert_initial_input(), and insert_text().

virtual void command_editor::do_interrupt ( bool  )
inlineprotectedvirtual

Definition at line 332 of file cmd-edit.h.

Referenced by interrupt().

virtual void command_editor::do_newline ( void  )
protectedpure virtual

Implemented in default_command_editor.

Referenced by newline().

virtual void command_editor::do_re_read_init_file ( void  )
inlineprotectedvirtual

Definition at line 326 of file cmd-edit.h.

Referenced by re_read_init_file().

virtual void command_editor::do_read_init_file ( const std::string &  )
inlineprotectedvirtual

Definition at line 324 of file cmd-edit.h.

Referenced by read_init_file().

std::string command_editor::do_readline ( const std::string &  prompt)
inlineprotected

Definition at line 224 of file cmd-edit.h.

Referenced by readline().

virtual std::string command_editor::do_readline ( const std::string &  ,
bool  
)
protectedpure virtual

Implemented in default_command_editor.

virtual void command_editor::do_redisplay ( void  )
inlineprotectedvirtual

Definition at line 241 of file cmd-edit.h.

Referenced by do_insert_initial_input(), and redisplay().

virtual void command_editor::do_replace_line ( const std::string &  text,
bool  clear_undo 
)
protectedpure virtual

Implemented in default_command_editor.

Referenced by replace_line().

virtual void command_editor::do_resize_terminal ( void  )
inlineprotectedvirtual

Definition at line 249 of file cmd-edit.h.

Referenced by resize_terminal().

virtual void command_editor::do_restore_terminal_state ( void  )
inlineprotectedvirtual

Definition at line 255 of file cmd-edit.h.

Referenced by restore_terminal_state().

virtual void command_editor::do_set_basic_quote_characters ( const std::string &  )
inlineprotectedvirtual

Definition at line 263 of file cmd-edit.h.

Referenced by set_basic_quote_characters().

virtual void command_editor::do_set_basic_word_break_characters ( const std::string &  )
inlineprotectedvirtual

Definition at line 259 of file cmd-edit.h.

Referenced by set_basic_word_break_characters().

virtual void command_editor::do_set_char_is_quoted_function ( char_is_quoted_fcn  )
inlineprotectedvirtual

Definition at line 277 of file cmd-edit.h.

Referenced by set_char_is_quoted_function().

virtual void command_editor::do_set_completer_quote_characters ( const std::string &  )
inlineprotectedvirtual

Definition at line 267 of file cmd-edit.h.

Referenced by set_completer_quote_characters().

virtual void command_editor::do_set_completer_word_break_characters ( const std::string &  )
inlineprotectedvirtual

Definition at line 261 of file cmd-edit.h.

Referenced by set_completer_word_break_characters().

virtual void command_editor::do_set_completion_append_character ( char  )
inlineprotectedvirtual

Definition at line 269 of file cmd-edit.h.

Referenced by set_completion_append_character().

virtual void command_editor::do_set_completion_function ( completion_fcn  )
inlineprotectedvirtual

Definition at line 271 of file cmd-edit.h.

Referenced by set_completion_function().

virtual void command_editor::do_set_dequoting_function ( dequoting_fcn  )
inlineprotectedvirtual

Definition at line 275 of file cmd-edit.h.

Referenced by set_dequoting_function().

virtual void command_editor::do_set_filename_quote_characters ( const std::string &  )
inlineprotectedvirtual

Definition at line 265 of file cmd-edit.h.

Referenced by set_filename_quote_characters().

virtual void command_editor::do_set_input_stream ( FILE *  )
protectedpure virtual

Implemented in default_command_editor.

Referenced by set_input_stream().

virtual void command_editor::do_set_name ( const std::string &  )
inlineprotectedvirtual

Definition at line 222 of file cmd-edit.h.

Referenced by set_name().

virtual void command_editor::do_set_output_stream ( FILE *  )
protectedpure virtual

Implemented in default_command_editor.

Referenced by set_output_stream().

virtual void command_editor::do_set_quoting_function ( quoting_fcn  )
inlineprotectedvirtual

Definition at line 273 of file cmd-edit.h.

Referenced by set_quoting_function().

virtual void command_editor::do_set_user_accept_line_function ( user_accept_line_fcn  )
inlineprotectedvirtual

Definition at line 279 of file cmd-edit.h.

Referenced by set_user_accept_line_function().

virtual int command_editor::do_terminal_cols ( void  )
inlineprotectedvirtual

Definition at line 245 of file cmd-edit.h.

Referenced by terminal_cols().

virtual int command_editor::do_terminal_rows ( void  )
inlineprotectedvirtual

Definition at line 243 of file cmd-edit.h.

Referenced by terminal_rows().

virtual bool command_editor::do_undo ( void  )
inlineprotectedvirtual

Definition at line 308 of file cmd-edit.h.

Referenced by undo().

void command_editor::error ( int  err_num)
protected

Definition at line 1776 of file cmd-edit.cc.

References current_liboctave_error_handler.

void command_editor::error ( const std::string &  s)
protected

Definition at line 1782 of file cmd-edit.cc.

References current_liboctave_error_handler.

int command_editor::event_handler ( void  )
staticprivate

Definition at line 1001 of file cmd-edit.cc.

References event_hook_set, f, octave_mutex::lock(), and octave_mutex::unlock().

Referenced by add_event_hook(), and run_event_hooks().

bool command_editor::filename_completion_desired ( bool  arg)
static

Definition at line 1436 of file cmd-edit.cc.

References do_filename_completion_desired(), instance, and instance_ok().

bool command_editor::filename_quoting_desired ( bool  arg)
static

Definition at line 1443 of file cmd-edit.cc.

References do_filename_quoting_desired(), instance, and instance_ok().

void command_editor::force_default_editor ( void  )
static

Definition at line 951 of file cmd-edit.cc.

References instance.

Referenced by octave_initialize_interpreter().

string_vector command_editor::generate_filename_completions ( const std::string &  text)
static

Definition at line 1270 of file cmd-edit.cc.

References do_generate_filename_completions(), instance, and instance_ok().

Referenced by generate_completion().

command_editor::char_is_quoted_fcn command_editor::get_char_is_quoted_function ( void  )
static

Definition at line 1256 of file cmd-edit.cc.

References do_get_char_is_quoted_function(), instance, and instance_ok().

command_editor::completion_fcn command_editor::get_completion_function ( void  )
static

Definition at line 1235 of file cmd-edit.cc.

References do_get_completion_function(), instance, and instance_ok().

std::string command_editor::get_current_line ( void  )
static

Definition at line 1283 of file cmd-edit.cc.

References do_get_current_line(), instance, and instance_ok().

Referenced by main_window::execute_command_callback().

command_editor::dequoting_fcn command_editor::get_dequoting_function ( void  )
static

Definition at line 1249 of file cmd-edit.cc.

References do_get_dequoting_function(), instance, and instance_ok().

FILE * command_editor::get_input_stream ( void  )
static

Definition at line 1060 of file cmd-edit.cc.

References do_get_input_stream(), instance, and instance_ok().

Referenced by get_input_from_stdin().

std::string command_editor::get_line_buffer ( void  )
static

Definition at line 1277 of file cmd-edit.cc.

References do_get_line_buffer(), instance, and instance_ok().

Referenced by is_completing_dirfns().

FILE * command_editor::get_output_stream ( void  )
static

Definition at line 1074 of file cmd-edit.cc.

References do_get_output_stream(), instance, and instance_ok().

command_editor::quoting_fcn command_editor::get_quoting_function ( void  )
static

Definition at line 1242 of file cmd-edit.cc.

References do_get_quoting_function(), instance, and instance_ok().

command_editor::user_accept_line_fcn command_editor::get_user_accept_line_function ( void  )
static

Definition at line 1263 of file cmd-edit.cc.

References do_get_user_accept_line_function(), instance, and instance_ok().

void command_editor::increment_current_command_number ( void  )
static

Definition at line 1137 of file cmd-edit.cc.

References command_number, instance, and instance_ok().

Referenced by main_loop().

int command_editor::insert_initial_input ( void  )
static

Definition at line 965 of file cmd-edit.cc.

References do_insert_initial_input(), instance, and instance_ok().

Referenced by readline().

void command_editor::insert_text ( const std::string &  text)
static

Definition at line 1296 of file cmd-edit.cc.

References do_insert_text(), instance, and instance_ok().

bool command_editor::instance_ok ( void  )
staticprivate
bool command_editor::interrupt ( bool  arg = true)
static
void command_editor::make_command_editor ( void  )
staticprivate

Definition at line 941 of file cmd-edit.cc.

References gnu_readline(), and instance.

Referenced by instance_ok().

void command_editor::newline ( void  )
static

Definition at line 1303 of file cmd-edit.cc.

References do_newline(), instance, and instance_ok().

virtual std::string command_editor::newline_chars ( void  )
inlineprotectedvirtual

Definition at line 253 of file cmd-edit.h.

Referenced by do_decode_prompt_string().

command_editor& command_editor::operator= ( const command_editor )
private
int command_editor::pre_input_handler ( void  )
staticprivate

Definition at line 986 of file cmd-edit.cc.

References f, and pre_input_hook_set.

Referenced by add_pre_input_hook().

void command_editor::re_read_init_file ( void  )
static

Definition at line 1429 of file cmd-edit.cc.

References do_re_read_init_file(), instance, and instance_ok().

Referenced by Freadline_re_read_init_file().

void command_editor::read_init_file ( const std::string &  file = std::string ())
static

Definition at line 1418 of file cmd-edit.cc.

References do_read_init_file(), instance, instance_ok(), and file_ops::tilde_expand().

Referenced by Freadline_read_init_file().

int command_editor::read_octal ( const std::string &  s)
protected

Definition at line 1754 of file cmd-edit.cc.

Referenced by do_decode_prompt_string().

std::string command_editor::readline ( const std::string &  prompt)
static

Definition at line 1029 of file cmd-edit.cc.

Referenced by gnu_readline().

std::string command_editor::readline ( const std::string &  prompt,
bool eof 
)
static
void command_editor::redisplay ( void  )
static
void command_editor::remove_event_hook ( event_hook_fcn  f)
static
void command_editor::remove_pre_input_hook ( pre_input_hook_fcn  f)
static

Definition at line 1367 of file cmd-edit.cc.

References instance, instance_ok(), pre_input_hook_set, and restore_pre_input_hook().

void command_editor::remove_startup_hook ( startup_hook_fcn  f)
static

Definition at line 1341 of file cmd-edit.cc.

References instance, instance_ok(), restore_startup_hook(), and startup_hook_set.

void command_editor::replace_line ( const std::string &  text,
bool  clear_undo = true 
)
static

Definition at line 1289 of file cmd-edit.cc.

References do_replace_line(), instance, and instance_ok().

Referenced by main_window::execute_command_callback().

void command_editor::reset_current_command_number ( int  n)
static

Definition at line 1130 of file cmd-edit.cc.

References command_number, instance, and instance_ok().

Referenced by octave_execute_interpreter().

void command_editor::resize_terminal ( void  )
static

Definition at line 1109 of file cmd-edit.cc.

References do_resize_terminal(), instance, and instance_ok().

Referenced by main_window::resize_command_window_callback().

virtual void command_editor::restore_event_hook ( void  )
inlineprotectedvirtual

Definition at line 322 of file cmd-edit.h.

Referenced by remove_event_hook().

virtual void command_editor::restore_pre_input_hook ( void  )
inlineprotectedvirtual

Definition at line 318 of file cmd-edit.h.

Referenced by remove_pre_input_hook().

virtual void command_editor::restore_startup_hook ( void  )
inlineprotectedvirtual

Definition at line 314 of file cmd-edit.h.

Referenced by remove_startup_hook().

void command_editor::restore_terminal_state ( void  )
static

Definition at line 1144 of file cmd-edit.cc.

References do_restore_terminal_state(), instance, and instance_ok().

Referenced by do_octave_atexit().

void command_editor::run_event_hooks ( void  )
static

Definition at line 1412 of file cmd-edit.cc.

References event_handler().

Referenced by Fwaitfor().

void command_editor::set_basic_quote_characters ( const std::string &  s)
static

Definition at line 1172 of file cmd-edit.cc.

References do_set_basic_quote_characters(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_basic_word_break_characters ( const std::string &  s)
static

Definition at line 1158 of file cmd-edit.cc.

References do_set_basic_word_break_characters(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_char_is_quoted_function ( char_is_quoted_fcn  f)
static

Definition at line 1221 of file cmd-edit.cc.

References do_set_char_is_quoted_function(), instance, and instance_ok().

void command_editor::set_completer_quote_characters ( const std::string &  s)
static

Definition at line 1186 of file cmd-edit.cc.

References do_set_completer_quote_characters(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_completer_word_break_characters ( const std::string &  s)
static

Definition at line 1165 of file cmd-edit.cc.

References do_set_completer_word_break_characters(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_completion_append_character ( char  c)
static

Definition at line 1193 of file cmd-edit.cc.

References do_set_completion_append_character(), instance, and instance_ok().

Referenced by generate_completion().

void command_editor::set_completion_function ( completion_fcn  f)
static

Definition at line 1200 of file cmd-edit.cc.

References do_set_completion_function(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_dequoting_function ( dequoting_fcn  f)
static

Definition at line 1214 of file cmd-edit.cc.

References do_set_dequoting_function(), instance, and instance_ok().

virtual void command_editor::set_event_hook ( event_hook_fcn  )
inlineprotectedvirtual

Definition at line 320 of file cmd-edit.h.

Referenced by add_event_hook().

void command_editor::set_filename_quote_characters ( const std::string &  s)
static

Definition at line 1179 of file cmd-edit.cc.

References do_set_filename_quote_characters(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_initial_input ( const std::string &  text)
static

Definition at line 958 of file cmd-edit.cc.

References initial_input, instance, and instance_ok().

Referenced by main_window::execute_command_callback().

void command_editor::set_input_stream ( FILE *  f)
static

Definition at line 1053 of file cmd-edit.cc.

References do_set_input_stream(), instance, and instance_ok().

Referenced by get_input_from_stdin().

void command_editor::set_name ( const std::string &  n)
static

Definition at line 1022 of file cmd-edit.cc.

References do_set_name(), instance, and instance_ok().

Referenced by initialize_command_input().

void command_editor::set_output_stream ( FILE *  f)
static

Definition at line 1067 of file cmd-edit.cc.

References do_set_output_stream(), instance, and instance_ok().

virtual void command_editor::set_pre_input_hook ( pre_input_hook_fcn  )
inlineprotectedvirtual

Definition at line 316 of file cmd-edit.h.

Referenced by add_pre_input_hook().

void command_editor::set_quoting_function ( quoting_fcn  f)
static

Definition at line 1207 of file cmd-edit.cc.

References do_set_quoting_function(), instance, and instance_ok().

Referenced by initialize_command_input().

virtual void command_editor::set_startup_hook ( startup_hook_fcn  )
inlineprotectedvirtual

Definition at line 312 of file cmd-edit.h.

Referenced by add_startup_hook().

void command_editor::set_user_accept_line_function ( user_accept_line_fcn  f)
static

Definition at line 1228 of file cmd-edit.cc.

References do_set_user_accept_line_function(), instance, and instance_ok().

int command_editor::startup_handler ( void  )
staticprivate

Definition at line 971 of file cmd-edit.cc.

References f, and startup_hook_set.

Referenced by add_startup_hook().

int command_editor::terminal_cols ( void  )
static
int command_editor::terminal_rows ( void  )
static

Definition at line 1088 of file cmd-edit.cc.

References do_terminal_rows(), instance, and instance_ok().

Referenced by Fterminal_size(), and more_than_a_screenful().

bool command_editor::undo ( void  )
static

Definition at line 1317 of file cmd-edit.cc.

References do_undo(), instance, and instance_ok().

Referenced by main_window::command_window_undo_callback().

Member Data Documentation

int command_editor::command_number
protected
std::set< command_editor::event_hook_fcn > command_editor::event_hook_set
staticprivate

Definition at line 200 of file cmd-edit.h.

Referenced by add_event_hook(), event_handler(), and remove_event_hook().

std::string command_editor::initial_input
protected

Definition at line 347 of file cmd-edit.h.

Referenced by do_insert_initial_input(), readline(), and set_initial_input().

command_editor * command_editor::instance = 0
staticprivate
bool command_editor::interrupted
protected

Definition at line 345 of file cmd-edit.h.

Referenced by interrupt().

std::set< command_editor::pre_input_hook_fcn > command_editor::pre_input_hook_set
staticprivate

Definition at line 198 of file cmd-edit.h.

Referenced by add_pre_input_hook(), pre_input_handler(), and remove_pre_input_hook().

std::set< command_editor::startup_hook_fcn > command_editor::startup_hook_set
staticprivate

Definition at line 196 of file cmd-edit.h.

Referenced by add_startup_hook(), remove_startup_hook(), and startup_handler().


The documentation for this class was generated from the following files: