C# Class SIL.FieldWorks.Discourse.RibbonVc

Inheritance: SIL.FieldWorks.IText.InterlinVc
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Display ( IVwEnv vwenv, int hvo, int frag ) : void
RibbonVc ( InterlinRibbon ribbon ) : System

Protected Methods

Method Description
AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void

In this case, the 'hvo' is a dummy for the cached AnalysisOccurrence.

GetSegmentLevelTags ( SIL.FieldWorks.FDO.FdoCache cache ) : void

Method Details

AddWordBundleInternal() protected method

In this case, the 'hvo' is a dummy for the cached AnalysisOccurrence.
protected AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void
hvo int
vwenv IVwEnv
return void

Display() public method

public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
return void

GetSegmentLevelTags() protected method

protected GetSegmentLevelTags ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache
return void

RibbonVc() public method

public RibbonVc ( InterlinRibbon ribbon ) : System
ribbon InterlinRibbon
return System