Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 ( |
Метод | Описание | |
---|---|---|
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 ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public static FindOrCreateReversalEntry ( IReversalIndex revIndex, List |
||
revIndex | IReversalIndex | |
rgsForms | List |
|
cache | SIL.FieldWorks.FDO.FdoCache | |
Результат | int |
public static GetFormList ( string longNameIn, List |
||
longNameIn | string | |
forms | List |
|
Результат | void |
protected HandleSelectionChange ( IVwRootBox rootb, IVwSelection vwselNew ) : void | ||
rootb | IVwRootBox | |
vwselNew | IVwSelection | |
Результат | void |
protected OnLostFocus ( |
||
e | ||
Результат | void |
protected OnMouseUp ( |
||
e | ||
Результат | void |
public ReversalIndexEntrySliceView ( int hvo ) : System | ||
hvo | int | |
Результат | System |
protected ReversalEntryDataAccess m_sdaRev | ||
Результат | ReversalEntryDataAccess |