Property | Type | Description | |
---|---|---|---|
m_cnvtrPropertiesCtrl | |||
m_msg | string |
Property | Type | Description | |
---|---|---|---|
AbortInstallDueToOverwrite | bool | ||
AddCnvtrDlg_Load | void | ||
AddCnvtrTabCtrl_SelectedIndexChanged | void | ||
GetNewConverterName | int | ||
InitializeComponent | void | ||
JumpToHomeTab | void | ||
RefreshTabs | void | ||
SetFieldsForAdd | void | ||
SetFieldsForCopy | void | ||
SetStates | void | ||
UserDesiresDiscard | bool | ||
availableCnvtrsListBox_SelectedIndexChanged | void | ||
cnvtrPropertiesCtrl_ConverterFileChanged | void | ||
cnvtrPropertiesCtrl_ConverterListChanged | void | ||
cnvtrPropertiesCtrl_ConverterSaved | void | ||
launchAddTransduceProcessorDlg | void |
Method | Description | |
---|---|---|
AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, EncConverters encConverters, Set |
Constructor.
|
|
AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, EncConverters encConverters, Set |
Constructor.
|
|
AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, EncConverters encConverters, string selectConv, Set |
This is the most comprehensive constructor.
|
|
AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, Set |
Constructor.
|
|
AutoSave ( ) : bool |
Autosave the converter. If enough changes have been made to justify spending the time to save (actually it's an install), then we'll save
|
|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
InitWSInUse ( Set |
Informs this control of the writing systems which should not be deleted.
|
|
InstallConverter ( ) : bool |
Try to install ("add" or "save") the converter.
|
|
RefreshListBox ( ) : void |
Reloads contents of the Available Converters ListBox
|
|
RemoveConverter ( string converterToRemove ) : void |
Remove the encoding converter.
|
|
SetUnchanged ( ) : void |
Set that the fields have not been changed by the user since the last load/save.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult |
Override this for testing without UI
|
|
btnAdd_Click ( object sender, |
Handles the Click event of the btnAdd control.
|
|
btnClose_Click ( object sender, |
Handles the Click event of the btnClose control.
|
|
btnCopy_Click ( object sender, |
Handles the Click event of the btnCopy control.
|
|
btnDelete_Click ( object sender, |
Handles the Click event of the btnDelete control.
|
|
btnHelp_Click ( object sender, System e ) : void |
Open the appropriate Help file for selected tab.
|
Method | Description | |
---|---|---|
AbortInstallDueToOverwrite ( ) : bool |
Check if an overwrite could occur and if the user wants to abort the overwrite.
|
|
AddCnvtrDlg_Load ( object sender, System e ) : void |
Handles the Load event of the AddCnvtrDlg control.
|
|
AddCnvtrTabCtrl_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the AddCnvtrTabCtrl control.
|
|
GetNewConverterName ( string &strNewConvName ) : int |
Gets a unique name for the new converter.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
JumpToHomeTab ( ) : void |
Selects the first tab of the tab control on this dialog.
|
|
RefreshTabs ( ) : void |
Setup the dialog for the currently selected encoding converter.
|
|
SetFieldsForAdd ( ) : void |
Sets the fields in the encoding converter for an Add.
|
|
SetFieldsForCopy ( ) : void |
Sets the fields in the encoding converter for a Copy.
|
|
SetStates ( ) : void |
Sets the enabled states for the buttons.
|
|
UserDesiresDiscard ( string sMessage, string sTitle ) : bool |
Notify the user about a problem with the current encoding converter (unless the user has clicked Add or changed the name).
|
|
availableCnvtrsListBox_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the availableCnvtrsListBox control.
|
|
cnvtrPropertiesCtrl_ConverterFileChanged ( object sender, |
Handles the ConverterFileChanged event of the cnvtrPropertiesCtrl control.
|
|
cnvtrPropertiesCtrl_ConverterListChanged ( object sender, |
Handles the ConverterListChanged event of the cnvtrPropertiesCtrl control.
|
|
cnvtrPropertiesCtrl_ConverterSaved ( object sender, |
Handles the ConverterSaved event of the cnvtrPropertiesCtrl control.
|
|
launchAddTransduceProcessorDlg ( ) : void |
Launches the add transduce processor dialog.
|
public AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, EncConverters encConverters, Set |
||
helpTopicProvider | IHelpTopicProvider | help topic provider for the Help button |
app | IApp | The app. |
encConverters | EncConverters | The enc converters. |
wsInUse | Set |
The ws in use. |
return | System |
public AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, EncConverters encConverters, Set |
||
helpTopicProvider | IHelpTopicProvider | help topic provider for the Help button |
app | IApp | The app. |
encConverters | EncConverters | The enc converters. |
wsInUse | Set |
The ws in use. |
onlyUnicodeCnvtrs | bool | if set to |
return | System |
public AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, EncConverters encConverters, string selectConv, Set |
||
helpTopicProvider | IHelpTopicProvider | The help topic provider. |
app | IApp | The app. |
encConverters | EncConverters | The enc converters. |
selectConv | string | Converter to be selected |
wsInUse | Set |
The ws in use. |
onlyUnicodeCnvtrs | bool | If true, show and create only Unicode converters (both to and to/from). |
return | System |
public AddCnvtrDlg ( IHelpTopicProvider helpTopicProvider, IApp app, Set |
||
helpTopicProvider | IHelpTopicProvider | help topic provider for the Help button |
app | IApp | The app. |
wsInUse | Set |
The ws in use. |
return | System |
public InitWSInUse ( Set |
||
wsInUse | Set |
The writing systems that are in use. |
return | void |
public RemoveConverter ( string converterToRemove ) : void | ||
converterToRemove | string | |
return | void |
protected ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult | ||
sMessage | string | |
sTitle | string | |
buttons | MessageBoxButtons | |
return | DialogResult |
protected btnAdd_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnClose_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnCopy_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnDelete_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnHelp_Click ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public CnvtrPropertiesCtrl,SIL.FieldWorks.FwCoreDlgs m_cnvtrPropertiesCtrl | ||
return |