C# Class Tibialyzer.LootDropForm

Mostrar archivo Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property 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

Public Methods

Method 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

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

public static DrawCountOnGraphics ( Graphics gr, int itemCount, int offset_x, int offset_y ) : void
gr Graphics
itemCount int
offset_x int
offset_y int
return void

DrawCountOnItem() public static method

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

FormName() public method

public FormName ( ) : string
return string

GenerateLootInformation() public static method

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

GetAverageGold() public static method

public static GetAverageGold ( int>.Dictionary creatures ) : long
creatures int>.Dictionary
return long

GetStackImage() public static method

public static GetStackImage ( Image image, int count, Item item ) : Bitmap
image Image
count int
item Item
return Bitmap

LoadForm() public method

public LoadForm ( ) : void
return void

LootDropForm() public method

public LootDropForm ( string command ) : System
command string
return System

RefreshLoot() public method

public RefreshLoot ( ) : void
return void

TimeToString() public static method

public static TimeToString ( long totalSeconds ) : string
totalSeconds long
return string

UpdateLoot() public method

public UpdateLoot ( ) : void
return void

openCreatureDrops() public method

public openCreatureDrops ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

openItemBox() public method

public openItemBox ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

createdControls public_oe property

public List createdControls
return List

creatureControls public_oe property

public Dictionary> creatureControls
return Dictionary>

creatures public_oe property

public Dictionary creatures
return int>.Dictionary

hunt public_oe property

public Hunt,Tibialyzer hunt
return Hunt

initialPage public_oe property

public int initialPage
return int

itemControls public_oe property

public Dictionary> itemControls
return List>.Dictionary

items public_oe property

public List> items
return int>>.List

lootCreature public_oe property

public Creature,Tibialyzer lootCreature
return Tibialyzer.Creature

loot_font public_oe static_oe property

public static Font loot_font
return Font

page public_oe property

public int page
return int

rawName public_oe property

public string rawName
return string