C# 클래스 lw_common.ui.snoop_around_form

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
on_apply on_apply_func
on_snoop on_snoop_func

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

ProcessCmdKey() 보호된 메소드

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

clear() 공개 메소드

public clear ( ) : void
리턴 void

reuse_last_values() 공개 메소드

public reuse_last_values ( ) : void
리턴 void

set_parent_rect() 공개 메소드

public set_parent_rect ( Control logical_parent, Rectangle rect ) : void
logical_parent Control
rect Rectangle
리턴 void

set_values() 공개 메소드

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

snoop_around_form() 공개 메소드

public snoop_around_form ( ) : System
리턴 System

프로퍼티 상세

on_apply 공개적으로 프로퍼티

public on_apply_func on_apply
리턴 on_apply_func

on_snoop 공개적으로 프로퍼티

public on_snoop_func on_snoop
리턴 on_snoop_func