C# Class lw_common.ui.snoop_around_form

ファイルを表示 Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
on_apply on_apply_func
on_snoop on_snoop_func

Public Methods

Method Description
clear ( ) : void
reuse_last_values ( ) : void
set_parent_rect ( Control logical_parent, Rectangle rect ) : void
set_values ( int>.Dictionary values, bool finished, bool snooped_all_rows ) : void
snoop_around_form ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Logical_parent_on_move ( object sender, EventArgs event_args ) : void
Logical_parent_on_visible_changed ( object sender, EventArgs event_args ) : void
all_Click ( object sender, EventArgs e ) : void
can_apply_filter ( ) : bool
clear_Click ( object sender, EventArgs e ) : void
do_snoop ( bool start ) : void
negate_Click ( object sender, EventArgs e ) : void
none_Click ( object sender, EventArgs e ) : void
on_click_apply ( ) : void
on_click_expand ( ) : void
on_parent_move ( ) : void
run_Click ( object sender, EventArgs e ) : void
set_values_impl ( int>.Dictionary values, bool finished, bool snooped_all_rows ) : void
snoop_around_form_Deactivate ( object sender, EventArgs e ) : void
snoop_around_form_VisibleChanged ( object sender, EventArgs e ) : void
updateStatus_Tick ( object sender, EventArgs e ) : void
update_pos ( ) : void
update_visible ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

clear() public method

public clear ( ) : void
return void

reuse_last_values() public method

public reuse_last_values ( ) : void
return void

set_parent_rect() public method

public set_parent_rect ( Control logical_parent, Rectangle rect ) : void
logical_parent Control
rect Rectangle
return void

set_values() public method

public set_values ( int>.Dictionary values, bool finished, bool snooped_all_rows ) : void
values int>.Dictionary
finished bool
snooped_all_rows bool
return void

snoop_around_form() public method

public snoop_around_form ( ) : System
return System

Property Details

on_apply public_oe property

public on_apply_func on_apply
return on_apply_func

on_snoop public_oe property

public on_snoop_func on_snoop
return on_snoop_func