C# Class SIL.FieldWorks.XWorks.LexEd.PhonologicalFeatureListDlgLauncherView

Inheritance: SIL.FieldWorks.Common.RootSites.RootSiteControl, IVwNotifyChange
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
Init ( XCore.Mediator mediator, IFsFeatStruc fs ) : void
MakeRoot ( ) : void
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

Listen for change to basic IPA symbol If description and/or features are empty, try to supply the values associated with the symbol

UpdateFS ( IFsFeatStruc fs ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
UpdateRootObject ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Init() public method

public Init ( XCore.Mediator mediator, IFsFeatStruc fs ) : void
mediator XCore.Mediator
fs IFsFeatStruc
return void

MakeRoot() public method

public MakeRoot ( ) : void
return void

PropChanged() public method

Listen for change to basic IPA symbol If description and/or features are empty, try to supply the values associated with the symbol
public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
return void

UpdateFS() public method

public UpdateFS ( IFsFeatStruc fs ) : void
fs IFsFeatStruc
return void