C# Class Tibialyzer.LootDropForm

Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Свойство Type Description
createdControls List
creatureControls Dictionary>
creatures int>.Dictionary
hunt Hunt
initialPage int
itemControls List>.Dictionary
items int>>.List
lootCreature Tibialyzer.Creature
loot_font Font
page int
rawName string

Méthodes publiques

Méthode Description
DrawCountOnGraphics ( Graphics gr, int itemCount, int offset_x, int offset_y ) : void
DrawCountOnItem ( Item item, int itemCount, int size = -1 ) : Bitmap
FormName ( ) : string
GenerateLootInformation ( Hunt hunt, string rawName, Tibialyzer.Creature lootCreature ) : Tuple,List>>
GetAverageGold ( int>.Dictionary creatures ) : long
GetStackImage ( Image image, int count, Item item ) : Bitmap
LoadForm ( ) : void
LootDropForm ( string command ) : System
RefreshLoot ( ) : void
TimeToString ( long totalSeconds ) : string
UpdateLoot ( ) : void
openCreatureDrops ( object sender, EventArgs e ) : void
openItemBox ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
ActuallyRefreshForm ( ) : void
Nextpage_Click ( object sender, EventArgs e ) : void
Prevpage_Click ( object sender, EventArgs e ) : void
UpdateCommand ( ) : void
UpdateLootInternal ( ) : void
allLootButton_Click ( object sender, EventArgs e ) : void
changeSize ( int modification ) : void
huntNameLabel_Click ( object sender, EventArgs e ) : void
lootButton_Click ( object sender, EventArgs e ) : void
lootLarger_Click ( object sender, EventArgs e ) : void
lootSmaller_Click ( object sender, EventArgs e ) : void
rawLootButton_Click ( object sender, EventArgs e ) : void

Method Details

DrawCountOnGraphics() public static méthode

public static DrawCountOnGraphics ( Graphics gr, int itemCount, int offset_x, int offset_y ) : void
gr Graphics
itemCount int
offset_x int
offset_y int
Résultat void

DrawCountOnItem() public static méthode

public static DrawCountOnItem ( Item item, int itemCount, int size = -1 ) : Bitmap
item Item
itemCount int
size int
Résultat Bitmap

FormName() public méthode

public FormName ( ) : string
Résultat string

GenerateLootInformation() public static méthode

public static GenerateLootInformation ( Hunt hunt, string rawName, Tibialyzer.Creature lootCreature ) : Tuple,List>>
hunt Hunt
rawName string
lootCreature Tibialyzer.Creature
Résultat Tuple,List>>

GetAverageGold() public static méthode

public static GetAverageGold ( int>.Dictionary creatures ) : long
creatures int>.Dictionary
Résultat long

GetStackImage() public static méthode

public static GetStackImage ( Image image, int count, Item item ) : Bitmap
image Image
count int
item Item
Résultat Bitmap

LoadForm() public méthode

public LoadForm ( ) : void
Résultat void

LootDropForm() public méthode

public LootDropForm ( string command ) : System
command string
Résultat System

RefreshLoot() public méthode

public RefreshLoot ( ) : void
Résultat void

TimeToString() public static méthode

public static TimeToString ( long totalSeconds ) : string
totalSeconds long
Résultat string

UpdateLoot() public méthode

public UpdateLoot ( ) : void
Résultat void

openCreatureDrops() public méthode

public openCreatureDrops ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

openItemBox() public méthode

public openItemBox ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

createdControls public_oe property

public List createdControls
Résultat List

creatureControls public_oe property

public Dictionary> creatureControls
Résultat Dictionary>

creatures public_oe property

public Dictionary creatures
Résultat int>.Dictionary

hunt public_oe property

public Hunt,Tibialyzer hunt
Résultat Hunt

initialPage public_oe property

public int initialPage
Résultat int

itemControls public_oe property

public Dictionary> itemControls
Résultat List>.Dictionary

items public_oe property

public List> items
Résultat int>>.List

lootCreature public_oe property

public Creature,Tibialyzer lootCreature
Résultat Tibialyzer.Creature

loot_font public_oe static_oe property

public static Font loot_font
Résultat Font

page public_oe property

public int page
Résultat int

rawName public_oe property

public string rawName
Résultat string