Method | Description | |
---|---|---|
CanDelete ( string &cannotDeleteMsg ) : bool | ||
UpdateWordsToolDisplay ( int curDisplayedWfId, bool updateUserCount, bool updateUserStatusIcon, bool updateParserCount, bool updateParserStatusIcon ) : void |
This will recache some information related to a wordform and its analyses, and call PropChanged to get the display to refresh. It makes no sense to call this method if the active area isn't the Words area, and the tool isn't Analyses. |
|
WfiWordformUi ( ICmObject obj ) : System.Diagnostics |
Create one. Argument must be a WfiWordform. Note that declaring it to be forces us to just do a cast in every case of MakeUi, which is passed an obj anyway.
|
Method | Description | |
---|---|---|
IsAcceptableContextToJump ( string toolCurrent, string toolTarget ) : bool | ||
OnFindInDictionary ( object args ) : bool |
This method implements the FindInDictionary menu item. It is called using reflection by xCore, not directly.
|
Method | Description | |
---|---|---|
WfiWordformUi ( ) : System.Diagnostics |
public CanDelete ( string &cannotDeleteMsg ) : bool | ||
cannotDeleteMsg | string | |
return | bool |
protected IsAcceptableContextToJump ( string toolCurrent, string toolTarget ) : bool | ||
toolCurrent | string | |
toolTarget | string | |
return | bool |
protected OnFindInDictionary ( object args ) : bool | ||
args | object | |
return | bool |
public UpdateWordsToolDisplay ( int curDisplayedWfId, bool updateUserCount, bool updateUserStatusIcon, bool updateParserCount, bool updateParserStatusIcon ) : void | ||
curDisplayedWfId | int | |
updateUserCount | bool | |
updateUserStatusIcon | bool | |
updateParserCount | bool | |
updateParserStatusIcon | bool | |
return | void |
public WfiWordformUi ( ICmObject obj ) : System.Diagnostics | ||
obj | ICmObject | |
return | System.Diagnostics |