Свойство | Тип | Описание | |
---|---|---|---|
m_InSelectionChanged | bool | ||
m_occurenceListId | int |
Свойство | Тип | Описание | |
---|---|---|---|
EmitPropChanged | void |
Метод | Описание | |
---|---|---|
CacheRibbonItems ( List |
Replaces cached ribbon words with input wordforms. Handles PropChanged, as UOW won't emit PropChanged to private Ribbon Decorator items.
|
|
GetAvailWidth ( IVwRootBox prootb ) : int |
Suppress wrapping by allowing it to be as wide as desired. Todo: for RTL we will have to do something tricky about horizontal scrolling to see the actual text.
|
|
InterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot ) : System |
Make one.
|
|
MakeInitialSelection ( ) : void | ||
MakeRoot ( ) : void | ||
SelectFirstOccurence ( ) : void | ||
SetRoot ( int hvoStText ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetScrollOffsets ( int &dxd, int &dyd ) : void | ||
HandleSelectionChange ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs args ) : void |
This override ensures that we always have whole objects selected. Enhance: it may cause flicker during drag, in which case, we may change to only do it on mouse up, or only IF the mouse is up.
|
|
OnEditingHelperCreated ( ) : void |
Called when the editing helper is created.
|
|
OnLoad ( |
||
SelectUpTo ( int end1 ) : void |
Метод | Описание | |
---|---|---|
EmitPropChanged ( ) : void |
public CacheRibbonItems ( List |
||
wordForms | List |
|
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetAvailWidth ( IVwRootBox prootb ) : int | ||
prootb | IVwRootBox | |
Результат | int |
protected GetScrollOffsets ( int &dxd, int &dyd ) : void | ||
dxd | int | |
dyd | int | |
Результат | void |
protected HandleSelectionChange ( object sender, SIL.FieldWorks.Common.RootSites.VwSelectionArgs args ) : void | ||
sender | object | |
args | SIL.FieldWorks.Common.RootSites.VwSelectionArgs | |
Результат | void |
public InterlinRibbon ( SIL.FieldWorks.FDO.FdoCache cache, int hvoRoot ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
hvoRoot | int | |
Результат | System |
protected OnEditingHelperCreated ( ) : void | ||
Результат | void |