C# Class ZTn.BNet.D3ProfileExplorer.D3CalculatorForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: zetoken/D3-API-by-ZTn

Public Methods

Method Description
D3CalculatorForm ( ) : System
D3CalculatorForm ( ZTn.BNet.D3.HeroFollowers.Follower follower, HeroClass heroClass ) : System
D3CalculatorForm ( Hero hero ) : System

Private Methods

Method Description
AddActiveSkillIfChecked ( List activeSkills, CheckBox checkBox, Type type ) : void
DoActionOnCalculatedControls ( Action action ) : void
DoCalculations ( ) : void
GetEditedFollower ( ) : ZTn.BNet.D3.HeroFollowers.Follower
GetEditedHero ( ) : Hero
GuiDoCalculationsForFollower ( ) : void
GuiDoCalculationsForHero ( ) : void
PopulateActiveSkills ( Hero hero ) : void
PopulateCalculatedData ( Control textBox, ZTn.BNet.D3.Items.ItemValueRange itemValueRange ) : void
PopulateCalculatedDataPercent ( Control textBox, ZTn.BNet.D3.Items.ItemValueRange itemValueRange ) : void
PopulatePassiveSkills ( Hero hero ) : void
SetAsReferenceValue ( Control textBox ) : void
UpdateCalculationResults ( ZTn.BNet.D3.Calculator.D3Calculator d3Calculator ) : void
UpdateControlsOnCalculationDone ( Control control, Action action ) : void
UpdateItemsSummary ( ZTn.BNet.D3.Calculator.D3Calculator d3Calculator ) : void
UpdateResultControlColor ( Control textBox ) : void
guiDoCalculations_Click ( object sender, EventArgs e ) : void
guiHeroClass_SelectedIndexChanged ( object sender, EventArgs e ) : void
guiItemChoices_Click ( object sender, EventArgs e ) : void
guiSetAsReference_Click ( object sender, EventArgs e ) : void

Method Details

D3CalculatorForm() public method

public D3CalculatorForm ( ) : System
return System

D3CalculatorForm() public method

public D3CalculatorForm ( ZTn.BNet.D3.HeroFollowers.Follower follower, HeroClass heroClass ) : System
follower ZTn.BNet.D3.HeroFollowers.Follower
heroClass HeroClass
return System

D3CalculatorForm() public method

public D3CalculatorForm ( Hero hero ) : System
hero ZTn.BNet.D3.Heroes.Hero
return System