Свойство | Тип | Описание | |
---|---|---|---|
m_flid | int | ||
m_hvoTarget | int | ||
m_targetUi |
Метод | Описание | |
---|---|---|
MakeUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : |
This is the ReferenceUi factory. We currently exclude ReferenceSequenceUi (see that class for reason).
|
|
OnDisplayJumpToTool ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
OnDisplayMoveTargetDownInSequence ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
Overriden by ReferenceSequenceUi.
|
|
OnDisplayMoveTargetUpInSequence ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
Overridden by ReferenceSequenceUi. We put these OnDisplayMove... routines in the base class, so that we can make them explicitly not show up for non ReferenceSequence classes. Otherwise, they might appear as disabled for commands under mnuReferenceChoices.
|
|
OnJumpToTool ( object commandObject ) : bool |
JohnT: Transferred this from FW 6 but don't really understand what it's all about. The overridden method is about various "Show X in Y" commands.
|
|
ReferenceBaseUi ( ) : System | ||
ReferenceBaseUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : System | ||
ReferenceBaseUi ( ICmObject rootObj ) : System |
static public MakeUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
rootObj | ICmObject | |
referenceFlid | int | |
targetHvo | int | |
Результат |
public OnDisplayJumpToTool ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Результат | bool |
public OnDisplayMoveTargetDownInSequence ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Результат | bool |
public OnDisplayMoveTargetUpInSequence ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Результат | bool |
public OnJumpToTool ( object commandObject ) : bool | ||
commandObject | object | |
Результат | bool |
public ReferenceBaseUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
rootObj | ICmObject | |
referenceFlid | int | |
targetHvo | int | |
Результат | System |
public ReferenceBaseUi ( ICmObject rootObj ) : System | ||
rootObj | ICmObject | |
Результат | System |