C# 클래스 HexagonyColorer.Mainform

파일 보기 프로젝트 열기: Timwi/HexagonyColorer

Private Properties

프로퍼티 타입 설명
InitializeComponent void
canDestroy bool
deletePath void
editPath void
editPath void
exiting void
export void
handleEdges PointAxial?
lstKeyDown void
mouseDown void
newFile void
open void
openCore void
paintImage void
readHexagonyFile string
refreshSource void
rerender void
revert void
save DialogResult
save void
saveAs DialogResult
saveAs void
saveCore void
selectPath void
setStartPos void
startPath void
updateList void
updateUi void

공개 메소드들

메소드 설명
Mainform ( HCSettings settings ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

canDestroy ( ) : bool
deletePath ( object sender, EventArgs e ) : void
editPath ( ) : void
editPath ( object sender, EventArgs e ) : void
exiting ( object sender, FormClosingEventArgs e ) : void
export ( object _, EventArgs __ ) : void
handleEdges ( PointAxial ip, Direction dir, bool isPositive ) : PointAxial?
lstKeyDown ( object sender, KeyEventArgs e ) : void
mouseDown ( object sender, MouseEventArgs e ) : void
newFile ( object sender, EventArgs e ) : void
open ( object _, EventArgs __ ) : void
openCore ( string filePath ) : void
paintImage ( object sender, PaintEventArgs e ) : void
readHexagonyFile ( string filePath ) : string
refreshSource ( object _, EventArgs __ ) : void
rerender ( ) : void
revert ( object sender, EventArgs e ) : void
save ( ) : DialogResult
save ( object _, EventArgs __ ) : void
saveAs ( ) : DialogResult
saveAs ( object _, EventArgs __ ) : void
saveCore ( ) : void
selectPath ( object sender, EventArgs e ) : void
setStartPos ( object sender, EventArgs e ) : void
startPath ( object sender, EventArgs e ) : void
updateList ( ) : void
updateUi ( ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Mainform() 공개 메소드

public Mainform ( HCSettings settings ) : System
settings HCSettings
리턴 System