C# 클래스 Tibialyzer.ItemViewForm

상속: NotificationForm
파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
item Item

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

ItemViewForm() 공개 메소드

public ItemViewForm ( int currentPage, int currentDisplay ) : System
currentPage int
currentDisplay int
리턴 System

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

MaxWidth() 공개 메소드

public MaxWidth ( ) : int
리턴 int

MinWidth() 공개 메소드

public MinWidth ( ) : int
리턴 int

RefreshForm() 공개 메소드

public RefreshForm ( ) : void
리턴 void

WidthInterval() 공개 메소드

public WidthInterval ( ) : int
리턴 int

openItemBox() 공개 메소드

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

sortHeader() 공개 메소드

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

updateCommand() 공개 메소드

public updateCommand ( ) : void
리턴 void

프로퍼티 상세

item 공개적으로 프로퍼티

public Item item
리턴 Item