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

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

공개 프로퍼티들

프로퍼티 타입 설명
m_fInvalidRegExDisplayed bool
m_matchMsg string
m_matchNotFoundType MatchType

공개 메소드들

메소드 설명
ApplyStyle ( FwTextBox fwTextBox, string sStyle ) : void

Exposes the ApplyStyle method

DummyFwFindReplaceDlg ( ) : System

PopulateStyleMenu ( ) : void

Expose the PopulateStyleMenu method

PopulateWritingSystemMenu ( ) : void

Expose the PopulateWritingSystemMenu method

SimulateFindButtonClick ( ) : void

SimulateFindPrevButtonClick ( ) : void

SimulateReplaceAllButtonClick ( ) : void

SimulateReplaceButtonClick ( ) : void

VerifySelection ( int iInstancePara, int iPara, int iInstanceString, int ichAnchor, int ichEnd ) : void

Verifies that the correct selection was made as the result of the find/replace operation.

보호된 메소드들

메소드 설명
DisplayInvalidRegExMessage ( string errorMessage ) : void

Displays a message box that the regular expression is invalid.

비공개 메소드들

메소드 설명
OnMatchNotFound ( object sender, string defaultMsg, MatchType matchType ) : bool

메소드 상세

ApplyStyle() 공개 메소드

Exposes the ApplyStyle method
public ApplyStyle ( FwTextBox fwTextBox, string sStyle ) : void
fwTextBox SIL.FieldWorks.Common.Widgets.FwTextBox The Tss edit control whose selection should have the /// specified style applied to it.
sStyle string The name of the style to apply
리턴 void

DisplayInvalidRegExMessage() 보호된 메소드

Displays a message box that the regular expression is invalid.
protected DisplayInvalidRegExMessage ( string errorMessage ) : void
errorMessage string The error message.
리턴 void

DummyFwFindReplaceDlg() 공개 메소드

public DummyFwFindReplaceDlg ( ) : System
리턴 System

PopulateStyleMenu() 공개 메소드

Expose the PopulateStyleMenu method
public PopulateStyleMenu ( ) : void
리턴 void

PopulateWritingSystemMenu() 공개 메소드

Expose the PopulateWritingSystemMenu method
public PopulateWritingSystemMenu ( ) : void
리턴 void

SimulateFindButtonClick() 공개 메소드

public SimulateFindButtonClick ( ) : void
리턴 void

SimulateFindPrevButtonClick() 공개 메소드

public SimulateFindPrevButtonClick ( ) : void
리턴 void

SimulateReplaceAllButtonClick() 공개 메소드

public SimulateReplaceAllButtonClick ( ) : void
리턴 void

SimulateReplaceButtonClick() 공개 메소드

public SimulateReplaceButtonClick ( ) : void
리턴 void

VerifySelection() 공개 메소드

Verifies that the correct selection was made as the result of the find/replace operation.
public VerifySelection ( int iInstancePara, int iPara, int iInstanceString, int ichAnchor, int ichEnd ) : void
iInstancePara int The index of the instance of the paragraph property /// in whose contants the selection was expected.
iPara int The index of the para where the selection was expected.
iInstanceString int The index of the instance of the string property where /// the selection was expected.
ichAnchor int The character offset of the anchor.
ichEnd int The character offset of the end.
리턴 void

프로퍼티 상세

m_fInvalidRegExDisplayed 공개적으로 프로퍼티

true if the "Invalid RegEx" message box was displayed
public bool m_fInvalidRegExDisplayed
리턴 bool

m_matchMsg 공개적으로 프로퍼티

public string m_matchMsg
리턴 string

m_matchNotFoundType 공개적으로 프로퍼티

public MatchType m_matchNotFoundType
리턴 MatchType