C# Class ARKBreedingStats.CreatureBox

Afficher le fichier Open project: cadon/ARKStatsExtractor

Méthodes publiques

Свойство Type Description
maxDomLevel int
parentList List[]
parentListSimilarity List[]

Méthodes publiques

Méthode Description
Clear ( ) : void
CreatureBox ( ) : System
CreatureBox ( Creature creature ) : System
buttonEdit_Click ( object sender, EventArgs e ) : void
setCreature ( Creature creature ) : void
updateLabel ( ) : void
updateStat ( int stat ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonColor1_Click ( object sender, EventArgs e ) : void
buttonColor2_Click ( object sender, EventArgs e ) : void
buttonColor3_Click ( object sender, EventArgs e ) : void
buttonColor4_Click ( object sender, EventArgs e ) : void
buttonColor5_Click ( object sender, EventArgs e ) : void
buttonColor6_Click ( object sender, EventArgs e ) : void
buttonGender_Click ( object sender, EventArgs e ) : void
buttonStatus_Click ( object sender, EventArgs e ) : void
checkBoxIsBred_CheckedChanged ( object sender, EventArgs e ) : void
chooseColor ( int region, Button sender ) : void
closeSettings ( bool save ) : void
initializeVars ( ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
populateParentsList ( ) : void
setColorButton ( Button bt, Color cl ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CreatureBox() public méthode

public CreatureBox ( ) : System
Résultat System

CreatureBox() public méthode

public CreatureBox ( Creature creature ) : System
creature Creature
Résultat System

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

buttonEdit_Click() public méthode

public buttonEdit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

setCreature() public méthode

public setCreature ( Creature creature ) : void
creature Creature
Résultat void

updateLabel() public méthode

public updateLabel ( ) : void
Résultat void

updateStat() public méthode

public updateStat ( int stat ) : void
stat int
Résultat void

Property Details

maxDomLevel public_oe property

public int maxDomLevel
Résultat int

parentList public_oe property

public List[] parentList
Résultat List[]

parentListSimilarity public_oe property

public List[] parentListSimilarity
Résultat List[]