C# 클래스 SIL.FieldWorks.FwCoreDlgs.DummyValidCharactersDlg

상속: ValidCharactersDlg
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

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