프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |