C# Class Tibialyzer.ItemViewForm

Inheritance: NotificationForm
Show file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Properties

Property Type Description
item Item

Public Methods

Method Description
FormName ( ) : string
ItemViewForm ( int currentPage, int currentDisplay ) : System
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
RefreshForm ( ) : void
WidthInterval ( ) : int
openItemBox ( object sender, EventArgs e ) : void
sortHeader ( object sender, EventArgs e ) : void
updateCommand ( ) : void

Private Methods

Method Description
BuyPrice ( Tibialyzer.TibiaObject obj ) : Attribute
BuySort ( Tibialyzer.TibiaObject obj ) : IComparable
DestroyForm ( ) : void
DropChance ( Tibialyzer.TibiaObject obj ) : Attribute
DropSort ( Tibialyzer.TibiaObject obj ) : IComparable
InitializeComponent ( ) : void
Nextpage_Click ( object sender, EventArgs e ) : void
Prevpage_Click ( object sender, EventArgs e ) : void
SellPrice ( Tibialyzer.TibiaObject obj ) : Attribute
SellSort ( Tibialyzer.TibiaObject obj ) : IComparable
changeClick ( object sender, EventArgs e ) : void
convertBox_CheckedChanged ( object sender, EventArgs e ) : void
itemCategory_Click ( object sender, EventArgs e ) : void
pickupBox_CheckedChanged ( object sender, EventArgs e ) : void
refreshHeaders ( ) : void
refreshObjectList ( ) : void
statsButton_Click ( object sender, EventArgs e ) : void
toggleObjectDisplay ( object sender, EventArgs e ) : void
updateValue ( ) : void

Method Details

FormName() public method

public FormName ( ) : string
return string

ItemViewForm() public method

public ItemViewForm ( int currentPage, int currentDisplay ) : System
currentPage int
currentDisplay int
return System

LoadForm() public method

public LoadForm ( ) : void
return void

MaxWidth() public method

public MaxWidth ( ) : int
return int

MinWidth() public method

public MinWidth ( ) : int
return int

RefreshForm() public method

public RefreshForm ( ) : void
return void

WidthInterval() public method

public WidthInterval ( ) : int
return int

openItemBox() public method

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

sortHeader() public method

public sortHeader ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

updateCommand() public method

public updateCommand ( ) : void
return void

Property Details

item public property

public Item item
return Item