C# Class SIL.FieldWorks.FdoUi.Dialogs.RelatedWordsVc

Inheritance: SIL.FieldWorks.Common.RootSites.FwBaseVc
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Display ( IVwEnv vwenv, int hvo, int frag ) : void

This is the main interesting method of displaying objects and fragments of them.

DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void

Handles displaying the vector of words with commas except after the last

EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int

Estimate the height in points of one domain.

LoadDataFor ( IVwEnv vwenv, int rghvo, int chvo, int hvoParent, int tag, int frag, int ihvoMin ) : void

pre-load any required data about a particular domain.

RelatedWordsVc ( int wsUser, ITsString headword ) : System

Initializes a new instance of the RelatedWordsVc class.

Method Details

Display() public method

This is the main interesting method of displaying objects and fragments of them.
public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
return void

DisplayVec() public method

Handles displaying the vector of words with commas except after the last
public DisplayVec ( IVwEnv vwenv, int hvo, int tag, int frag ) : void
vwenv IVwEnv
hvo int
tag int
frag int
return void

EstimateHeight() public method

Estimate the height in points of one domain.
public EstimateHeight ( int hvo, int frag, int dxAvailWidth ) : int
hvo int
frag int
dxAvailWidth int
return int

LoadDataFor() public method

pre-load any required data about a particular domain.
public LoadDataFor ( IVwEnv vwenv, int rghvo, int chvo, int hvoParent, int tag, int frag, int ihvoMin ) : void
vwenv IVwEnv
rghvo int
chvo int
hvoParent int
tag int
frag int
ihvoMin int
return void

RelatedWordsVc() public method

Initializes a new instance of the RelatedWordsVc class.
public RelatedWordsVc ( int wsUser, ITsString headword ) : System
wsUser int The ws user.
headword ITsString Headword of the target lexical entry.
return System