C# Class Masterplan.Controls.DeckGrid

Exibir arquivo Open project: andyaikenplan

Public Methods

Method Description
DeckGrid ( ) : System
InSelectedCell ( EncounterCard card ) : bool
analyse_deck ( ) : void

Protected Methods

Method Description
OnCellActivated ( ) : void
OnClick ( EventArgs e ) : void
OnDoubleClick ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSelectedCellChanged ( ) : void

Private Methods

Method Description
get_rect ( int x, int y ) : RectangleF

Method Details

DeckGrid() public method

public DeckGrid ( ) : System
return System

InSelectedCell() public method

public InSelectedCell ( EncounterCard card ) : bool
card EncounterCard
return bool

OnCellActivated() protected method

protected OnCellActivated ( ) : void
return void

OnClick() protected method

protected OnClick ( EventArgs e ) : void
e EventArgs
return void

OnDoubleClick() protected method

protected OnDoubleClick ( EventArgs e ) : void
e EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnSelectedCellChanged() protected method

protected OnSelectedCellChanged ( ) : void
return void

analyse_deck() public method

public analyse_deck ( ) : void
return void