Метод | Описание | |
---|---|---|
InflAffixTemplateControl ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot, |
||
OnInflAffixTemplateHelp ( object cmd ) : bool | ||
OnInflTemplateAddInflAffixMsa ( object cmd ) : bool | ||
OnInflTemplateInsertSlotAfter ( object cmd ) : bool | ||
OnInflTemplateInsertSlotBefore ( object cmd ) : bool | ||
OnInflTemplateMoveSlotLeft ( object cmd ) : bool | ||
OnInflTemplateMoveSlotRight ( object cmd ) : bool | ||
OnInflTemplateRemoveInflAffixMsa ( object cmd ) : bool | ||
OnInflTemplateRemoveSlot ( object cmd ) : bool | ||
OnInflTemplateToggleSlotOptionality ( object cmd ) : bool | ||
OnJumpToTool ( object commandObject ) : bool | ||
SetContextMenuHandler ( InflAffixTemplateEventHandler handler ) : void |
Set the handler which will be invoked when the user right-clicks on the Inflectional Affix Template slice, or in some other way invokes the context menu.
|
|
SetStringTableValues ( SIL.Utils.StringTable stringTable ) : void | ||
ShowSliceContextMenu ( object sender, SIL.FieldWorks.XWorks.MorphologyEditor.InflAffixTemplateEventArgs e ) : void |
Invoked by a slice when the user does something to bring up a context menu
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnLostFocus ( |
When focus is lost, stop filtering messages to catch characters
|
|
OnMouseUp ( MouseEventArgs e ) : void |
Intercepts mouse clicks on Command Icons and translates them into right mouse clicks
|
|
OnRightMouseUp ( Point pt, |
||
OnValidating ( System e ) : void |
Метод | Описание | |
---|---|---|
AddInflAffixMsaToSlot ( ICmObject obj, IMoInflAffixSlot slot ) : void | ||
DetermineMsaContextMenuItemLabel ( string sLabel ) : ITsString | ||
DetermineSlotContextMenuItemLabel ( string sLabel ) : ITsString |
|
|
DoReplaceToken ( ITsString tssSource, ITsString tssReplace, string sToken ) : ITsString | ||
DoReplaceToken ( string sSource, ITsString tssReplace, string sToken ) : ITsString | ||
DoXXXReplace ( ITsString tssSource, ITsString tssReplace ) : ITsString | ||
DoXXXReplace ( string sSource, ITsString tssReplace ) : ITsString | ||
DoYYYReplace ( string sSource, ITsString tssReplace ) : ITsString | ||
EnsureNewMsaHasSense ( ILexEntry lex, IMoInflAffMsa newMsa ) : void | ||
EntryHasAffixThatMightBeInSlot ( ILexEntry lex, bool fIsPrefixSlot ) : bool |
Determine if the lex entry can appear in the prefix/suffix slot
|
|
FindMsaInSlots ( List |
||
FindParentSlice ( ) : Slice | ||
FindSlotNameOfMsa ( int hvoSlot ) : string | ||
FixSlotName ( IMoInflAffixSlot slot ) : void |
Fix the name of any slot that is still "Type slot name here".
|
|
GetAffixSequenceContainingSlot ( IMoInflAffixSlot slot, IFdoReferenceSequence |
||
GetAllUnnamedSlotValues ( ) : List |
||
GetHighestPOS ( IPartOfSpeech pos, string &sTopPOS ) : IPartOfSpeech | ||
GetIsPrefixSlot ( bool fBefore ) : bool | ||
GetNextUnnamedSlotName ( ) : string | ||
HandleInsert ( bool fBefore ) : void | ||
HandleInsertAroundSlot ( bool fBefore, IMoInflAffixSlot chosenSlot, int &flid, int &ihvo ) : void | ||
HandleInsertAroundStem ( bool fBefore, IMoInflAffixSlot chosenSlot, int &flid, int &ihvo ) : void | ||
HandleMove ( Command cmd, bool bLeft ) : void | ||
IsRTL ( ) : bool | ||
MakeChooserWithExtantMsas ( IMoInflAffixSlot slot, XCore cmd ) : SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser | ||
MakeChooserWithExtantSlots ( bool fIsPrefixSlot ) : SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser | ||
MenuLabelForInflAffixTemplateHelp ( string sLabel ) : ITsString |
|
|
MenuLabelForInflTemplateAddInflAffixMsa ( string sLabel ) : ITsString |
|
|
MenuLabelForInflTemplateAffixSlotOperation ( string sLabel, bool &fEnabled ) : ITsString |
|
|
MenuLabelForInflTemplateMoveSlot ( string sLabel, bool fMoveLeft, bool &fEnabled ) : ITsString |
|
|
MenuLabelForInflTemplateRemoveInflAffixMsa ( string sLabel ) : ITsString |
|
|
MenuLabelForJumpToTool ( string sLabel ) : ITsString |
|
|
OtherInflAffixMsasExist ( ILexEntry lex, IMoInflAffMsa inflMsa ) : bool | ||
SetEnabledIfFindSlotInSequence ( IFdoReferenceSequence |
||
TsSlotName ( IMoInflAffixSlot slot ) : ITsString | ||
TsSlotNameOfMsa ( IMoInflAffMsa msa ) : ITsString |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public InflAffixTemplateControl ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
hvoRoot | int | |
xnSpec | ||
stringTable | SIL.Utils.StringTable | |
Результат | System |
public OnInflAffixTemplateHelp ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateAddInflAffixMsa ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateInsertSlotAfter ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateInsertSlotBefore ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateMoveSlotLeft ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateMoveSlotRight ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateRemoveInflAffixMsa ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateRemoveSlot ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnInflTemplateToggleSlotOptionality ( object cmd ) : bool | ||
cmd | object | |
Результат | bool |
public OnJumpToTool ( object commandObject ) : bool | ||
commandObject | object | |
Результат | bool |
protected OnLostFocus ( |
||
e | ||
Результат | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnRightMouseUp ( Point pt, |
||
pt | Point | |
rcSrcRoot | ||
rcDstRoot | ||
Результат | bool |
public SetContextMenuHandler ( InflAffixTemplateEventHandler handler ) : void | ||
handler | InflAffixTemplateEventHandler | |
Результат | void |
public SetStringTableValues ( SIL.Utils.StringTable stringTable ) : void | ||
stringTable | SIL.Utils.StringTable | |
Результат | void |
public ShowSliceContextMenu ( object sender, SIL.FieldWorks.XWorks.MorphologyEditor.InflAffixTemplateEventArgs e ) : void | ||
sender | object | |
e | SIL.FieldWorks.XWorks.MorphologyEditor.InflAffixTemplateEventArgs | |
Результат | void |