C# Класс ACAT.Extensions.Default.UI.Dialogs.ACATTryoutForm

Показать файл Открыть проект

Открытые методы

Метод Описание
ACATTryoutForm ( ) : System

Initializes an instance of hte class

OnButtonActuated ( Widget widget ) : void

Triggered when a widget is actuated.

OnPause ( ) : void

Pauses animation

OnResume ( ) : void

Resumes animation

OnRunCommand ( string command, bool &handled ) : void

Runs the specified command

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Window proc.

Приватные методы

Метод Описание
ACATTryoutForm_FormClosing ( object sender, FormClosingEventArgs e ) : void

Form is closing. Release resources

ACATTryoutForm_Load ( object sender, EventArgs e ) : void

Form has been loaded. Start animation

InitializeComponent ( ) : void

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

TextBoxEntryOnTextChanged ( object sender, EventArgs eventArgs ) : void

Something changed in the text box. Check if the user typed the word successfuly, if so, clear the word and restart animation

buttonSave_Click ( object sender, EventArgs e ) : void

Event handler to save settings

buttonSteppingTimeDecrease_Click ( object sender, EventArgs e ) : void

Make scanning slower

buttonSteppingTimeIncrease_Click ( object sender, EventArgs e ) : void

Make scanning faster

clearTextBox ( ) : void

Clears the text box

resumeAnimationAsync ( ) : void

Asynchronously resumes animation

setNextWord ( ) : void

Picks the next word from the list and displays it as the prompt for the user

updateToolbar ( ) : void

Updates toolbar with current status

Описание методов

ACATTryoutForm() публичный Метод

Initializes an instance of hte class
public ACATTryoutForm ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnButtonActuated() публичный Метод

Triggered when a widget is actuated.
public OnButtonActuated ( Widget widget ) : void
widget Widget Which one triggered?
Результат void

OnPause() публичный Метод

Pauses animation
public OnPause ( ) : void
Результат void

OnResume() публичный Метод

Resumes animation
public OnResume ( ) : void
Результат void

OnRunCommand() публичный Метод

Runs the specified command
public OnRunCommand ( string command, bool &handled ) : void
command string command to execute
handled bool was it handled?
Результат void

WndProc() защищенный Метод

Window proc.
protected WndProc ( Message &m ) : void
m Message window message
Результат void