C# Class ARKBreedingStats.Pedigree

Afficher le fichier Open project: cadon/ARKStatsExtractor

Méthodes publiques

Свойство Type Description
children List
creature Creature
creatures List

Méthodes publiques

Méthode Description
Clear ( ) : void
ClearControls ( ) : void
Pedigree ( ) : System
createPedigree ( ) : void

call this function to create the pedigreeCreature-Elements

drawLines ( Graphics g ) : void
setCreature ( Creature centralCreature, bool forceUpdate = false ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
CreatureClicked ( Creature c, int comboIndex, MouseEventArgs e ) : void
CreatureEdit ( Creature c, bool isVirtual ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

createParentsChild ( Creature creature, int x, int y, bool drawWithNoParents = false, bool highlightCreature = false ) : bool
noCreatureSelected ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ClearControls() public méthode

public ClearControls ( ) : void
Résultat void

Dispose() protected méthode

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
Résultat void

OnPaint() protected méthode

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

Pedigree() public méthode

public Pedigree ( ) : System
Résultat System

createPedigree() public méthode

call this function to create the pedigreeCreature-Elements
public createPedigree ( ) : void
Résultat void

drawLines() public méthode

public drawLines ( Graphics g ) : void
g Graphics
Résultat void

setCreature() public méthode

public setCreature ( Creature centralCreature, bool forceUpdate = false ) : void
centralCreature Creature
forceUpdate bool
Résultat void

Property Details

children public_oe property

public List children
Résultat List

creature public_oe property

public Creature,ARKBreedingStats creature
Résultat Creature

creatures public_oe property

public List creatures
Résultat List