Property | Type | Description | |
---|---|---|---|
m_dummyId | int | ||
m_heightView | int | ||
m_hvoObj | int | ||
m_hvoOldSelection | int | ||
m_sdaRev | ReversalEntryDataAccess | ||
m_sense | ILexSense | ||
m_tsf | ITsStrFactory | ||
m_usedIndices | List |
||
m_vc | ReversalIndexEntryVc |
Method | Description | |
---|---|---|
FindOrCreateReversalEntry ( IReversalIndex revIndex, List |
Find the reversal index entry given by rgsForms, or if it doesn't exist, create it. In either case, return its hvo.
|
|
GetFormList ( string longNameIn, List |
Given a string purporting to be the LongName of a reversal index entry, split it into the sequence of individial RIE forms that it represents (from the top of the hierarchy down).
|
|
MakeRoot ( ) : void | ||
ReversalIndexEntrySliceView ( int hvo ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
HandleSelectionChange ( IVwRootBox rootb, IVwSelection vwselNew ) : void | ||
OnLostFocus ( |
Connect to the real data, when the control has lost focus.
|
|
OnMouseUp ( |
Method | Description | |
---|---|---|
CheckHeight ( ) : void | ||
ConvertDummiesToReal ( int hvoDummy ) : int | ||
FindMatchingReversalEntry ( List |
||
GetReversalFormsAndCheckExisting ( List |
Get the reversal index entry form(s), and check whether these are empty (link is being deleted) or the same as before (link is unchanged). In either of these two cases, do what is needed and return true. Otherwise return false (linked entry must be found or created).
|
|
LoadDummyCache ( bool doFullReload ) : void | ||
OnShowInReversalIndex ( object sender, |
||
RemoveFromDummyCache ( int hvoIndex, int index ) : void | ||
ResetEntries ( ) : void |
The main set of reversal entries has changed, so update the display.
|
|
ReversalIndexEntrySliceView_RightMouseClickedEvent ( |
public static FindOrCreateReversalEntry ( IReversalIndex revIndex, List |
||
revIndex | IReversalIndex | |
rgsForms | List |
|
cache | SIL.FieldWorks.FDO.FdoCache | |
return | int |
public static GetFormList ( string longNameIn, List |
||
longNameIn | string | |
forms | List |
|
return | void |
protected HandleSelectionChange ( IVwRootBox rootb, IVwSelection vwselNew ) : void | ||
rootb | IVwRootBox | |
vwselNew | IVwSelection | |
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseUp ( |
||
e | ||
return | void |
public ReversalIndexEntrySliceView ( int hvo ) : System | ||
hvo | int | |
return | System |
protected ReversalEntryDataAccess m_sdaRev | ||
return | ReversalEntryDataAccess |