C# 클래스 Tibialyzer.DamageChart

상속: NotificationForm
파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dps DamageResult>.Dictionary
filter string
graph bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
detailsButton_Click ( object sender, EventArgs e ) : void
refreshTargets ( ) : void
targetBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

DamageChart() 공개 메소드

public DamageChart ( DamageChartType chartType ) : System
chartType DamageChartType
리턴 System

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

GenerateDamageInformation() 공개 정적인 메소드

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

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

MaxWidth() 공개 메소드

public MaxWidth ( ) : int
리턴 int

MinWidth() 공개 메소드

public MinWidth ( ) : int
리턴 int

RefreshForm() 공개 메소드

public RefreshForm ( ) : void
리턴 void

UpdateDamage() 공개 메소드

public UpdateDamage ( ) : void
리턴 void

WidthInterval() 공개 메소드

public WidthInterval ( ) : int
리턴 int

refreshDamageChart() 공개 메소드

public refreshDamageChart ( ) : void
리턴 void

sortFunction() 공개 메소드

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

프로퍼티 상세

dps 공개적으로 프로퍼티

public Dictionary dps
리턴 DamageResult>.Dictionary

filter 공개적으로 프로퍼티

public string filter
리턴 string

graph 공개적으로 프로퍼티

public bool graph
리턴 bool