C# 클래스 MPTagThat.TagToFileName.TagToFileName

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

공개 메소드들

메소드 설명
TagToFileName ( Main main ) : System
TagToFileName ( Main main, bool batchMode ) : System

보호된 메소드들

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

A Key has been pressed

비공개 메소드들

메소드 설명
FillPreview ( ) : void

Fill the Preview Grid with the selected rows

InitForm ( bool batchMode ) : void

The form is used in Batch Mode, when using the default button on the ribbon

LoadSettings ( ) : void
LocaliseScreen ( ) : void

Localise the Screen

ReplaceParametersWithValues ( string parameter ) : string

Replace the parameter with the REAL values of the file

Tag2FileName ( string parameter ) : void

Convert File Name to Tag

Tag2FileNamePreview ( string parameters ) : void

Loop through all the selected rows and set the Preview

btAddFormat_Click ( object sender, EventArgs e ) : void

Adds the current Format to the list

btApply_Click ( object sender, EventArgs e ) : void

Apply the changes to the selected files.

btCancel_Click ( object sender, EventArgs e ) : void

Handle the Cancel button. Close Form without applying any changes

btRemoveFormat_Click ( object sender, EventArgs e ) : void

Removes the current selected format from the list

btReview_Click ( object sender, EventArgs e ) : void

Toggle the Review window display

cbFormat_Keypress ( object sender, KeyPressEventArgs e ) : void

Don't allow invalid characters to be entered into the Format Field

cbFormat_TextChanged ( object sender, EventArgs e ) : void

Text in the Combo is been changed, Update the Preview Value

lblParm_Click ( object sender, EventArgs e ) : void

User clicked on a parameter label. Update combo box with value.

tabControl1_SelectedTabPageChanged ( object sender, Elegant e ) : void

Tabpage select event to invoke Preview

메소드 상세

ProcessCmdKey() 보호된 메소드

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

TagToFileName() 공개 메소드

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

TagToFileName() 공개 메소드

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