Property | Type | Description | |
---|---|---|---|
btnMapFile | |||
cboConversion | SIL.FieldWorks.Common.Controls.FwOverrideComboBox | ||
cboConverter | SIL.FieldWorks.Common.Controls.FwOverrideComboBox | ||
cboSpec | SIL.FieldWorks.Common.Controls.FwOverrideComboBox | ||
m_specs | string | ||
m_supportedConverter | bool | ||
txtMapFile | |||
txtName |
Property | Type | Description | |
---|---|---|---|
AddToCollection | void | ||
AutoConfigureEx | bool | ||
CompareEncInfo | int | ||
GetConverterStringForType | string | ||
InitializeComponent | void | ||
SetConverterType | void | ||
SetReadyToGiveCodePage | void | ||
SetReadyToGiveMapFile | void | ||
SetReadyToGiveRegEx | void | ||
SetReadyToGiveSpec | void | ||
SetStates | void | ||
btnMapFile_Click | void | ||
btnModify_Click | void | ||
btnMore_Click | void | ||
cboConversion_SelectedIndexChanged | void | ||
cboConverter_SelectedIndexChanged | void | ||
cboSpec_SelectedIndexChanged | void | ||
txtName_TextChanged | void |
Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
CnvtrPropertiesCtrl ( ) : System |
Initializes a new instance of the T:CnvtrPropertiesCtrl class.
|
|
CnvtrPropertiesCtrl_Load ( object sender, System e ) : void |
Occurs on loading the Properties Tab
|
|
EnableEntirePane ( bool toState ) : void |
Enable/Disable everything in the pane
|
|
RaiseConverterFileChanged ( ) : void |
The coverter has changed. Notify anyone who cares.
|
|
RaiseConverterSaved ( ) : void |
We saved a new or modified mapping, notify anyone who cares.
|
|
RaiseListChanged ( ) : void |
Something that happened in our control changed the list of mappings. Notify anyone who cares.
|
|
SelectMapping ( string mapname ) : void |
In the standard usage, this is called from the selection changed event handler of the combo box that shows the installed mappings.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnConverterFileChanged ( |
A converter has been modified. The default handler just notifies delegates.
|
|
OnConverterListChanged ( |
Raises the converter list changed event.
|
|
OnConverterSaved ( |
A new converter has been added or a modified one saved. The default handler just notifies delegates.
|
|
txtMapFile_TextChanged ( object sender, System e ) : void |
Triggered when the text has been changed
|
Method | Description | |
---|---|---|
AddToCollection ( IEncConverter rConverter, string converterName ) : void |
Adds the converter to the collection.
|
|
AutoConfigureEx ( IEncConverter rIEncConverter, ConvType eConversionTypeFilter, string &strFriendlyName, string strLhsEncodingID, string strRhsEncodingID ) : bool |
Automatically configures.
|
|
CompareEncInfo ( System x, System y ) : int | ||
GetConverterStringForType ( ConverterType type ) : string |
Gets the string mapped to the type for the converter.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetConverterType ( ConvType setConvType ) : void |
Sets the type of the converter in the combobox for the currently selected encoding converter.
|
|
SetReadyToGiveCodePage ( ) : void | ||
SetReadyToGiveMapFile ( ) : void | ||
SetReadyToGiveRegEx ( ) : void | ||
SetReadyToGiveSpec ( ) : void | ||
SetStates ( bool existingConvs, bool installedConverter ) : void |
Sets the states.
|
|
btnMapFile_Click ( object sender, System e ) : void |
Handles the Click event of the btnMapFile control.
|
|
btnModify_Click ( object sender, |
||
btnMore_Click ( object sender, |
||
cboConversion_SelectedIndexChanged ( object sender, System e ) : void |
Handles the SelectedIndexChanged event of the cboConversion control.
|
|
cboConverter_SelectedIndexChanged ( object sender, System e ) : void | ||
cboSpec_SelectedIndexChanged ( object sender, System e ) : void |
Handles the SelectedIndexChanged event of the cboSpec control.
|
|
txtName_TextChanged ( object sender, System e ) : void |
Handles the TextChanged event of the txtName control.
|
public CnvtrPropertiesCtrl_Load ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
public EnableEntirePane ( bool toState ) : void | ||
toState | bool | True if enabling, False if disabling. |
return | void |
protected OnConverterFileChanged ( |
||
ea | ||
return | void |
protected OnConverterListChanged ( |
||
ea | The |
|
return | void |
protected OnConverterSaved ( |
||
ea | ||
return | void |
public SelectMapping ( string mapname ) : void | ||
mapname | string | |
return | void |
protected txtMapFile_TextChanged ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public Button,System.Windows.Forms btnMapFile | ||
return |
public FwOverrideComboBox,SIL.FieldWorks.Common.Controls cboConversion | ||
return | SIL.FieldWorks.Common.Controls.FwOverrideComboBox |
public FwOverrideComboBox,SIL.FieldWorks.Common.Controls cboConverter | ||
return | SIL.FieldWorks.Common.Controls.FwOverrideComboBox |
public FwOverrideComboBox,SIL.FieldWorks.Common.Controls cboSpec | ||
return | SIL.FieldWorks.Common.Controls.FwOverrideComboBox |
public TextBox,System.Windows.Forms txtMapFile | ||
return |