C# 클래스 SIL.FieldWorks.IText.SandboxBase.IhLexWordGloss

상속: IhMorphEntry
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 메소드들

메소드 설명
CopyLexEntryInfoToMonomorphemicWordGlossAndPos ( ) : void
CopyLexEntryInfoToMonomorphemicWordGlossAndPos ( bool fCopyToWordGloss, bool fCopyToWordPos ) : void

In the context of a LexWordGloss handler, the user is making a selection in the word combo list that should fill in the Word Gloss. So, make sure we copy the selected lex information.

CopyLexPosToWordPos ( bool fCopyToWordCat, int hvoLexPos ) : int
CopySenseToWordGloss ( bool fCopyWordGloss, int hvoSbRootSense ) : void
SelectEntryIcon ( int morphIndex ) : void

비공개 메소드들

메소드 설명
IhLexWordGloss ( IHelpTopicProvider helpTopicProvider ) : System

메소드 상세

CopyLexEntryInfoToMonomorphemicWordGlossAndPos() 보호된 메소드

protected CopyLexEntryInfoToMonomorphemicWordGlossAndPos ( ) : void
리턴 void

CopyLexEntryInfoToMonomorphemicWordGlossAndPos() 보호된 메소드

In the context of a LexWordGloss handler, the user is making a selection in the word combo list that should fill in the Word Gloss. So, make sure we copy the selected lex information.
protected CopyLexEntryInfoToMonomorphemicWordGlossAndPos ( bool fCopyToWordGloss, bool fCopyToWordPos ) : void
fCopyToWordGloss bool
fCopyToWordPos bool
리턴 void

CopyLexPosToWordPos() 보호된 메소드

protected CopyLexPosToWordPos ( bool fCopyToWordCat, int hvoLexPos ) : int
fCopyToWordCat bool
hvoLexPos int
리턴 int

CopySenseToWordGloss() 보호된 메소드

protected CopySenseToWordGloss ( bool fCopyWordGloss, int hvoSbRootSense ) : void
fCopyWordGloss bool
hvoSbRootSense int
리턴 void

SelectEntryIcon() 보호된 메소드

protected SelectEntryIcon ( int morphIndex ) : void
morphIndex int
리턴 void