C# Класс Tibialyzer.HuntsTab

Показать файл Открыть проект

Открытые методы

Метод Описание
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