C# Class SIL.FieldWorks.TE.DiffViewWrapper

The DiffViewWrapper class holds four rows (label/draft/footnote/buttons) and two columns (revision/current).
Class needs to be public for testing purposes.
Inheritance: SIL.FieldWorks.Common.Controls.SplitGridView.SplitGrid
显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
DiffViewWrapper System
FixupColumnHeights void
FixupHostedControlVisiblity void
RefreshAllViews void

Public Methods

Method Description
ReCenter ( ) : void

Re-centers the columns.

Private Methods

Method Description
DiffViewWrapper ( string name, Control parent, SIL.FieldWorks.FDO.FdoCache cache, IVwStylesheet styleSheet, SIL.FieldWorks.TE.DiffViewScrProxy currentDraft, SIL.FieldWorks.TE.DiffViewScrProxy revisionDraft, SIL.FieldWorks.TE.DiffViewFootnoteProxy currentFootnote, SIL.FieldWorks.TE.DiffViewFootnoteProxy revisionFootnote, System.Windows.Forms.TableLayoutPanel otherControls ) : System
FixupColumnHeights ( ) : void
FixupHostedControlVisiblity ( ) : void
RefreshAllViews ( ) : void

Do refresh on all views that have been created.

Method Details

ReCenter() public method

Re-centers the columns.
public ReCenter ( ) : void
return void