Свойство | Type | Description | |
---|---|---|---|
m_cache | SIL.FieldWorks.FDO.FdoCache | ||
m_gridSorter | |||
m_list | List |
||
m_mainWnd | |||
m_persistence | |||
m_prevResultRow | int | ||
m_prevStatusBarText | string | ||
m_sortedColumn | System.Windows.Forms.DataGridViewColumn | ||
m_tsStrComparer | SIL.FieldWorks.Common.COMInterfaces.TsStringComparer | ||
m_userChangedColumnWidth | bool |
Méthode | Description | |
---|---|---|
ActivateView ( ) : void |
|
|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else. This method is thread safe. |
|
CheckRenderingControl ( SIL.FieldWorks.FDO.FdoCache cache, |
|
|
DeactivateView ( ) : void |
|
|
PreFilterMessage ( |
If the user presses Alt-Down or Alt-Up, then we want to change the selected row in the grid to the previous or next.
|
|
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void |
|
|
SetColWidthsFromReg ( |
Sets the grid's column widths by reading their saved values from the registry.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Executes in two distinct scenarios. 1. If disposing is true, the method has been called directly or indirectly by a user's code via the Dispose method. Both managed and unmanaged resources can be disposed. 2. If disposing is false, the method has been called by the runtime from inside the finalizer and you should not reference (access) other managed objects, as they already have been garbage collected. Only unmanaged resources can be disposed. If any exceptions are thrown, that is fine. If the method is being done in a finalizer, it will be ignored. If it is thrown by client code calling Dispose, it needs to be handled by fixing the bug. If subclasses override this method, they should call the base implementation. |
|
GetPreSortRow ( ) : object |
This method should be overridden.
|
|
GetRegSettingColName ( System.Windows.Forms.DataGridViewColumn col, bool forFillWeight ) : string |
|
|
OnHandleCreated ( |
|
|
OnLoadSettings ( |
|
|
RestorePreSortRow ( object restoreRow ) : void |
This method should be overridden.
|
|
SetColOrderFromReg ( |
|
|
Sort ( System.Windows.Forms.DataGridViewColumn column, bool toggleDirection, int defaultSortCol ) : void |
Sorts the specified column.
|
Méthode | Description | |
---|---|---|
ChangeZoomPercent ( float oldFactor, float newFactor ) : void | ||
HandleRenderingGridSizeChanged ( object sender, |
This delegate is necessary because when the OnLoadSettings method is called, the rendering grid has no width, and because columns in the rendering grid may have an AutoSizeMode of fill, their widths should not be set from the registry until the grid has it's full width. Therefore, this delegate will keep checking the current width of the grid with the width of the grid as it was last saved in the registry. When the two are equal, then this method will call the method to set all the column widths to those saved in the registry. I know, this is sort of kludgy, but this is yet one more limitation in the .Net framework I don't know how else to work around. -- DDO
|
|
HandleZoomPercentageChanged ( object sender, |
Called when the zoom percentage changed.
|
|
OnSaveSettings ( |
public CheckRenderingControl ( SIL.FieldWorks.FDO.FdoCache cache, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
mainWnd | ||
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Résultat | void |
protected static GetRegSettingColName ( System.Windows.Forms.DataGridViewColumn col, bool forFillWeight ) : string | ||
col | System.Windows.Forms.DataGridViewColumn | |
forFillWeight | bool | |
Résultat | string |
protected OnHandleCreated ( |
||
e | ||
Résultat | void |
protected OnLoadSettings ( |
||
key | ||
Résultat | void |
public PreFilterMessage ( |
||
m | ||
Résultat | bool |
public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void | ||
hvo | int | |
tag | int | |
ivMin | int | |
cvIns | int | |
cvDel | int | |
Résultat | void |
protected RestorePreSortRow ( object restoreRow ) : void | ||
restoreRow | object | |
Résultat | void |
protected SetColOrderFromReg ( |
||
key | ||
Résultat | void |
public SetColWidthsFromReg ( |
||
key | ||
Résultat | void |
protected Sort ( System.Windows.Forms.DataGridViewColumn column, bool toggleDirection, int defaultSortCol ) : void | ||
column | System.Windows.Forms.DataGridViewColumn | The column on which to sort. When this is the column that /// is already the sorted column, then use toggleDirection to specify whether or /// not the column should be sorted in reverse order. |
toggleDirection | bool | true to toggle the sort direction when column is /// already the current sort column. Otherwise, false. When column is not the current /// sort column, then this flag is ignored. /// |
defaultSortCol | int | The index of the column to sort on when there /// isn't any sort information that can be read from the registry. |
Résultat | void |
protected FdoCache,SIL.FieldWorks.FDO m_cache | ||
Résultat | SIL.FieldWorks.FDO.FdoCache |
protected CheckGridListSorter,SIL.FieldWorks.TE.TeEditorialChecks m_gridSorter | ||
Résultat |
protected FwMainWnd,SIL.FieldWorks.Common.Framework m_mainWnd | ||
Résultat |
protected Persistence,SIL.FieldWorks.Common.Controls m_persistence | ||
Résultat |
protected DataGridViewColumn,System.Windows.Forms m_sortedColumn | ||
Résultat | System.Windows.Forms.DataGridViewColumn |
protected TsStringComparer,SIL.FieldWorks.Common.COMInterfaces m_tsStrComparer | ||
Résultat | SIL.FieldWorks.Common.COMInterfaces.TsStringComparer |