C# Class SIL.FieldWorks.XWorks.MorphologyEditor.PhEnvStrRepresentationSlice.StringRepSliceView

Inheritance: SIL.FieldWorks.Common.RootSites.RootSiteControl, INotifyControlInCurrentSlice
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
MakeRoot ( ) : void
ResetValidator ( ) : void
StringRepSliceView ( int hvo ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnRightMouseUp ( System pt, System rcSrcRoot, System rcDstRoot ) : bool
OnValidating ( System 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 check constraints, since in some of these cases, SliceIsCurrent may not get set false.

Private Methods

Method Description
CanInsertEnvBar ( ) : bool
CanInsertHashMark ( ) : bool
CanInsertItem ( ) : bool
CanInsertSlash ( ) : bool
CanShowEnvironmentError ( ) : bool
DoValidation ( bool refresh ) : void
GetSelectionEndPoint ( bool fEnd ) : int
ShowEnvironmentError ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

MakeRoot() public method

public MakeRoot ( ) : void
return void

OnRightMouseUp() protected method

protected OnRightMouseUp ( System pt, System rcSrcRoot, System rcDstRoot ) : bool
pt System
rcSrcRoot System
rcDstRoot System
return bool

OnValidating() protected method

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 check constraints, since in some of these cases, SliceIsCurrent may not get set false.
protected OnValidating ( System e ) : void
e System
return void

ResetValidator() public method

public ResetValidator ( ) : void
return void

StringRepSliceView() public method

public StringRepSliceView ( int hvo ) : System
hvo int
return System