C# Class RocksmithToolkitGUI.DLCPackageCreator.ToneControl

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: rscustom/rocksmith-custom-song-toolkit

Public Properties

Property Type Description
CurrentGameVersion GameVersion

Private Properties

Property Type Description
InitializeComboBoxes void
InitializeSelectedPedal void
InitializeToneInformation void
Tone_Volume_Tip void
UpdateComboSelection void
UpdateToneDescription void
toneNameBox_Leave void
toneNameBox_MouseEnter void

Public Methods

Method Description
Init ( ) : void
RefreshControls ( ) : void
ToneControl ( ) : System

Private Methods

Method Description
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

Method Details

Init() public method

public Init ( ) : void
return void

RefreshControls() public method

public RefreshControls ( ) : void
return void

ToneControl() public method

public ToneControl ( ) : System
return System

Property Details

CurrentGameVersion public_oe property

public GameVersion CurrentGameVersion
return GameVersion