C# Class lw_common.ui.smart_readonly_textbox

Inheritance: System.Windows.Forms.RichTextBox
Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Свойство Type Description
on_search_ahead search_func
on_sel_changed void_func

Private Properties

Свойство Type Description
add_cur_text_to_positions void
after_click void
char_at_mouse int
char_at_mouse int
check_empty_sel void
check_if_user_hasnt_moved void
force_refresh void
go_to_backspace_text void
move_sel_one_char_left void
move_sel_one_char_right void
raw_sel_text string
readd_all_text void
set_text void
should_be_visible bool
smart_readonly_textbox_KeyPress void
smart_readonly_textbox_MouseClick void
smart_readonly_textbox_MouseDown void
smart_readonly_textbox_MouseMove void
smart_readonly_textbox_MouseUp void
smart_readonly_textbox_SelectionChanged void
stealFocus_Tick void
update_cached_sel_text void
update_selected_text void
wheel void

Méthodes publiques

Méthode Description
backspace ( ) : void
clear_sel ( ) : void
escape ( ) : void
force_sel_text ( string txt ) : void
force_update_sel ( ) : void
go_to_char ( int char_idx ) : void
go_to_text ( string text_to_select ) : void
init ( log_view parent ) : void
on_mouse_click ( Point mouse_screen ) : void
on_mouse_up ( ) : void
sel_to_left ( ) : void
sel_to_right ( ) : void
sel_to_word_left ( ) : void
sel_to_word_right ( ) : void
smart_readonly_textbox ( ) : System
update_sel ( ) : void
update_ui ( ) : void

Private Methods

Méthode Description
add_cur_text_to_positions ( ) : void
after_click ( int row_idx ) : void
char_at_mouse ( ) : int
char_at_mouse ( Point mouse_screen ) : int
check_empty_sel ( ) : void
check_if_user_hasnt_moved ( ) : void
force_refresh ( ) : void
go_to_backspace_text ( string txt ) : void
move_sel_one_char_left ( bool &moved, bool &needs_readd ) : void
move_sel_one_char_right ( bool &moved, bool &needs_readd ) : void
raw_sel_text ( ) : string
readd_all_text ( ) : void
set_text ( bool force ) : void
should_be_visible ( ) : bool
smart_readonly_textbox_KeyPress ( object sender, KeyPressEventArgs e ) : void
smart_readonly_textbox_MouseClick ( object sender, MouseEventArgs e ) : void
smart_readonly_textbox_MouseDown ( object sender, MouseEventArgs e ) : void
smart_readonly_textbox_MouseMove ( object sender, MouseEventArgs e ) : void
smart_readonly_textbox_MouseUp ( object sender, MouseEventArgs e ) : void
smart_readonly_textbox_SelectionChanged ( object sender, EventArgs e ) : void
stealFocus_Tick ( object sender, EventArgs e ) : void
update_cached_sel_text ( ) : void
update_selected_text ( ) : void
wheel ( Message m ) : void

Method Details

backspace() public méthode

public backspace ( ) : void
Résultat void

clear_sel() public méthode

public clear_sel ( ) : void
Résultat void

escape() public méthode

public escape ( ) : void
Résultat void

force_sel_text() public méthode

public force_sel_text ( string txt ) : void
txt string
Résultat void

force_update_sel() public méthode

public force_update_sel ( ) : void
Résultat void

go_to_char() public méthode

public go_to_char ( int char_idx ) : void
char_idx int
Résultat void

go_to_text() public méthode

public go_to_text ( string text_to_select ) : void
text_to_select string
Résultat void

init() public méthode

public init ( log_view parent ) : void
parent log_view
Résultat void

on_mouse_click() public méthode

public on_mouse_click ( Point mouse_screen ) : void
mouse_screen Point
Résultat void

on_mouse_up() public méthode

public on_mouse_up ( ) : void
Résultat void

sel_to_left() public méthode

public sel_to_left ( ) : void
Résultat void

sel_to_right() public méthode

public sel_to_right ( ) : void
Résultat void

sel_to_word_left() public méthode

public sel_to_word_left ( ) : void
Résultat void

sel_to_word_right() public méthode

public sel_to_word_right ( ) : void
Résultat void

smart_readonly_textbox() public méthode

public smart_readonly_textbox ( ) : System
Résultat System

update_sel() public méthode

public update_sel ( ) : void
Résultat void

update_ui() public méthode

public update_ui ( ) : void
Résultat void

Property Details

on_search_ahead public_oe property

public search_func on_search_ahead
Résultat search_func

on_sel_changed public_oe property

public void_func on_sel_changed
Résultat void_func