Свойство | Тип | Описание | |
---|---|---|---|
m_infinity | ITsString | ||
m_x | ITsString |
Метод | Описание | |
---|---|---|
Display ( IVwEnv vwenv, int hvo, int frag ) : void | ||
DisplayIterCtxt ( int numLines, IVwEnv vwenv ) : void | ||
DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString | ||
UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString |
Метод | Описание | |
---|---|---|
GetMaxNumLines ( ) : int |
Gets the maximum number of lines for context cells.
|
|
GetNumLines ( IEnumerable |
Gets the maximum number of lines to display the specified sequence of simple contexts.
|
|
GetNumLines ( IPhContextOrVar ctxtOrVar ) : int |
Gets the number of lines needed to display the specified context or variable.
|
|
GetStrWidth ( ITsString tss, ITsTextProps props, IVwEnv vwenv ) : int | ||
GetVarIndex ( IPhFeatureConstraint var ) : int |
Gets the index of the specified feature constraint. This is used to ensure that the same variable is used for a feature constraint across the entire rule.
|
|
GetWidth ( IPhContextOrVar ctxtOrVar, IVwEnv vwenv ) : int |
Gets the width of the specified context or variable.
|
|
RuleFormulaVcBase ( SIL.FieldWorks.FDO.FdoCache cache, XCore mediator ) : System |
Метод | Описание | |
---|---|---|
CreateFeatureLine ( IFsClosedValue value ) : ITsString | ||
CreateVariableLine ( IPhFeatureConstraint var, bool polarity ) : ITsString | ||
GetIterCtxtWidth ( IPhIterationContext ctxt, IVwEnv vwenv ) : int | ||
GetMinMaxWidth ( IPhIterationContext ctxt, ITsTextProps props, IVwEnv vwenv ) : int | ||
GetNCCtxtWidth ( IPhSimpleContextNC ctxt, IVwEnv vwenv ) : int | ||
GetNCFeatsWidth ( IPhSimpleContextNC ctxt, IVwEnv vwenv ) : int | ||
GetSimpleCtxtWidth ( IPhSimpleContext ctxt, IVwEnv vwenv ) : int | ||
GetTermUnitWidth ( IPhTerminalUnit tu, IVwEnv vwenv ) : int | ||
GetVariablesWidth ( IPhSimpleContextNC ctxt, IVwEnv vwenv, bool polarity ) : int |
public Display ( IVwEnv vwenv, int hvo, int frag ) : void | ||
vwenv | IVwEnv | |
hvo | int | |
frag | int | |
Результат | void |
public DisplayIterCtxt ( int numLines, IVwEnv vwenv ) : void | ||
numLines | int | |
vwenv | IVwEnv | |
Результат | void |
public DisplayVariant ( IVwEnv vwenv, int tag, int frag ) : ITsString | ||
vwenv | IVwEnv | |
tag | int | |
frag | int | |
Результат | ITsString |
protected abstract GetMaxNumLines ( ) : int | ||
Результат | int |
protected GetNumLines ( IEnumerable |
||
seq | IEnumerable |
The sequence. |
Результат | int |
protected GetNumLines ( IPhContextOrVar ctxtOrVar ) : int | ||
ctxtOrVar | IPhContextOrVar | The context or variable. |
Результат | int |
protected GetStrWidth ( ITsString tss, ITsTextProps props, IVwEnv vwenv ) : int | ||
tss | ITsString | |
props | ITsTextProps | |
vwenv | IVwEnv | |
Результат | int |
protected abstract GetVarIndex ( IPhFeatureConstraint var ) : int | ||
var | IPhFeatureConstraint | The variable. |
Результат | int |
protected GetWidth ( IPhContextOrVar ctxtOrVar, IVwEnv vwenv ) : int | ||
ctxtOrVar | IPhContextOrVar | The context or variable. |
vwenv | IVwEnv | The vwenv. |
Результат | int |
protected RuleFormulaVcBase ( SIL.FieldWorks.FDO.FdoCache cache, XCore mediator ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
mediator | XCore | |
Результат | System |
public UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString | ||
vwsel | IVwSelection | |
hvo | int | |
tag | int | |
frag | int | |
tssVal | ITsString | |
Результат | ITsString |