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

Inheritance: IhMorphEntry
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes protégées

Méthode 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

Méthode Description
IhLexWordGloss ( IHelpTopicProvider helpTopicProvider ) : System

Method Details

CopyLexEntryInfoToMonomorphemicWordGlossAndPos() protected méthode

protected CopyLexEntryInfoToMonomorphemicWordGlossAndPos ( ) : void
Résultat void

CopyLexEntryInfoToMonomorphemicWordGlossAndPos() protected méthode

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
Résultat void

CopyLexPosToWordPos() protected méthode

protected CopyLexPosToWordPos ( bool fCopyToWordCat, int hvoLexPos ) : int
fCopyToWordCat bool
hvoLexPos int
Résultat int

CopySenseToWordGloss() protected méthode

protected CopySenseToWordGloss ( bool fCopyWordGloss, int hvoSbRootSense ) : void
fCopyWordGloss bool
hvoSbRootSense int
Résultat void

SelectEntryIcon() protected méthode

protected SelectEntryIcon ( int morphIndex ) : void
morphIndex int
Résultat void