C# Class ARKBreedingStats.Pedigree

Show file Open project: cadon/ARKStatsExtractor

Public Properties

Property Type Description
children List
creature Creature
creatures List

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Method 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 method

public Clear ( ) : void
return void

ClearControls() public method

public ClearControls ( ) : void
return void

Dispose() protected method

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

OnPaint() protected method

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

Pedigree() public method

public Pedigree ( ) : System
return System

createPedigree() public method

call this function to create the pedigreeCreature-Elements
public createPedigree ( ) : void
return void

drawLines() public method

public drawLines ( Graphics g ) : void
g Graphics
return void

setCreature() public method

public setCreature ( Creature centralCreature, bool forceUpdate = false ) : void
centralCreature Creature
forceUpdate bool
return void

Property Details

children public property

public List children
return List

creature public property

public Creature,ARKBreedingStats creature
return Creature

creatures public property

public List creatures
return List