C# 클래스 ACAT.Extensions.Default.UI.Dialogs.ScreenLockForm

파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
OnPause ( ) : void

Not used

OnResume ( ) : void

Not used

ScreenLockForm ( ) : System

Initializes a new instance of the class.

보호된 메소드들

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

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Unsubsribe events and close form

비공개 메소드들

메소드 설명
HandleWndProc ( Message m ) : bool
InitializeComponent ( ) : void

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

ScreenLockForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing. Release resources

ScreenLockForm_Load ( object sender, EventArgs e ) : void

Form has been loaded. Initialize the UI

WndProc ( Message &m ) : void
_keyboardActuator_EvtKeyDown ( object sender, KeyEventArgs e ) : void

Key down event handler

_keyboardActuator_EvtKeyUp ( object sender, KeyEventArgs e ) : void

Key up handler

handlePinInput ( String value ) : void

The 'value' is the pin the user entered. Verify if this is a valid pin and 'unlock' the digits entered so far. If the whole pin has been entered unlock the display. After each digit is entered, transitions the animation to the next one

initAnimationManager ( ) : bool

Loads all animations

initWidgetManager ( ) : bool

Initialize the widget manager

initialize ( ) : bool

Initialize the form

subscribeToEvents ( ) : void

Subscribes to all the events triggered by the widgets and the interpreter

timer_Tick ( object sender, EventArgs e ) : void

Updates the date / time on the form

unlockDoneProc ( ) : void

Thread proc to close the form and quit

unlockScreen ( ) : void

Unlock the screen and close asynchronously

updateDateTime ( ) : void

Displays the current date time on the form

widget_EvtActuated ( object sender, WidgetEventArgs e ) : void

Triggered when a widget is triggered

메소드 상세

Dispose() 보호된 메소드

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

OnFormClosing() 보호된 메소드

Unsubsribe events and close form
protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
리턴 void

OnPause() 공개 메소드

Not used
public OnPause ( ) : void
리턴 void

OnResume() 공개 메소드

Not used
public OnResume ( ) : void
리턴 void

ScreenLockForm() 공개 메소드

Initializes a new instance of the class.
public ScreenLockForm ( ) : System
리턴 System