ARB
|
#include <ed4_edit_string.hxx>
Public Attributes | |
AW_event | event |
GBDATA * | gb_data |
char * | string |
long | char_position |
bool | rightward |
ED4_EDITMODE | mode |
bool | is_sequence |
bool | cannot_handle |
ED4_CursorJumpType | cursor_jump |
bool | refresh_needed |
long | out_seq_position |
char * | out_string |
int | repeat_count |
ED4_terminal * | working_terminal |
Definition at line 28 of file ed4_edit_string.hxx.
AW_event ED4_work_info::event |
Definition at line 29 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
GBDATA* ED4_work_info::gb_data |
Definition at line 30 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
char* ED4_work_info::string |
Definition at line 31 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
long ED4_work_info::char_position |
Definition at line 32 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
bool ED4_work_info::rightward |
Definition at line 34 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
ED4_EDITMODE ED4_work_info::mode |
Definition at line 36 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
bool ED4_work_info::is_sequence |
Definition at line 38 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
bool ED4_work_info::cannot_handle |
Definition at line 39 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
ED4_CursorJumpType ED4_work_info::cursor_jump |
Definition at line 41 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
bool ED4_work_info::refresh_needed |
Definition at line 42 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
long ED4_work_info::out_seq_position |
Definition at line 44 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
char* ED4_work_info::out_string |
Definition at line 46 of file ed4_edit_string.hxx.
Referenced by call_edit(), and executeKeystroke().
int ED4_work_info::repeat_count |
Definition at line 48 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().
ED4_terminal* ED4_work_info::working_terminal |
Definition at line 50 of file ed4_edit_string.hxx.
Referenced by call_edit(), ED4_Edit_String::edit(), and executeKeystroke().