Свойство | Type | Description | |
---|---|---|---|
CanSaveAnalysis | bool | ||
FixWs | void | ||
InitSandbox | void | ||
SaveChanges | void | ||
SetPadding | void | ||
SetSandboxLocation | void | ||
SetSandboxSize | void | ||
SetSandboxSizeForVc | bool | ||
TurnOnSandbox | void |
Méthode | Description | |
---|---|---|
AnalysisInterlinearRs ( SIL.FieldWorks.FDO.FdoCache cache, IWfiAnalysis analysis, |
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, |
||
MakeRoot ( ) : void |
Make the root box.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnMouseDown ( MouseEventArgs e ) : void | ||
OnSizeChanged ( |
||
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.
|
Méthode | Description | |
---|---|---|
CanSaveAnalysis ( ) : bool | ||
FixWs ( ) : void | ||
InitSandbox ( ) : void | ||
SaveChanges ( ) : void | ||
SetPadding ( ) : void | ||
SetSandboxLocation ( ) : void | ||
SetSandboxSize ( ) : void | ||
SetSandboxSizeForVc ( ) : bool | ||
TurnOnSandbox ( ) : void |
public AnalysisInterlinearRs ( SIL.FieldWorks.FDO.FdoCache cache, IWfiAnalysis analysis, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
analysis | IWfiAnalysis | |
configurationNode | ||
stringTable | SIL.Utils.StringTable | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetAvailWidth ( IVwRootBox prootb ) : int | ||
prootb | IVwRootBox | |
Résultat | int |
public HandleSandboxSizeChanged ( object sender, |
||
sender | object | |
ea | ||
Résultat | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnSizeChanged ( |
||
e | ||
Résultat | void |
protected OnValidating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
Résultat | void |