C# Class DdsPlay.Controls.GameShape

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: anorsich/dds.net Class Usage Examples

Méthodes publiques

Méthode Description
GameShape ( ) : System.Collections.Generic
GetCardShape ( Card card ) : CardShape
GetDeckShape ( Deck deck ) : DeckShape
GetGameShape ( Game game ) : GameShape

Méthodes protégées

Méthode Description
cardShape_CardDrag ( CardShape cardShape, DeckShape oldDeckShape, DeckShape newDeckShape ) : void
cardShape_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
cardShape_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
cardShape_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
cardShape_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
cardShape_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

GameShape() public méthode

public GameShape ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetCardShape() public méthode

public GetCardShape ( Card card ) : CardShape
card Card
Résultat CardShape

GetDeckShape() public méthode

public GetDeckShape ( Deck deck ) : DeckShape
deck DdsPlay.Model.Deck
Résultat DeckShape

GetGameShape() public static méthode

public static GetGameShape ( Game game ) : GameShape
game DdsPlay.Model.Game
Résultat GameShape

cardShape_CardDrag() protected méthode

protected cardShape_CardDrag ( CardShape cardShape, DeckShape oldDeckShape, DeckShape newDeckShape ) : void
cardShape CardShape
oldDeckShape DeckShape
newDeckShape DeckShape
Résultat void

cardShape_MouseEnter() protected méthode

protected cardShape_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
Résultat void

cardShape_MouseLeave() protected méthode

protected cardShape_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
Résultat void

cardShape_MouseLeftButtonDown() protected méthode

protected cardShape_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

cardShape_MouseLeftButtonUp() protected méthode

protected cardShape_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

cardShape_MouseMove() protected méthode

protected cardShape_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
Résultat void