Метод | Описание | |
---|---|---|
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
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnFormClosing ( FormClosingEventArgs e ) : void | ||
e | FormClosingEventArgs | |
Результат | void |