C# Class SIL.FieldWorks.IText.InterlinVc.DisplayWordBundleMethod

Implementation of displaying a word bundle as Method Object
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
DisplayWordBundleMethod ( IVwEnv vwenv1, SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence analysisOccurrence, InterlinVc owner ) : System
Run ( bool showMultipleAnalyses ) : void

Private Methods

Method Description
DisplayMorphemes ( ) : void
DisplayWord ( SIL.FieldWorks.IText.InterlinLineSpec spec, int choiceIndex, IAnalysis wag ) : void
DisplayWordBundleMethod ( IVwEnv vwenv1, int hvoWordBundleAnalysis, InterlinVc owner ) : System
DisplayWordGloss ( SIL.FieldWorks.IText.InterlinLineSpec spec, int choiceIndex ) : void
DisplayWordPOS ( int choiceIndex ) : void
GetRealForm ( int ws, int choiceIndex ) : ITsString

If we are displaying the baseline, and should display a substitute string rather than the requested WS of the wordform, return the substitute string. Otherwise return null.

Method Details

DisplayWordBundleMethod() public method

public DisplayWordBundleMethod ( IVwEnv vwenv1, SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence analysisOccurrence, InterlinVc owner ) : System
vwenv1 IVwEnv
analysisOccurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
owner InterlinVc
return System

Run() public method

public Run ( bool showMultipleAnalyses ) : void
showMultipleAnalyses bool
return void