C# 클래스 Tibialyzer.HuntsTab

파일 보기 프로젝트 열기: Mytherin/Tibialyzer

공개 메소드들

메소드 설명
ApplyLocalization ( ) : void
GetHuntLabel ( ) : Label
GetHuntList ( ) : Tibialyzer.PrettyListBox
HuntsTab ( ) : System
InitializeHuntDisplay ( int activeHuntIndex ) : void
InitializeSettings ( ) : void
refreshHunts ( bool refreshSelection = false ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
HuntList_AttemptDeleteItem ( object sender, EventArgs e ) : void
HuntList_AttemptNewItem ( object sender, EventArgs e ) : void
HuntList_ItemsChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TrackedCreatureList_ItemsChanged ( object sender, EventArgs e ) : void
activeHuntButton_Click ( object sender, MouseEventArgs e ) : void
aggregateHuntBox_CheckedChanged ( object sender, EventArgs e ) : void
automaticallyWriteLootToFileCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
displayAllItemsAsStackableCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
getSelectedHunt ( ) : Hunt
huntBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
ignoreLowExperienceBox_TextChanged ( object sender, EventArgs e ) : void
ignoreLowExperienceCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
refreshHuntImages ( Hunt h ) : void
showLootButton_Click ( object sender, EventArgs e ) : void
sideHuntBox_CheckedChanged ( object sender, EventArgs e ) : void
startupHuntCheckbox_CheckedChanged ( object sender, EventArgs e ) : void
trackCreaturesCheckbox_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

ApplyLocalization() 공개 메소드

public ApplyLocalization ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

GetHuntLabel() 공개 메소드

public GetHuntLabel ( ) : Label
리턴 Label

GetHuntList() 공개 메소드

public GetHuntList ( ) : Tibialyzer.PrettyListBox
리턴 Tibialyzer.PrettyListBox

HuntsTab() 공개 메소드

public HuntsTab ( ) : System
리턴 System

InitializeHuntDisplay() 공개 메소드

public InitializeHuntDisplay ( int activeHuntIndex ) : void
activeHuntIndex int
리턴 void

InitializeSettings() 공개 메소드

public InitializeSettings ( ) : void
리턴 void

refreshHunts() 공개 메소드

public refreshHunts ( bool refreshSelection = false ) : void
refreshSelection bool
리턴 void