C# Class Tibialyzer.DamageChart

Inheritance: NotificationForm
Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
dps DamageResult>.Dictionary
filter string
graph bool

Public Methods

Method Description
DamageChart ( DamageChartType chartType ) : System
FormName ( ) : string
GenerateDamageInformation ( DamageResult>.Dictionary dps, string filter, string target = null ) : Tuple,List>
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
RefreshForm ( ) : void
UpdateDamage ( ) : void
WidthInterval ( ) : int
refreshDamageChart ( ) : void
sortFunction ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
detailsButton_Click ( object sender, EventArgs e ) : void
refreshTargets ( ) : void
targetBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

DamageChart() public method

public DamageChart ( DamageChartType chartType ) : System
chartType DamageChartType
return System

FormName() public method

public FormName ( ) : string
return string

GenerateDamageInformation() public static method

public static GenerateDamageInformation ( DamageResult>.Dictionary dps, string filter, string target = null ) : Tuple,List>
dps DamageResult>.Dictionary
filter string
target string
return Tuple,List>

LoadForm() public method

public LoadForm ( ) : void
return void

MaxWidth() public method

public MaxWidth ( ) : int
return int

MinWidth() public method

public MinWidth ( ) : int
return int

RefreshForm() public method

public RefreshForm ( ) : void
return void

UpdateDamage() public method

public UpdateDamage ( ) : void
return void

WidthInterval() public method

public WidthInterval ( ) : int
return int

refreshDamageChart() public method

public refreshDamageChart ( ) : void
return void

sortFunction() public method

public sortFunction ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

dps public property

public Dictionary dps
return DamageResult>.Dictionary

filter public property

public string filter
return string

graph public property

public bool graph
return bool