|
| | TextEditorLine (TextEditor *) |
| |
| | TextEditorLine (TextEditorLine const &) |
| |
| bool | adjust_valid (void) const |
| |
| bool | change_case (bool, int, int) |
| |
| bool | end_of_column (void) const |
| |
| bool | end_of_paragraph (void) const |
| |
| bool | find_break (int, int &) |
| |
| bool | graphics_valid (void) const |
| |
| bool | in_bounds (TextEditorBounds const &, int, int) |
| |
| bool | is_empty (void) const |
| |
| bool | metrics_valid (void) const |
| |
| bool | numbering_overflow (void) const |
| |
| bool | numbering_restart (int) const |
| |
| bool | start_of_column (void) const |
| |
| bool | start_of_paragraph (void) const |
| |
| bool | traits_valid (void) const |
| |
| bool | write_dtext (CStringA &, int, int, TextEditorOutputState &) const |
| |
| bool | write_dtext (CStringA &, TextEditorOutputState &) const |
| |
| bool | write_dtext (CStringW &, int, int, TextEditorOutputState &) const |
| |
| bool | write_dtext (CStringW &, TextEditorOutputState &) const |
| |
| CStringW const & | string (void) const |
| |
| AcGePoint2d const & | extents (void) const |
| |
| AcGePoint2d const & | offset (void) const |
| |
| AcGePoint3d | cursor_position (int) |
| |
| AcGePoint3d | cursor_position (void) |
| |
| AcGePoint3d const & | draw_pos (void) const |
| |
| TextEditorCharAttributes const & | char_attributes (int) const |
| |
| TextEditorCharCommand * | active_command (int) const |
| |
| TextEditorCharCommandList const & | char_command_list (void) const |
| |
| TextEditorLine & | operator= (TextEditorLine const &) |
| |
| TextEditorLine * | clone (int, int) const |
| |
| TextEditorLine * | next (void) const |
| |
| TextEditorLine * | prev (void) const |
| |
| double | GetShdrawXMin (void) const |
| |
| double | GetShdrawYMax (void) const |
| |
| double | GetShdrawYMin (void) const |
| |
| double | align_factor (void) const |
| |
| double | ascent (void) const |
| |
| double | baseline_adjustment (void) const |
| |
| double | container_width (void) const |
| |
| double | descent (void) const |
| |
| double | edge_offset (void) const |
| |
| double | end_indent (void) const |
| |
| double | global_flow_adjustment (TextEditorCharAttributes const &) const |
| |
| double | height_scale (void) const |
| |
| double | local_flow_adjustment (int, double) const |
| |
| double | size (void) const |
| |
| double | spacing (double &, double &) const |
| |
| double | spacing (int) const |
| |
| double | start_indent (void) const |
| |
| double | trail (void) const |
| |
| double | width_scale (void) const |
| |
| int | container_index (void) const |
| |
| int | end_status (void) const |
| |
| int | find_beginning_of_word (int, int) |
| |
| int | find_end_of_word (int, int) |
| |
| int | index (void) const |
| |
| int | length (void) const |
| |
| int | move_index (int, int) |
| |
| int | numbering_value (int) const |
| |
| int | para_attributes_index (void) const |
| |
| int | start_status (void) const |
| |
| TextEditorLineNumbering const * | numbering (void) const |
| |
| TextEditorLinePick | pick_char (AcGePoint3d const &, int) |
| |
| virtual | ~TextEditorLine (void) |
| |
| virtual void | erase (void) |
| |
| void | adjust_dtext (void) |
| |
| void | adjust_mtext (void) |
| |
| void | align_dtext (void) |
| |
| void | append (TextEditorLine *) |
| |
| void | calc_numbering_indents (double &, double &) |
| |
| void | chop (void) |
| |
| void | convert_white_space (int, bool, TextEditorLine *) |
| |
| void | delete_character (int) |
| |
| void | delete_characters (int, int) |
| |
| void | delete_numbering_string (void) |
| |
| void | draw_dtext (void) |
| |
| void | draw_mtext (void) |
| |
| void | fit_dtext (void) |
| |
| void | flush_char_attributes (TextEditorCharAttributes const &, int, int) |
| |
| void | generate_numbering_string (TextEditorParaNumbering const &) |
| |
| void | get_characters (CStringW &, int, int) const |
| |
| void | get_commands (TextEditorCharCommandList &, int, int) const |
| |
| void | insert_character (int, wchar_t, TextEditorCharAttributes const &) |
| |
| void | insert_character (wchar_t) |
| |
| void | insert_character (wchar_t, TextEditorCharAttributes const &) |
| |
| void | insert_string (CStringW const &) |
| |
| void | merge (TextEditorLine *, bool) |
| |
| void | move_index (int) |
| |
| void | remove_character (void) |
| |
| void | scale_text_height (double) |
| |
| void | set_adjust_valid (bool) |
| |
| void | set_char_attributes (TextEditorCharAttributes const &, int, int) |
| |
| void | set_character (int, wchar_t) |
| |
| void | set_container_index (int) |
| |
| void | set_container_width (double) |
| |
| void | set_draw_pos (AcGePoint3d const &) |
| |
| void | set_end_status (int) |
| |
| void | set_graphics_valid (bool) |
| |
| void | set_index (int) |
| |
| void | set_metrics_valid (bool) |
| |
| void | set_next (TextEditorLine *) |
| |
| void | set_numbering_restart (int, bool) |
| |
| void | set_numbering_value (int, int) |
| |
| void | set_offset (AcGePoint2d const &) |
| |
| void | set_para_attributes_index (int) |
| |
| void | set_prev (TextEditorLine *) |
| |
| void | set_size (double) |
| |
| void | set_start_status (int) |
| |
| void | set_traits_valid (bool) |
| |
| void | split (TextEditorLine *) |
| |
| void | toggle_control (int, bool) |
| |
| void | write_mtext (CStringA &, int, int, TextEditorOutputState &) |
| |
| void | write_mtext (CStringA &, TextEditorOutputState &) |
| |
| void | write_mtext (CStringW &, int, int, TextEditorOutputState &) |
| |
| void | write_mtext (CStringW &, TextEditorOutputState &) |
| |
| void | write_unicode_text (CStringW &) |
| |
| wchar_t | auto_character (int) const |
| |
| wchar_t | character (int) const |
| |
| wchar_t | next_char (int) const |
| |
| wchar_t | prev_char (int) const |
| |
Definition at line 32 of file TextEditorLine.h.