C# Class Masterplan.Controls.DeckGrid

Afficher le fichier Open project: andyaikenplan

Méthodes publiques

Méthode Description
DeckGrid ( ) : System
InSelectedCell ( EncounterCard card ) : bool
analyse_deck ( ) : void

Méthodes protégées

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

Méthode Description
get_rect ( int x, int y ) : RectangleF

Method Details

DeckGrid() public méthode

public DeckGrid ( ) : System
Résultat System

InSelectedCell() public méthode

public InSelectedCell ( EncounterCard card ) : bool
card EncounterCard
Résultat bool

OnCellActivated() protected méthode

protected OnCellActivated ( ) : void
Résultat void

OnClick() protected méthode

protected OnClick ( EventArgs e ) : void
e EventArgs
Résultat void

OnDoubleClick() protected méthode

protected OnDoubleClick ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSelectedCellChanged() protected méthode

protected OnSelectedCellChanged ( ) : void
Résultat void

analyse_deck() public méthode

public analyse_deck ( ) : void
Résultat void