C# Class Tibialyzer.HuntsTab

Show file Open project: Mytherin/Tibialyzer

Public Methods

Method Description
ApplyLocalization ( ) : void
GetHuntLabel ( ) : Label
GetHuntList ( ) : Tibialyzer.PrettyListBox
HuntsTab ( ) : System
InitializeHuntDisplay ( int activeHuntIndex ) : void
InitializeSettings ( ) : void
refreshHunts ( bool refreshSelection = false ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

ApplyLocalization() public method

public ApplyLocalization ( ) : void
return void

Dispose() protected method

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

GetHuntLabel() public method

public GetHuntLabel ( ) : Label
return Label

GetHuntList() public method

public GetHuntList ( ) : Tibialyzer.PrettyListBox
return Tibialyzer.PrettyListBox

HuntsTab() public method

public HuntsTab ( ) : System
return System

InitializeHuntDisplay() public method

public InitializeHuntDisplay ( int activeHuntIndex ) : void
activeHuntIndex int
return void

InitializeSettings() public method

public InitializeSettings ( ) : void
return void

refreshHunts() public method

public refreshHunts ( bool refreshSelection = false ) : void
refreshSelection bool
return void