C# Class HexagonyColorer.Mainform

Afficher le fichier Open project: Timwi/HexagonyColorer

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
Mainform ( HCSettings settings ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

Mainform() public méthode

public Mainform ( HCSettings settings ) : System
settings HCSettings
Résultat System