C# 클래스 MPTagThat.CaseConversion.CaseConversion

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
CaseConversion ( Main main ) : System
CaseConversion ( Main main, bool batchMode ) : System
CaseConvert ( TrackData track, int rowIndex ) : void

Do Case Conversion for the given track. Called internally by the Convert button and by the Save clause, if set in Preferences

CaseConvertSelectedTracks ( ) : void

보호된 메소드들

메소드 설명
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

A Key has been pressed

비공개 메소드들

메소드 설명
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, EventArgs e ) : void

Add the Exception to the List

buttonCancel_Click ( object sender, EventArgs e ) : void

Cancel Has been pressed. Close Form

buttonConvert_Click ( object sender, EventArgs e ) : void

Do the Conversion

buttonRemoveException_Click ( object sender, EventArgs e ) : void

Remove the selected Exception from the List

메소드 상세

CaseConversion() 공개 메소드

public CaseConversion ( Main main ) : System
main Main
리턴 System

CaseConversion() 공개 메소드

public CaseConversion ( Main main, bool batchMode ) : System
main Main
batchMode bool
리턴 System

CaseConvert() 공개 메소드

Do Case Conversion for the given track. Called internally by the Convert button and by the Save clause, if set in Preferences
public CaseConvert ( TrackData track, int rowIndex ) : void
track MPTagThat.Core.TrackData
rowIndex int
리턴 void

CaseConvertSelectedTracks() 공개 메소드

public CaseConvertSelectedTracks ( ) : void
리턴 void

ProcessCmdKey() 보호된 메소드

A Key has been pressed
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
리턴 bool