C# Class SIL.FieldWorks.LexText.Controls.PatternVcBase

Inheritance: SIL.FieldWorks.Common.RootSites.FwBaseVc
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_bracketProps ITsTextProps
m_empty ITsString
m_leftBracket ITsString
m_leftBracketExt ITsString
m_leftBracketLowHook ITsString
m_leftBracketUpHook ITsString
m_leftParen ITsString
m_leftParenExt ITsString
m_leftParenLowHook ITsString
m_leftParenUpHook ITsString
m_mediator Mediator
m_pileProps ITsTextProps
m_questions ITsString
m_rightBracket ITsString
m_rightBracketExt ITsString
m_rightBracketLowHook ITsString
m_rightBracketUpHook ITsString
m_rightParen ITsString
m_rightParenExt ITsString
m_rightParenLowHook ITsString
m_rightParenUpHook ITsString
m_zwSpace ITsString

Public Methods

Method Description
DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString

Protected Methods

Method Description
AddExtraLines ( int numLines, IVwEnv vwenv ) : void
AddExtraLines ( int numLines, int tag, IVwEnv vwenv ) : void
CloseSingleLinePile ( IVwEnv vwenv ) : void
CloseSingleLinePile ( IVwEnv vwenv, bool addBoundary ) : void
GetFontHeight ( int ws ) : int

Gets the font height of the specified writing system for the normal style.

OpenSingleLinePile ( IVwEnv vwenv, int maxNumLines ) : void
OpenSingleLinePile ( IVwEnv vwenv, int maxNumLines, bool addBoundary ) : void
PatternVcBase ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : System.Linq

Method Details

AddExtraLines() protected method

protected AddExtraLines ( int numLines, IVwEnv vwenv ) : void
numLines int
vwenv IVwEnv
return void

AddExtraLines() protected method

protected AddExtraLines ( int numLines, int tag, IVwEnv vwenv ) : void
numLines int
tag int
vwenv IVwEnv
return void

CloseSingleLinePile() protected method

protected CloseSingleLinePile ( IVwEnv vwenv ) : void
vwenv IVwEnv
return void

CloseSingleLinePile() protected method

protected CloseSingleLinePile ( IVwEnv vwenv, bool addBoundary ) : void
vwenv IVwEnv
addBoundary bool
return void

DisplayVariant() public method

public DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString
vwenv IVwEnv
tag int
frag int
return ITsString

GetFontHeight() protected method

Gets the font height of the specified writing system for the normal style.
protected GetFontHeight ( int ws ) : int
ws int
return int

OpenSingleLinePile() protected method

protected OpenSingleLinePile ( IVwEnv vwenv, int maxNumLines ) : void
vwenv IVwEnv
maxNumLines int
return void

OpenSingleLinePile() protected method

protected OpenSingleLinePile ( IVwEnv vwenv, int maxNumLines, bool addBoundary ) : void
vwenv IVwEnv
maxNumLines int
addBoundary bool
return void

PatternVcBase() protected method

protected PatternVcBase ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : System.Linq
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
return System.Linq

Property Details

m_bracketProps protected_oe property

protected ITsTextProps m_bracketProps
return ITsTextProps

m_empty protected_oe property

protected ITsString m_empty
return ITsString

m_leftBracket protected_oe property

protected ITsString m_leftBracket
return ITsString

m_leftBracketExt protected_oe property

protected ITsString m_leftBracketExt
return ITsString

m_leftBracketLowHook protected_oe property

protected ITsString m_leftBracketLowHook
return ITsString

m_leftBracketUpHook protected_oe property

protected ITsString m_leftBracketUpHook
return ITsString

m_leftParen protected_oe property

protected ITsString m_leftParen
return ITsString

m_leftParenExt protected_oe property

protected ITsString m_leftParenExt
return ITsString

m_leftParenLowHook protected_oe property

protected ITsString m_leftParenLowHook
return ITsString

m_leftParenUpHook protected_oe property

protected ITsString m_leftParenUpHook
return ITsString

m_mediator protected_oe property

protected Mediator m_mediator
return Mediator

m_pileProps protected_oe property

protected ITsTextProps m_pileProps
return ITsTextProps

m_questions protected_oe property

protected ITsString m_questions
return ITsString

m_rightBracket protected_oe property

protected ITsString m_rightBracket
return ITsString

m_rightBracketExt protected_oe property

protected ITsString m_rightBracketExt
return ITsString

m_rightBracketLowHook protected_oe property

protected ITsString m_rightBracketLowHook
return ITsString

m_rightBracketUpHook protected_oe property

protected ITsString m_rightBracketUpHook
return ITsString

m_rightParen protected_oe property

protected ITsString m_rightParen
return ITsString

m_rightParenExt protected_oe property

protected ITsString m_rightParenExt
return ITsString

m_rightParenLowHook protected_oe property

protected ITsString m_rightParenLowHook
return ITsString

m_rightParenUpHook protected_oe property

protected ITsString m_rightParenUpHook
return ITsString

m_zwSpace protected_oe property

protected ITsString m_zwSpace
return ITsString