C# Class SIL.FieldWorks.IText.SandboxBase.IhLexWordGloss

Inheritance: IhMorphEntry
Mostrar archivo Open project: sillsdev/FieldWorks

Protected Methods

Method Description
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

Private Methods

Method Description
IhLexWordGloss ( IHelpTopicProvider helpTopicProvider ) : System

Method Details

CopyLexEntryInfoToMonomorphemicWordGlossAndPos() protected method

protected CopyLexEntryInfoToMonomorphemicWordGlossAndPos ( ) : void
return void

CopyLexEntryInfoToMonomorphemicWordGlossAndPos() protected method

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
return void

CopyLexPosToWordPos() protected method

protected CopyLexPosToWordPos ( bool fCopyToWordCat, int hvoLexPos ) : int
fCopyToWordCat bool
hvoLexPos int
return int

CopySenseToWordGloss() protected method

protected CopySenseToWordGloss ( bool fCopyWordGloss, int hvoSbRootSense ) : void
fCopyWordGloss bool
hvoSbRootSense int
return void

SelectEntryIcon() protected method

protected SelectEntryIcon ( int morphIndex ) : void
morphIndex int
return void