C# Class BulletMLLib.BulletMLTree

Afficher le fichier Open project: babelshift/BulletMLLib Class Usage Examples

Méthodes publiques

Свойство Type Description
bulletName string
children List
label string
name BLName
next BulletMLTree
parent BulletMLTree
type BLType
values List
visible bool

Méthodes publiques

Méthode Description
BulletMLTree ( ) : System.Collections.Generic
GetChild ( BLName name ) : BulletMLTree
GetChildValue ( BLName name, BulletMLTask task ) : float
GetLabelNode ( string label, BLName name ) : BulletMLTree
GetValue ( BulletMLTask task ) : float
GetValue ( float v, int &i, BulletMLTask task ) : float

Private Methods

Méthode Description
GetNumValue ( BulletValue v, BulletMLTask task ) : float
GetParam ( int p, BulletMLTask task ) : float
IsNextNum ( int i ) : bool

Method Details

BulletMLTree() public méthode

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

GetChild() public méthode

public GetChild ( BLName name ) : BulletMLTree
name BLName
Résultat BulletMLTree

GetChildValue() public méthode

public GetChildValue ( BLName name, BulletMLTask task ) : float
name BLName
task BulletMLTask
Résultat float

GetLabelNode() public méthode

public GetLabelNode ( string label, BLName name ) : BulletMLTree
label string
name BLName
Résultat BulletMLTree

GetValue() public méthode

public GetValue ( BulletMLTask task ) : float
task BulletMLTask
Résultat float

GetValue() public méthode

public GetValue ( float v, int &i, BulletMLTask task ) : float
v float
i int
task BulletMLTask
Résultat float

Property Details

bulletName public_oe property

public string bulletName
Résultat string

children public_oe property

public List children
Résultat List

label public_oe property

public string label
Résultat string

name public_oe property

public BLName name
Résultat BLName

next public_oe property

public BulletMLTree,BulletMLLib next
Résultat BulletMLTree

parent public_oe property

public BulletMLTree,BulletMLLib parent
Résultat BulletMLTree

type public_oe property

public BLType type
Résultat BLType

values public_oe property

public List values
Résultat List

visible public_oe property

public bool visible
Résultat bool