C# 클래스 Tibialyzer.SummaryForm

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

공개 메소드들

메소드 설명
ClearControlList ( List list, int &minheight, int &maxheight ) : void
CreatureBox ( Tibialyzer.Creature creature, int amount ) : Image
FormName ( ) : string
LoadForm ( ) : void
MaxWidth ( ) : int
MinWidth ( ) : int
RecentDropsBox ( Tibialyzer.Creature creature, int>.List items, int imageHeight, List regions ) : Image
RefreshForm ( ) : void
RenderImageResized ( Graphics gr, Image image, Rectangle targetRectangle ) : void
RenderText ( Graphics gr, string text, int x, Color fillColor, Color textColor, Color traceColor, int maxHeight = -1, int y = 4, Font font = null, bool center = false, InterpolationMode interpolationMode = InterpolationMode.High, SmoothingMode smoothingMode = SmoothingMode.HighQuality ) : void
SummaryBar ( string header, string text, double percentage, Color textColor, Color barColor ) : Image
SummaryBox ( string header, string value, Color textColor ) : Image
SummaryForm ( ) : System
UpdateDamage ( ) : void
UpdateDamageForm ( ) : void
UpdateLoot ( ) : void
UpdateLootForm ( ) : void
UpdateSummaryForm ( ) : void
UpdateWaste ( ) : void
UpdateWasteForm ( ) : void
WidthInterval ( ) : int

비공개 메소드들

메소드 설명
ActuallyRefreshForm ( ) : void
CommandClick ( object sender, EventArgs e ) : void
CopyLootText ( object sender, EventArgs e ) : void
CreateCreatureBox ( Tibialyzer.Creature creature, int count, int x, int &y, List controls ) : void
CreateCreatureDropsBox ( Tibialyzer.Creature creature, int>.List items, string message, int x, int &y, List controls, int imageHeight, List region = null, int index ) : PictureBox
CreateHeaderLabel ( string title, int x, int &y, List controls ) : void
CreateItemList ( int>.List items, int x, int &y, List controls, int imageHeight, List newRegions = null, int boxIndex ) : PictureBox
CreateSummaryBar ( string title, string text, double percentage, int x, int &y, Color color, Color barColor, List controls ) : PictureBox
CreateSummaryLabel ( string title, string value, int x, int &y, Color color, List controls ) : PictureBox
OpenItemWindow ( object sender, MouseEventArgs e, List lootRegions ) : void
OpenLootWindow ( object sender, MouseEventArgs e ) : void
OpenRecentDropsWindow ( object sender, MouseEventArgs e ) : void
OpenWasteWindow ( object sender, MouseEventArgs e ) : void
RenderItemCount ( Graphics gr, int>.Tuple item, Rectangle region ) : void
StartUpdateTimer ( ) : void

메소드 상세

ClearControlList() 공개 메소드

public ClearControlList ( List list, int &minheight, int &maxheight ) : void
list List
minheight int
maxheight int
리턴 void

CreatureBox() 공개 메소드

public CreatureBox ( Tibialyzer.Creature creature, int amount ) : Image
creature Tibialyzer.Creature
amount int
리턴 Image

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

LoadForm() 공개 메소드

public LoadForm ( ) : void
리턴 void

MaxWidth() 공개 메소드

public MaxWidth ( ) : int
리턴 int

MinWidth() 공개 메소드

public MinWidth ( ) : int
리턴 int

RecentDropsBox() 공개 메소드

public RecentDropsBox ( Tibialyzer.Creature creature, int>.List items, int imageHeight, List regions ) : Image
creature Tibialyzer.Creature
items int>.List
imageHeight int
regions List
리턴 Image

RefreshForm() 공개 메소드

public RefreshForm ( ) : void
리턴 void

RenderImageResized() 공개 정적인 메소드

public static RenderImageResized ( Graphics gr, Image image, Rectangle targetRectangle ) : void
gr Graphics
image Image
targetRectangle Rectangle
리턴 void

RenderText() 공개 정적인 메소드

public static RenderText ( Graphics gr, string text, int x, Color fillColor, Color textColor, Color traceColor, int maxHeight = -1, int y = 4, Font font = null, bool center = false, InterpolationMode interpolationMode = InterpolationMode.High, SmoothingMode smoothingMode = SmoothingMode.HighQuality ) : void
gr Graphics
text string
x int
fillColor Color
textColor Color
traceColor Color
maxHeight int
y int
font Font
center bool
interpolationMode InterpolationMode
smoothingMode SmoothingMode
리턴 void

SummaryBar() 공개 메소드

public SummaryBar ( string header, string text, double percentage, Color textColor, Color barColor ) : Image
header string
text string
percentage double
textColor Color
barColor Color
리턴 Image

SummaryBox() 공개 메소드

public SummaryBox ( string header, string value, Color textColor ) : Image
header string
value string
textColor Color
리턴 Image

SummaryForm() 공개 메소드

public SummaryForm ( ) : System
리턴 System

UpdateDamage() 공개 메소드

public UpdateDamage ( ) : void
리턴 void

UpdateDamageForm() 공개 메소드

public UpdateDamageForm ( ) : void
리턴 void

UpdateLoot() 공개 메소드

public UpdateLoot ( ) : void
리턴 void

UpdateLootForm() 공개 메소드

public UpdateLootForm ( ) : void
리턴 void

UpdateSummaryForm() 공개 메소드

public UpdateSummaryForm ( ) : void
리턴 void

UpdateWaste() 공개 메소드

public UpdateWaste ( ) : void
리턴 void

UpdateWasteForm() 공개 메소드

public UpdateWasteForm ( ) : void
리턴 void

WidthInterval() 공개 메소드

public WidthInterval ( ) : int
리턴 int