C# 클래스 RocksmithToolkitGUI.DLCPackageCreator.ToneControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit

공개 프로퍼티들

프로퍼티 타입 설명
CurrentGameVersion GameVersion

Private Properties

프로퍼티 타입 설명
InitializeComboBoxes void
InitializeSelectedPedal void
InitializeToneInformation void
Tone_Volume_Tip void
UpdateComboSelection void
UpdateToneDescription void
toneNameBox_Leave void
toneNameBox_MouseEnter void

공개 메소드들

메소드 설명
Init ( ) : void
RefreshControls ( ) : void
ToneControl ( ) : System

비공개 메소드들

메소드 설명
InitializeComboBoxes ( ) : void
InitializeSelectedPedal ( ComboBox box, Control knobSelectButton, string pedalSlot, RocksmithToolkitLib.ToolkitTone.ToolkitPedal pedals, bool allowNull ) : void
InitializeToneInformation ( ) : void
Tone_Volume_Tip ( object sender, EventArgs f ) : void
UpdateComboSelection ( ComboBox box, Control knobSelectButton, string pedalSlot ) : void
UpdateToneDescription ( ComboBox combo ) : void
toneNameBox_Leave ( object sender, EventArgs e ) : void
toneNameBox_MouseEnter ( object sender, EventArgs e ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

RefreshControls() 공개 메소드

public RefreshControls ( ) : void
리턴 void

ToneControl() 공개 메소드

public ToneControl ( ) : System
리턴 System

프로퍼티 상세

CurrentGameVersion 공개적으로 프로퍼티

public GameVersion CurrentGameVersion
리턴 GameVersion