Method | Description | |
---|---|---|
LexEntryMenuHandler ( ) : System | ||
OnConvertLexemeForm ( object cmd ) : bool | ||
OnDisplayConvertLexemeForm ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplayDataTreeDeleteSense ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
decide whether to enable this tree delete Menu Item
|
|
OnDisplayDataTreeInsert ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
decide whether to display this tree insert Menu Item
|
|
OnDisplayInsertMediaFile ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
We want to be able to insert a sound/movie file for a pronunciation, even when the pronunciation doesn't yet exist. See LT-6685.
|
|
OnDisplayPictureProperties ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplayShow_DictionaryPubPreview ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
handle the message to see if the menu item should be enabled
|
|
OnDisplaySwapAllomorphWithLexeme ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplaySwapLexemeWithAllomorph ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnSwapLexemeWithAllomorph ( object cmd ) : bool | ||
SelectNewFormSlice ( IMoForm newForm ) : void |
Method | Description | |
---|---|---|
CheckForFormDataLoss ( IMoForm origForm, int toClsid ) : bool | ||
CreateNewForm ( ILexEntry parent, int clsid ) : IMoForm | ||
GetNotifyVirtChgInfo ( Slice slice, string &propName, int &clid, |
Extract information from the slice which will be needed to call NotifyVirtualChanged after the slice has been disposed.
|
|
OnConvertAllomorph ( object cmd ) : bool | ||
OnDataTreeDeleteSense ( object cmd ) : bool | ||
OnDemoteSense ( object cmd ) : bool | ||
OnDisplayConvertAllomorph ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplayDemoteSense ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplayPromoteSense ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnPictureProperties ( object cmd ) : bool | ||
OnPromoteSense ( object cmd ) : bool | ||
OnSwapAllomorphWithLexeme ( object cmd ) : bool | ||
SwapAllomorphWithLexeme ( ILexEntry entry, IMoForm allomorph, Command cmd ) : void |
public OnConvertLexemeForm ( object cmd ) : bool | ||
cmd | object | |
return | bool |
public OnDisplayConvertLexemeForm ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplayDataTreeDeleteSense ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplayDataTreeInsert ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplayInsertMediaFile ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplayPictureProperties ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplayShow_DictionaryPubPreview ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplaySwapAllomorphWithLexeme ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnDisplaySwapLexemeWithAllomorph ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
return | bool |
public OnSwapLexemeWithAllomorph ( object cmd ) : bool | ||
cmd | object | |
return | bool |
public SelectNewFormSlice ( IMoForm newForm ) : void | ||
newForm | IMoForm | |
return | void |