Property | Type | Description | |
---|---|---|---|
AddAsValidCharacter | void | ||
EditCheckingErrorComment | void | ||
GetCheckingError | SIL.FieldWorks.TE.TeEditorialChecks.CheckingError | ||
GetCheckingError | int | ||
GetValidCharacters | List |
||
OnUpdateScrChecksAddAsValidCharacter | bool | ||
OnUpdateScrChecksEditAnnotation | bool | ||
OnUpdateScrChecksIgnored | bool | ||
OnUpdateScrChecksInconsistency | bool | ||
SelectCheckingError | void | ||
m_dataGridView_CellClick | void | ||
m_dataGridView_ColumnHeaderMouseClick | void | ||
m_dataGridView_RowEnter | void | ||
m_dataGridView_RowsAdded | void | ||
m_dataGridView_RowsRemoved | void |
Method | Description | |
---|---|---|
EditorialChecksRenderingsControl ( ) : System |
Initializes a new instance of the T:EditorialChecksRenderingsControl class.
|
|
EditorialChecksRenderingsControl ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.FDO.Scripture.FilteredScrBooks bookFilter, |
Initializes a new instance of the T:EditorialChecksRenderingsControl class.
|
|
GetMessageTargets ( ) : IxCoreColleague[] |
|
|
Init ( XCore.Mediator mediator, System configurationParameters ) : void |
|
|
LoadCheckingErrors ( ) : void |
Loads all the checking errors into the grid.
|
|
LoadCheckingErrors ( List |
Loads into the grid, the checking errors for the specified checks.
|
|
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void |
|
Method | Description | |
---|---|---|
ChangeZoomPercent ( float oldFactor, float newFactor ) : void |
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
GetPreSortRow ( ) : object |
Return the guid of the current row.
|
|
OnHandleCreated ( |
Add ourselves from the xCoreColleagues list.
|
|
OnHandleDestroyed ( |
Remove ourselves from the xCoreColleagues list.
|
|
OnLoadSettings ( Microsoft key ) : void |
|
|
OnSaveSettings ( |
|
|
OnScrChecksAddAsValidCharacter ( object args ) : bool |
For a characters check result, add the "invalid" character as a valid character.
|
|
OnScrChecksEditAnnotation ( object args ) : bool |
|
|
OnScrChecksIgnored ( object args ) : bool |
|
|
OnScrChecksIgnoredWAnnotation ( object args ) : bool |
|
|
OnScrChecksInconsistency ( object args ) : bool |
|
|
OnUpdateScrChecksIgnoredWAnnotation ( object args ) : bool |
|
|
RestorePreSortRow ( object restoreRow ) : void |
Use the supplied information to set the current checking error row.
|
Method | Description | |
---|---|---|
AddAsValidCharacter ( SIL.FieldWorks.TE.TeEditorialChecks.CheckingError addedCharError ) : void |
Adds the "invalid" character as a valid character.
|
|
EditCheckingErrorComment ( SIL.FieldWorks.TE.TeEditorialChecks.CheckingError error, string undoRedoLabel, bool fResolve ) : void | ||
GetCheckingError ( int rowIndex ) : SIL.FieldWorks.TE.TeEditorialChecks.CheckingError |
Gets the checking error from the specified row.
|
|
GetCheckingError ( System.Guid guid ) : int |
Gets the index of the checking error for the specified guid. If a checking error for the guid cannot be found, then -1 is returned.
|
|
GetValidCharacters ( ) : List |
Gets a list of valid characters from the vernacular writing system in the database.
|
|
OnUpdateScrChecksAddAsValidCharacter ( object args ) : bool | ||
OnUpdateScrChecksEditAnnotation ( object args ) : bool | ||
OnUpdateScrChecksIgnored ( object args ) : bool | ||
OnUpdateScrChecksInconsistency ( object args ) : bool | ||
SelectCheckingError ( System.Guid guid ) : void |
Selects the checking error in the grid to the one whose guid is the same as that specified. If the specified guid cannot be found, then the first checking error in the grid is selected.
|
|
m_dataGridView_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
Handles the CellClick event of the m_dataGridView control.
|
|
m_dataGridView_ColumnHeaderMouseClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
m_dataGridView_RowEnter ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
Handles the RowEnter event of the m_dataGridView control.
|
|
m_dataGridView_RowsAdded ( object sender, System.Windows.Forms.DataGridViewRowsAddedEventArgs e ) : void |
|
|
m_dataGridView_RowsRemoved ( object sender, System.Windows.Forms.DataGridViewRowsRemovedEventArgs e ) : void |
|
protected ChangeZoomPercent ( float oldFactor, float newFactor ) : void | ||
oldFactor | float | |
newFactor | float | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EditorialChecksRenderingsControl ( ) : System | ||
return | System |
public EditorialChecksRenderingsControl ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.FDO.Scripture.FilteredScrBooks bookFilter, |
||
cache | SIL.FieldWorks.FDO.FdoCache | The cache. |
bookFilter | SIL.FieldWorks.FDO.Scripture.FilteredScrBooks | The book filter. |
mainWnd | The FwMainWnd that owns this control. | |
helpTopicProvider | IHelpTopicProvider | The help topic provider. |
return | System |
public GetMessageTargets ( ) : IxCoreColleague[] | ||
return | IxCoreColleague[] |
public Init ( XCore.Mediator mediator, System configurationParameters ) : void | ||
mediator | XCore.Mediator | |
configurationParameters | System | |
return | void |
public LoadCheckingErrors ( List |
||
selectedCheckIds | List |
The list of checkIds for which to show results. /// When this is null, results for all the checks are shown. |
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnHandleDestroyed ( |
||
e | ||
return | void |
protected OnLoadSettings ( Microsoft key ) : void | ||
key | Microsoft | |
return | void |
protected OnSaveSettings ( |
||
key | ||
return | void |
protected OnScrChecksAddAsValidCharacter ( object args ) : bool | ||
args | object | |
return | bool |
protected OnScrChecksEditAnnotation ( object args ) : bool | ||
args | object | |
return | bool |
protected OnScrChecksIgnored ( object args ) : bool | ||
args | object | |
return | bool |
protected OnScrChecksIgnoredWAnnotation ( object args ) : bool | ||
args | object | |
return | bool |
protected OnScrChecksInconsistency ( object args ) : bool | ||
args | object | |
return | bool |
protected OnUpdateScrChecksIgnoredWAnnotation ( object args ) : bool | ||
args | object | |
return | bool |
public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void | ||
hvo | int | |
tag | int | |
ivMin | int | |
cvIns | int | |
cvDel | int | |
return | void |
protected RestorePreSortRow ( object restoreRow ) : void | ||
restoreRow | object | |
return | void |