Method | Description | |
---|---|---|
CaseConversion ( Main main ) : System | ||
CaseConversion ( Main main, bool batchMode ) : System | ||
CaseConvert ( |
Do Case Conversion for the given track. Called internally by the Convert button and by the Save clause, if set in Preferences
|
|
CaseConvertSelectedTracks ( ) : void |
Method | Description | |
---|---|---|
ProcessCmdKey ( Message &msg, Keys keyData ) : bool |
A Key has been pressed
|
Method | Description | |
---|---|---|
ConvertCase ( string strText ) : string | ||
InitForm ( bool batchMode ) : void |
The form is used in Batch Mode, when saving tags
|
|
LocaliseScreen ( ) : void |
Localise the Screen
|
|
RegexReplaceCallback ( Match Match ) : string |
Callback Method for every Match of the Regex
|
|
buttonAddException_Click ( object sender, |
Add the Exception to the List
|
|
buttonCancel_Click ( object sender, |
Cancel Has been pressed. Close Form
|
|
buttonConvert_Click ( object sender, |
Do the Conversion
|
|
buttonRemoveException_Click ( object sender, |
Remove the selected Exception from the List
|
public CaseConversion ( Main main, bool batchMode ) : System | ||
main | Main | |
batchMode | bool | |
return | System |
public CaseConvert ( |
||
track | ||
rowIndex | int | |
return | void |
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
msg | Message | |
keyData | Keys | |
return | bool |