C# Class Tibialyzer.HuntsTab

Afficher le fichier Open project: Mytherin/Tibialyzer

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ApplyLocalization ( ) : void
Résultat void

Dispose() protected méthode

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

GetHuntLabel() public méthode

public GetHuntLabel ( ) : Label
Résultat Label

GetHuntList() public méthode

public GetHuntList ( ) : Tibialyzer.PrettyListBox
Résultat Tibialyzer.PrettyListBox

HuntsTab() public méthode

public HuntsTab ( ) : System
Résultat System

InitializeHuntDisplay() public méthode

public InitializeHuntDisplay ( int activeHuntIndex ) : void
activeHuntIndex int
Résultat void

InitializeSettings() public méthode

public InitializeSettings ( ) : void
Résultat void

refreshHunts() public méthode

public refreshHunts ( bool refreshSelection = false ) : void
refreshSelection bool
Résultat void