C# Класс SIL.FieldWorks.FwCoreDlgs.DummyValidCharactersDlg

Наследование: ValidCharactersDlg
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CallAddSingleCharacter ( FwTextBox txt ) : void

Exposes AddSingleCharacter method

DummyValidCharactersDlg ( ) : System

Sets up the ValidCharactersDlg for testing.

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

Метод Описание
CreateValidCharGridsManager ( ) : ValidCharGridsManager

Create a ValidCharsGridMngr for testing

GetCharacterType ( string chr ) : ValidCharacterType

If the specified character is defined as a PUA character in m_langDef, returns its character type; otherwise, returns a value that indicates whether it is a valid character as defined by the Unicode Standard.

IssueBeep ( ) : void

Keeps track of the number of beeps that have been issued in the ValidCharactersDlg during a test.

ShowMessageBox ( string message ) : void

Shows a message box to warn the user about an invalid operation.

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

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

Exposes AddSingleCharacter method
public CallAddSingleCharacter ( FwTextBox txt ) : void
txt SIL.FieldWorks.Common.Widgets.FwTextBox
Результат void

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

Create a ValidCharsGridMngr for testing
protected CreateValidCharGridsManager ( ) : ValidCharGridsManager
Результат ValidCharGridsManager

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

Sets up the ValidCharactersDlg for testing.
public DummyValidCharactersDlg ( ) : System
Результат System

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

If the specified character is defined as a PUA character in m_langDef, returns its character type; otherwise, returns a value that indicates whether it is a valid character as defined by the Unicode Standard.
protected GetCharacterType ( string chr ) : ValidCharacterType
chr string The character (may consist of more than one Unicode codepoint.
Результат ValidCharacterType

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

Keeps track of the number of beeps that have been issued in the ValidCharactersDlg during a test.
protected IssueBeep ( ) : void
Результат void

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

Shows a message box to warn the user about an invalid operation.
protected ShowMessageBox ( string message ) : void
message string The message for the user.
Результат void