프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AdjustContextGridColumnWidths | void | ||
CreateScrCharInventoryBldr | IScrCheckInventory | ||
GetTokenSubstrings | List |
||
GetTokensSubStrings | void | ||
HandleRowHeightInfoNeeded | void | ||
InitializeComponent | void | ||
LoadException | void | ||
NormalizeFileData | void | ||
ReadFile | List |
||
ReadTEScripture | List |
||
btnScan_Click | void | ||
cmnuScanFile_Click | void | ||
cmnuScanScripture_Click | void | ||
gridContext_CellPainting | void | ||
gridContext_CellValueNeeded | void | ||
gridContext_ClientSizeChanged | void | ||
m_tokenGrid_RowEnter | void | ||
scrDataSource_LoadException | void |
메소드 | 설명 | |
---|---|---|
AddContextInfo ( |
|
|
CharContextCtrl ( ) : System |
Creates a new instance of the CharContextCtrl.
|
|
Initialize ( SIL.FieldWorks.FDO.FdoCache cache, IWritingSystemContainer wsContainer, IWritingSystem ws, IApp app, |
Initializes this CharContextCtrl
|
|
RefreshContextGrid ( ) : void |
|
|
ResetContextLists ( ) : void |
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
AdjustContextGridColumnWidths ( ) : void |
Adjusts the column widths in the context grid.
|
|
CreateScrCharInventoryBldr ( string checksDll, IChecksDataSource scrDataSource, string checkType ) : IScrCheckInventory | ||
GetTokenSubstrings ( IScrCheckInventory inventory, List |
Gets the token substrings.
|
|
GetTokensSubStrings ( string fileName ) : void |
Get the text token substrings from the data source and fire the event telling subscribers a list of text tokens is available.
|
|
HandleRowHeightInfoNeeded ( object sender, System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e ) : void |
Handles the RowHeightInfoNeeded event of the gridCharInventory and gridContext grids.
|
|
InitializeComponent ( ) : void | ||
LoadException ( |
Reports a load exception in the scrDataSource.
|
|
NormalizeFileData ( ) : void |
Normalizes the strings read from the file into D (compatible decomposed).
|
|
ReadFile ( string fileName ) : List |
Reads a file for text tokens.
|
|
ReadTEScripture ( ) : List |
Reads the current TE scripture project.
|
|
btnScan_Click ( object sender, |
|
|
cmnuScanFile_Click ( object sender, |
|
|
cmnuScanScripture_Click ( object sender, |
|
|
gridContext_CellPainting ( object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void |
Handles the CellPainting event of the gridContext control.
|
|
gridContext_CellValueNeeded ( object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e ) : void |
|
|
gridContext_ClientSizeChanged ( object sender, |
Adjust the width of the columns so they just fit inside the client area of the grid.
|
|
m_tokenGrid_RowEnter ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void |
|
|
scrDataSource_LoadException ( |
Reports a load exception in the scrDataSource.
|
public AddContextInfo ( |
||
contextInfo | ||
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public Initialize ( SIL.FieldWorks.FDO.FdoCache cache, IWritingSystemContainer wsContainer, IWritingSystem ws, IApp app, |
||
cache | SIL.FieldWorks.FDO.FdoCache | The cache. |
wsContainer | IWritingSystemContainer | The writing system container. |
ws | IWritingSystem | The language definition. |
app | IApp | The application. |
contextFont | The context font. | |
tokenGrid | System.Windows.Forms.DataGridView | The token grid. |
리턴 | void |