C# Класс SIL.FieldWorks.XWorks.MorphologyEditor.AnalysisInterlinearRs

This is the main class for the interlinear text control view of one analysis of one wordform.
Наследование: SIL.FieldWorks.Common.RootSites.RootSite, INotifyControlInCurrentSlice
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CanSaveAnalysis bool
FixWs void
InitSandbox void
SaveChanges void
SetPadding void
SetSandboxLocation void
SetSandboxSize void
SetSandboxSizeForVc bool
TurnOnSandbox void

Открытые методы

Метод Описание
AnalysisInterlinearRs ( SIL.FieldWorks.FDO.FdoCache cache, IWfiAnalysis analysis, XmlNode configurationNode, SIL.Utils.StringTable stringTable ) : System

Make one. Everything interesting happens when it is given a root object, however.

GetAvailWidth ( IVwRootBox prootb ) : int

Giving it a large maximum width independent of the container causes it to lay out at full width and scroll horizontally.

HandleSandboxSizeChanged ( object sender, EventArgs ea ) : void
MakeRoot ( ) : void

Make the root box.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnMouseDown ( MouseEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnValidating ( CancelEventArgs e ) : void

This method seems to get called when we are switching to another tool (or area, or slice) AND when the program is shutting down. This makes it a good point to save our changes.

Приватные методы

Метод Описание
CanSaveAnalysis ( ) : bool
FixWs ( ) : void
InitSandbox ( ) : void
SaveChanges ( ) : void
SetPadding ( ) : void
SetSandboxLocation ( ) : void
SetSandboxSize ( ) : void
SetSandboxSizeForVc ( ) : bool
TurnOnSandbox ( ) : void

Описание методов

AnalysisInterlinearRs() публичный Метод

Make one. Everything interesting happens when it is given a root object, however.
public AnalysisInterlinearRs ( SIL.FieldWorks.FDO.FdoCache cache, IWfiAnalysis analysis, XmlNode configurationNode, SIL.Utils.StringTable stringTable ) : System
cache SIL.FieldWorks.FDO.FdoCache
analysis IWfiAnalysis
configurationNode System.Xml.XmlNode
stringTable SIL.Utils.StringTable
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetAvailWidth() публичный Метод

Giving it a large maximum width independent of the container causes it to lay out at full width and scroll horizontally.
public GetAvailWidth ( IVwRootBox prootb ) : int
prootb IVwRootBox
Результат int

HandleSandboxSizeChanged() публичный Метод

public HandleSandboxSizeChanged ( object sender, EventArgs ea ) : void
sender object
ea System.EventArgs
Результат void

MakeRoot() публичный Метод

Make the root box.
public MakeRoot ( ) : void
Результат void

OnMouseDown() защищенный Метод

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

OnValidating() защищенный Метод

This method seems to get called when we are switching to another tool (or area, or slice) AND when the program is shutting down. This makes it a good point to save our changes.
protected OnValidating ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void