|
| | TextEditor () |
| |
| | TextEditor (AcDbEntity *, bool, bool, bool, double, double, double) |
| |
| | TextEditor (TextEditor const &) |
| |
| | ~TextEditor (void) |
| |
| bool | alt_down (void) const |
| |
| bool | auto_caps (void) const |
| |
| bool | autolist_enabled (void) const |
| |
| bool | can_copy (void) const |
| |
| bool | can_stack (void) const |
| |
| bool | can_unstack (void) const |
| |
| bool | column_auto_height (void) const |
| |
| bool | column_flow_reversed (void) const |
| |
| bool | columns_possible (void) const |
| |
| bool | columns_valid (void) const |
| |
| bool | container_valid (int) const |
| |
| bool | control_down (void) const |
| |
| bool | dimension (void) const |
| |
| bool | dragging (void) const |
| |
| bool | field_highlight (void) const |
| |
| bool | font_bigfont (TextEditorCharAttributes const &) |
| |
| bool | font_supports_character (TextEditorCharAttributes const &, wchar_t) |
| |
| bool | font_supports_custom_double_byte (TextEditorCharAttributes const &, wchar_t) |
| |
| bool | font_supports_language (TextEditorCharAttributes const &, unsigned short) |
| |
| bool | font_supports_language_and_character (TextEditorCharAttributes const &, unsigned short, wchar_t) |
| |
| bool | get_selection_lines (TextEditorLineList &) const |
| |
| bool | get_selection_lines (TextEditorSelection const &, TextEditorLineList &) const |
| |
| bool | initialize (void) |
| |
| bool | new_char (unsigned int) |
| |
| bool | numbering_enabled (void) const |
| |
| bool | pick_word (AcGePoint3d const &, TextEditorSelection &, int) |
| |
| bool | select_paragraph (TextEditorLine *, int, TextEditorSelection &) const |
| |
| bool | select_paragraph (void) |
| |
| bool | select_word (TextEditorLine *, int, TextEditorSelection &, int) const |
| |
| bool | select_word (void) |
| |
| bool | selection_contains_specials (TextEditorSelection const &, int) const |
| |
| bool | setup_text_engine (TextEditorCharAttributes const &) |
| |
| bool | shift_down (void) const |
| |
| bool | single_custom_active (void) const |
| |
| bool | single_field_active (void) const |
| |
| bool | single_stack_active (void) const |
| |
| bool | start_pick (AcGePoint3d const &) |
| |
| bool | support_advanced_char_attributes (void) const |
| |
| bool | support_font_switch (void) const |
| |
| bool | support_multiline (void) const |
| |
| bool | support_para_attributes (void) const |
| |
| bool | support_simple_char_attributes (void) const |
| |
| bool | support_tabs (void) const |
| |
| bool | support_wordbreak (void) const |
| |
| bool | tab_only_delimiter (void) const |
| |
| bool | table_cell (void) const |
| |
| bool | typeover (void) const |
| |
| bool | valid_char (wchar_t) |
| |
| bool | validate_font_and_language_for_character (TextEditorCharAttributes &, wchar_t) |
| |
| bool | validate_font_for_character (TextEditorCharAttributes &, wchar_t) |
| |
| bool | vertical_SHX (void) const |
| |
| bool | vertical_TTF (void) const |
| |
| bool | zero_width (void) const |
| |
| CStringW | char_attributes_string (bool) const |
| |
| CStringW | container_mtext (int, bool) const |
| |
| CStringW | get_selection_text (TextEditorSelection const &) const |
| |
| CStringW | get_selection_text (void) const |
| |
| CStringW | numbering_string (TextEditorParaNumbering const &, int, int) const |
| |
| CStringW | output_end_override (TextEditorOutputState &) const |
| |
| CStringW | output_para_attributes (int, TextEditorOutputState &) const |
| |
| CStringW | output_placeholder_attributes (TextEditorCharAttributes const &, TextEditorOutputState &) const |
| |
| CStringW | output_start_override (TextEditorOutputState &) const |
| |
| AcDbGlobals * | dbGlobals (void) const |
| |
| AcGePoint2d | get_extents (wchar_t const *, int, bool, TextEditorCharAttributes const &) |
| |
| AcGePoint2d const & | container_offset (int) const |
| |
| AcGePoint3d const & | start_point (void) const |
| |
| AcGeVector3d const & | direction_x (void) const |
| |
| AcGeVector3d const & | direction_y (void) const |
| |
| AcGeVector3d const & | normal (void) const |
| |
| TextEditor & | operator= (TextEditor const &) |
| |
| TextEditorCharAttributes | char_attributes (bool) const |
| |
| TextEditorCharAttributes const & | cursor_char_attributes (void) const |
| |
| TextEditorCharAttributes const & | initial_char_attributes (void) const |
| |
| TextEditorCharAttributes const & | numbering_char_attributes (TextEditorParaNumbering const &, int) const |
| |
| TextEditorColor const & | color_from_index (int) const |
| |
| TextEditorColumns const * | columns (void) const |
| |
| TextEditorField const & | field_from_index (int) const |
| |
| TextEditorFont const & | font_from_index (int) const |
| |
| TextEditorLine * | active_line (void) const |
| |
| TextEditorLine * | container_first_line (int) const |
| |
| TextEditorLine * | container_last_line (int) const |
| |
| TextEditorLine * | cur_line (void) const |
| |
| TextEditorLine * | first_line (void) const |
| |
| TextEditorLine * | last_line (void) const |
| |
| TextEditorNumbering const & | numbering_from_index (int) const |
| |
| TextEditorParaAttributes | para_attributes (bool) const |
| |
| TextEditorParaAttributes const & | para_attributes_from_index (int) const |
| |
| TextEditorSelection | total_selection (void) const |
| |
| TextEditorSelection const & | cur_selection (void) const |
| |
| TextEditorStack const & | selected_stack (void) const |
| |
| TextEditorStack const & | stack_from_index (int) const |
| |
| TextEditorStyle const & | style_from_index (int) const |
| |
| TextEditorWipeout * | wipeout (void) const |
| |
| double | GetShdrawXMax (void) const |
| |
| double | GetShdrawXMin (void) const |
| |
| double | GetShdrawYMax (void) const |
| |
| double | GetShdrawYMin (void) const |
| |
| double | actual_height (int) const |
| |
| double | actual_height (void) const |
| |
| double | actual_width (int) const |
| |
| double | actual_width (void) const |
| |
| double | column_gutter (void) const |
| |
| double | column_height (int) const |
| |
| double | column_width (void) const |
| |
| double | container_bottom (int) const |
| |
| double | container_height (int) const |
| |
| double | container_left (int) const |
| |
| double | container_right (int) const |
| |
| double | container_top (int) const |
| |
| double | container_width (int) const |
| |
| double | default_interline (void) const |
| |
| double | default_tab_size (void) const |
| |
| double | defined_height (int) const |
| |
| double | defined_height (void) const |
| |
| double | defined_width (int) const |
| |
| double | defined_width (void) const |
| |
| double | dtext_align_or_fit_add (void) const |
| |
| double | dtext_align_or_fit_length (void) const |
| |
| double | dtext_horz_mode_factor (void) const |
| |
| double | global_scale (void) const |
| |
| double | horz_attach_factor (void) const |
| |
| double | horz_margin (void) const |
| |
| double | line_spacing_factor (void) const |
| |
| double | text_height (void) const |
| |
| double | trailing_size (int) const |
| |
| double | vert_attach_factor (void) const |
| |
| double | vert_margin (void) const |
| |
| AcDbMText::AttachmentPoint | attachment (void) const |
| |
| AcDbMText::ColumnType | column_type (void) const |
| |
| float * | get_char_widths (void) |
| |
| int | active_container (void) const |
| |
| int | active_font_index_supporting_character (TextEditorCharAttributes const &, wchar_t) |
| |
| int | can_redo (void) const |
| |
| int | can_undo (void) const |
| |
| int | color_index_from_color (AcCmColor const &, int) |
| |
| int | column_count (void) const |
| |
| int | container_count (void) const |
| |
| int | continue_drag (AcGePoint3d &, bool) |
| |
| int | data_index_from_data (void *) |
| |
| int | dtext_horz_mode (void) const |
| |
| int | dtext_vert_mode (void) const |
| |
| int | entity_type (void) const |
| |
| int | exit_status (void) const |
| |
| int | font_count (void) const |
| |
| int | font_index_from_character (TextEditorCharAttributes &, wchar_t) |
| |
| int | font_index_from_shx_name (CStringW const &) |
| |
| int | font_index_from_shx_names (CStringW const &, CStringW const &) |
| |
| int | font_index_from_truetype_attributes (CStringW const &, int) |
| |
| int | font_index_from_truetype_name (CStringW const &) |
| |
| int | get_selection_length (TextEditorSelection const &) const |
| |
| int | get_selection_length (void) const |
| |
| int | horz_attachment (void) const |
| |
| int | line_spacing_style (void) const |
| |
| int | move_cursor (unsigned int) |
| |
| int | numbering_index_from_numbering (TextEditorNumbering const &) |
| |
| int | numbering_type (TextEditorParaNumbering const &, int) const |
| |
| int | para_attributes_count (void) const |
| |
| int | para_attributes_index_from_para_attributes (TextEditorParaAttributes const &) |
| |
| int | select_custom (TextEditorLine *, int, TextEditorSelection &, bool) const |
| |
| int | select_dimension (TextEditorLine *, int, TextEditorSelection &, bool) const |
| |
| int | select_field (TextEditorLine *, int, TextEditorSelection &, bool) const |
| |
| int | select_stack (TextEditorLine *, int, TextEditorSelection &, bool) const |
| |
| int | stack_count (int) const |
| |
| int | stack_index_from_string (CStringW const &, double, bool) |
| |
| int | style_count (void) const |
| |
| int | style_index (void) const |
| |
| int | uninitialize (void) |
| |
| int | vert_attachment (void) const |
| |
| TextEditorDrawInfo const & | draw_info (void) const |
| |
| unsigned int | remap_special_key (unsigned int) const |
| |
| unsigned short | font_bigfont_language (TextEditorCharAttributes const &) |
| |
| virtual bool | annotative (void) const |
| |
| virtual bool | can_auto_stack (void) const |
| |
| virtual bool | can_paste (void) const |
| |
| virtual bool | custom_support (void) const |
| |
| virtual bool | dim_can_split (void) const |
| |
| virtual bool | dim_have_dimpost (int) const |
| |
| virtual bool | dim_support_dimpost (void) const |
| |
| virtual bool | dimalt_active (void) const |
| |
| virtual bool | dimalt_enabled (void) const |
| |
| virtual bool | editor_contains (AcGePoint3d const &, int) |
| |
| virtual bool | handle_mispick (AcGePoint3d const &) |
| |
| virtual bool | should_auto_stack (bool &, bool &) const |
| |
| virtual CStringW | field_text (int, int) |
| |
| virtual TextEditorCharAttributes const * | custom_attributes (int) const |
| |
| virtual TextEditorLine * | new_editor_line (void) |
| |
| virtual double | anno_scale_factor (void) const |
| |
| virtual double | dim_text_gap (void) const |
| |
| virtual double | page_size (void) const |
| |
| virtual double | pick_size (void) const |
| |
| virtual int | custom_count (void) const |
| |
| virtual int | default_stack_alignment (void) const |
| |
| virtual int | default_stack_scale (void) const |
| |
| virtual int | global_alignment (void) const |
| |
| virtual TextEditorCustom const * | custom_entry (int) const |
| |
| virtual TextEditorCustom const * | custom_from_index (int) const |
| |
| virtual void | copy (void) |
| |
| virtual void | init_annotative (void) |
| |
| virtual void | paste (bool) |
| |
| virtual void | render_line (TextEditorPointPair const &) |
| |
| virtual void | render_text (wchar_t const *, int, AcGePoint3d const &, TextEditorCharAttributes const &) |
| |
| virtual void | render_text_highlight (TextEditorPointPair const &, TextEditorCharAttributes const &) |
| |
| virtual void | render_text_highlight (TextEditorPointPair const &, TextEditorVectorPair const &, TextEditorCharAttributes const &) |
| |
| virtual void | scroll_cursor (AcGePoint3d const &) |
| |
| virtual void | scroll_cursor (void) |
| |
| virtual void | set_anno_scale_factor (double) |
| |
| virtual void | set_annotative (bool) |
| |
| virtual void | set_clipboard_data (int, void *) |
| |
| virtual void | set_custom_attributes (int, TextEditorCharAttributes const &) |
| |
| virtual void | set_custom_string (int, wchar_t const *) |
| |
| virtual void | set_dimalt_active (bool) |
| |
| virtual wchar_t const * | custom_string (int) const |
| |
| virtual wchar_t const * | dimalt_prefix (void) const |
| |
| virtual wchar_t const * | dimalt_string (void) const |
| |
| virtual wchar_t const * | dimalt_suffix (void) const |
| |
| virtual wchar_t const * | dimprim_prefix (void) const |
| |
| virtual wchar_t const * | dimprim_string (void) const |
| |
| virtual wchar_t const * | dimprim_suffix (void) const |
| |
| void * | data_from_index (int) const |
| |
| void | cancel_drag (bool) |
| |
| void | change_case (bool, bool) |
| |
| void | combine_paragraphs (void) |
| |
| void | container_slop (int, double &, double &) const |
| |
| void | convert_to_plain_text (void) |
| |
| void | cut (bool) |
| |
| void | delete_char (bool) |
| |
| void | delete_line (TextEditorLine *) |
| |
| void | deselect_text (void) |
| |
| void | empty_cur_selection (void) |
| |
| void | get_container_bounds (int, TextEditorBounds &) const |
| |
| void | get_selection_commands (TextEditorCharCommandList &) const |
| |
| void | get_selection_commands (TextEditorSelection const &, TextEditorCharCommandList &) const |
| |
| void | get_wipeout_bounds (int, TextEditorBounds &) |
| |
| void | insert_character (wchar_t, bool, bool) |
| |
| void | output_char_attributes (CStringA &, TextEditorCharAttributes const &, TextEditorOutputState &) const |
| |
| void | output_char_attributes (CStringW &, TextEditorCharAttributes const &, TextEditorOutputState &) const |
| |
| void | output_dtext_character (CStringA &, wchar_t, TextEditorOutputState const &) const |
| |
| void | output_dtext_character (CStringW &, wchar_t, TextEditorOutputState const &) const |
| |
| void | output_mtext_character (CStringA &, wchar_t, TextEditorOutputState const &, unsigned short) const |
| |
| void | output_mtext_character (CStringW &, wchar_t, TextEditorOutputState const &, unsigned short) const |
| |
| void | output_mtext_string (CStringA &, CStringW const &, TextEditorOutputState const &) const |
| |
| void | output_mtext_string (CStringW &, CStringW const &, TextEditorOutputState const &) const |
| |
| void | pick_special (AcGePoint3d const &) |
| |
| void | prep_atts_for_insert (TextEditorLine *, int, TextEditorCharAttributes &) const |
| |
| void | redo (void) |
| |
| void | remove_all_formatting (bool) |
| |
| void | remove_char_formatting (bool) |
| |
| void | remove_para_formatting (bool) |
| |
| void | reset (void) |
| |
| void | select_all (void) |
| |
| void | set_alt_down (bool) |
| |
| void | set_attachment (AcDbMText::AttachmentPoint) |
| |
| void | set_attachment (AcDbMText::AttachmentPoint, bool) |
| |
| void | set_auto_caps (bool) |
| |
| void | set_autolist_enabled (bool) |
| |
| void | set_bounds (TextEditorBounds &, AcGePoint3d const &, double, double) const |
| |
| void | set_char_attributes (TextEditorCharAttributes const &, bool) |
| |
| void | set_char_attributes_string (CStringW const &, bool) |
| |
| void | set_char_widths (int) |
| |
| void | set_color (int) |
| |
| void | set_column_count (int) |
| |
| void | set_column_flow_reversed (bool) |
| |
| void | set_column_gutter (double) |
| |
| void | set_column_height (int, double) |
| |
| void | set_column_type (AcDbMText::ColumnType) |
| |
| void | set_column_width (double) |
| |
| void | set_columns (TextEditorColumns const &) |
| |
| void | set_columns (TextEditorColumns const &, bool) |
| |
| void | set_columns (TextEditorColumns const &, double, double, bool) |
| |
| void | set_container_height (int, double) |
| |
| void | set_container_width (int, double) |
| |
| void | set_control_down (bool) |
| |
| void | set_cur_line (TextEditorLine *) |
| |
| void | set_cur_selection (TextEditorSelection const &) |
| |
| void | set_cursor_char_attributes (TextEditorCharAttributes const &) |
| |
| void | set_defined_height (double) |
| |
| void | set_defined_height (double, bool) |
| |
| void | set_defined_width (double) |
| |
| void | set_defined_width (double, bool) |
| |
| void | set_direction_x (AcGeVector3d const &) |
| |
| void | set_direction_y (AcGeVector3d const &) |
| |
| void | set_draw_info (TextEditorLine *, int, int) |
| |
| void | set_draw_info (int) |
| |
| void | set_exit_status (int) |
| |
| void | set_flow_alignment (int, bool) |
| |
| void | set_font (int) |
| |
| void | set_global_scale (double) |
| |
| void | set_height (double) |
| |
| void | set_horz_margin (double) |
| |
| void | set_language (unsigned short) |
| |
| void | set_line_spacing_factor (double) |
| |
| void | set_line_spacing_style (int) |
| |
| void | set_normal (AcGeVector3d const &) |
| |
| void | set_numbering_enabled (bool) |
| |
| void | set_oblique_angle (double) |
| |
| void | set_para_attributes (TextEditorParaAttributes const &, bool) |
| |
| void | set_selected_stack (TextEditorStack const &, int) |
| |
| void | set_shift_down (bool) |
| |
| void | set_start_point (AcGePoint3d const &) |
| |
| void | set_style_index (int) |
| |
| void | set_support_advanced_char_attributes (bool) |
| |
| void | set_support_font_switch (bool) |
| |
| void | set_support_multiline (bool) |
| |
| void | set_support_para_attributes (bool) |
| |
| void | set_support_simple_char_attributes (bool) |
| |
| void | set_support_tabs (bool) |
| |
| void | set_support_wordbreak (bool) |
| |
| void | set_tab_only_delimiter (bool) |
| |
| void | set_text_height (double) |
| |
| void | set_tracking_factor (double) |
| |
| void | set_typeover (bool) |
| |
| void | set_vert_margin (double) |
| |
| void | set_width_scale (double) |
| |
| void | set_wipeout (TextEditorWipeout const &) |
| |
| void | set_wipeout (TextEditorWipeout const &, bool) |
| |
| void | setup_text_color (int) |
| |
| void | shp_set (void) const |
| |
| void | shp_unset (void) const |
| |
| void | special_char (unsigned int) |
| |
| void | stack (bool, bool, bool) |
| |
| void | toggle_bold (void) |
| |
| void | toggle_italic (void) |
| |
| void | toggle_numbering (int) |
| |
| void | toggle_numbering_on (void) |
| |
| void | toggle_overline (void) |
| |
| void | toggle_underline (void) |
| |
| void | undo (void) |
| |
| void | unstack (void) |
| |
| void | update_field (void) |
| |
| wchar_t | numbering_bullet (TextEditorParaNumbering const &, int) const |
| |
| wchar_t | numbering_separator (TextEditorParaNumbering const &, int) const |
| |
| wchar_t | process_double_byte (TextEditorCharAttributes const &, wchar_t, unsigned short) |
| |
| wchar_t const * | dimension_prefix (int) |
| |
| wchar_t const * | dimension_string (int) |
| |
| wchar_t const * | dimension_suffix (int) |
| |
|
| bool | assign_numbering (TextEditorSelection const &, bool, bool) |
| |
| bool | calc_consistency (TextEditorSelection const &, TextEditorCharAttributes &) const |
| |
| bool | can_backspace (void) const |
| |
| bool | can_delete (void) const |
| |
| bool | delete_selection (int) |
| |
| bool | dragdrop_active (void) const |
| |
| bool | everything_selected (void) const |
| |
| bool | find_custom (TextEditorSelection &, int) const |
| |
| bool | find_dimension (TextEditorSelection &, int) const |
| |
| bool | find_text (CStringW const &, int, TextEditorSelection &) const |
| |
| bool | found_previous_custom (TextEditorSelection const &, int) const |
| |
| bool | found_previous_custom (int) const |
| |
| bool | found_previous_dimension (TextEditorSelection const &, int) const |
| |
| bool | inserting_in_special (int) const |
| |
| bool | limit_text (void) |
| |
| bool | load_fonts (void) const |
| |
| bool | load_style (AcDbTextStyleTableRecord const *, bool) |
| |
| bool | pick_char (AcGePoint3d const &) const |
| |
| bool | pick_selection (AcGePoint3d const &) const |
| |
| bool | pick_selection (TextEditorLocation const &) const |
| |
| bool | strip_trailing_empty_lines (void) const |
| |
| CStringA | write_multibyte_mtext (TextEditorLineList const &, int, int) const |
| |
| CStringA | write_multibyte_mtext (int, int) |
| |
| CStringW | write_mtext (int, int) |
| |
| CStringW | write_unicode_mtext (TextEditorLineList const &, int, int) const |
| |
| CStringW | write_unicode_mtext (TextEditorLineList const &, TextEditorOutputState &) const |
| |
| CStringW | write_unicode_mtext (int, int) |
| |
| CStringW | write_unicode_text (void) |
| |
| AcDbDatabase * | database (void) const |
| |
| AcDbEntity * | entity (void) const |
| |
| AcGiTextStyle const & | text_engine_style (void) const |
| |
| TextEditorLine * | find_last_line (void) const |
| |
| TextEditorLineList & | line_list (void) |
| |
| double | rotation_angle (void) const |
| |
| int | field_count (void) const |
| |
| int | field_index_from_field (TextEditorField const &) |
| |
| int | get_absolute_index (TextEditorLocation const &) const |
| |
| int | line_count (void) const |
| |
| int | stack_index_from_stack (TextEditorStack const &) |
| |
| int | style_index_from_name (CStringW const &) |
| |
| int | text_flags (void) const |
| |
| int | text_length (void) const |
| |
| int | text_limit (void) const |
| |
| int | version_from_mtext (wchar_t const *) |
| |
| virtual bool | exit_with_cursor (int) |
| |
| virtual bool | insert_field (int, bool) |
| |
| virtual TextEditorUndoRedo * | undoredo (void) |
| |
| virtual TextEditorUndoRedo const * | undoredo (void) const |
| |
| virtual TextEditorUndoRedoInfo * | new_undoredo_info (int) |
| |
| virtual double | adjust_for_alignment_horizontally (double) const |
| |
| virtual double | adjust_for_alignment_vertically (double) const |
| |
| virtual int | field_index_from_text (CStringW const &) |
| |
| virtual int | index_from_rgb (unsigned long) const |
| |
| virtual unsigned long | color_to_rgb (TextEditorColor const &) const |
| |
| virtual unsigned long | rgb_from_index (int) const |
| |
| virtual void | adjust_for_dimension (void) |
| |
| virtual void | draw_highlights (bool) |
| |
| virtual void | draw_insert (void) |
| |
| virtual void | get_color_values (TextEditorColor const &, unsigned long &, int &, unsigned long &) const |
| |
| virtual void | input_field (CStringW const &, TextEditorInputState &) |
| |
| virtual void | perform_undoredo (TextEditorUndoRedoInfo *) |
| |
| virtual void | redraw_lines (void) |
| |
| virtual void | remove_highlights (void) |
| |
| virtual void | remove_insert (void) |
| |
| virtual void | reset_attachment (void) |
| |
| virtual void | set_text_color (TextEditorColor const &) |
| |
| virtual void | setup_undoredo (TextEditorUndoRedoInfo *) |
| |
| void | add_para_tab (TextEditorParaTab const &, bool) |
| |
| void | add_undo (TextEditorUndoRedoInfo *) |
| |
| void | adjust_highlight_info (TextEditorSelection const &, TextEditorHighlightInfo &, int) const |
| |
| void | adjust_location (TextEditorLocation &) |
| |
| void | clean_para_tabs (bool) |
| |
| void | cleanup_components (int) |
| |
| void | clear_undo_type (void) |
| |
| void | clear_undoredo (void) |
| |
| void | convert_lines (int, bool, TextEditorLineList &, TextEditorConversionInfo &) |
| |
| void | create_pending_dtext_escapes (void) |
| |
| void | create_pending_fields (void) |
| |
| void | create_pending_mif_and_cif (void) |
| |
| void | create_pending_stack (void) |
| |
| void | erase_lines (void) |
| |
| void | find_beginning_of_paragraph (TextEditorLine *, TextEditorLocation &) const |
| |
| void | find_beginning_of_word (TextEditorLine *, int, TextEditorLocation &, int) const |
| |
| void | find_end_of_paragraph (TextEditorLine *, TextEditorLocation &) const |
| |
| void | find_end_of_word (TextEditorLine *, int, TextEditorLocation &, int) const |
| |
| void | get_absolute_indices (TextEditorLocation *const, int) const |
| |
| void | get_absolute_indices (TextEditorSelection &) const |
| |
| void | get_attachments (int &, int &) const |
| |
| void | get_cursor_points (TextEditorPointPair &) |
| |
| void | get_paragraph_selection (TextEditorLine *, TextEditorSelection &) const |
| |
| void | get_paragraph_selection (TextEditorSelection &) const |
| |
| void | get_paragraph_selection (TextEditorSelection const &, TextEditorSelection &) const |
| |
| void | get_relative_indices (TextEditorLocation *const, int) const |
| |
| void | get_relative_indices (TextEditorSelection &) const |
| |
| void | initialize_cur_line (void) |
| |
| void | input_unicode_character (wchar_t, TextEditorInputState &) |
| |
| void | insert_and_adjust (TextEditorSelection const &, CStringW const &) |
| |
| void | insert_and_adjust (TextEditorSelection const &, CStringW const &, TextEditorHighlightInfo &, int) |
| |
| void | insert_custom (int, bool) |
| |
| void | insert_dimension (int, bool) |
| |
| void | insert_string (CStringW const &, unsigned short, bool) |
| |
| void | insert_symbol (wchar_t, bool, unsigned short) |
| |
| void | insert_text (int, int, void *, bool) |
| |
| void | invalidate_text_engine (void) |
| |
| void | load_initial_style (AcDbObjectId const &) |
| |
| void | modify_attachment (int, bool) |
| |
| void | move_para_indents (int, double, bool) |
| |
| void | multibyte_to_unicode_mtext (char const *, TextEditorInputState &, TextEditorCharAttributes const *) |
| |
| void | order_selection (TextEditorSelection &) |
| |
| void | prepare_for_multibyte_mtext (wchar_t const *, TextEditorInputState &, TextEditorCharAttributes const *) |
| |
| void | prepare_redo (int) |
| |
| void | prepare_undo (int, bool) |
| |
| void | process_field (wchar_t const *, int, TextEditorInputState &) |
| |
| void | read_dtext (char const *) |
| |
| void | read_dtext (wchar_t const *) |
| |
| void | read_mtext (char const *, TextEditorInputState &, TextEditorCharAttributes const *) |
| |
| void | read_mtext (wchar_t const *) |
| |
| void | read_mtext (wchar_t const *, TextEditorInputState &, TextEditorCharAttributes const *) |
| |
| void | read_text (char const *, TextEditorInputState &) |
| |
| void | read_text (wchar_t const *, TextEditorInputState &) |
| |
| void | readjust_lines (void) |
| |
| void | redraw (TextEditorLine *, TextEditorLine *) |
| |
| void | refresh_lines (void) |
| |
| void | remove_custom (int, bool) |
| |
| void | remove_para_tab (double, bool) |
| |
| void | remove_para_tab (TextEditorParaTab const &, bool) |
| |
| void | render_cursor (void) |
| |
| void | replace_string (CStringW const &, bool) |
| |
| void | reset_field_array (void) |
| |
| void | reset_tracking_factor (void) |
| |
| void | restore_highlight_info (TextEditorHighlightInfo const &) |
| |
| void | rewrap_lines (TextEditorLine *, TextEditorLine *) |
| |
| void | save_highlight_info (TextEditorHighlightInfo &) const |
| |
| void | scale_paragraph_values (double) |
| |
| void | scale_text_height (double) |
| |
| void | set_char_attributes (TextEditorSelection const &, TextEditorCharAttributes const &) |
| |
| void | set_initial_char_attributes_from_style (TextEditorStyle const &, bool) |
| |
| void | set_load_fonts (bool) |
| |
| void | set_numbering_restart (bool, bool) |
| |
| void | set_numbering_type (int, bool) |
| |
| void | set_rotation_angle (double) |
| |
| void | set_strip_trailing_empty_lines (bool) |
| |
| void | set_style (int, bool) |
| |
| void | set_text_flags (int) |
| |
| void | update_attachment (AcDbMText::AttachmentPoint) |
| |
Definition at line 63 of file TextEditor.h.