C# Class HtwKinect.KinectProjectUiBuilder

Afficher le fichier Open project: rechc/KinectMiniApps Class Usage Examples

Méthodes publiques

Méthode Description
AddRow ( String rowName, List row ) : void
GetLoopList ( ) : LoopList
GetRowByRowName ( string rowName ) : Node
KinectProjectUiBuilder ( LoopList loopList, TextLoopList textLoopList ) : System

Method Details

AddRow() public méthode

public AddRow ( String rowName, List row ) : void
rowName String
row List
Résultat void

GetLoopList() public méthode

public GetLoopList ( ) : LoopList
Résultat LoopList

GetRowByRowName() public méthode

public GetRowByRowName ( string rowName ) : Node
rowName string
Résultat Node

KinectProjectUiBuilder() public méthode

public KinectProjectUiBuilder ( LoopList loopList, TextLoopList textLoopList ) : System
loopList LoopList
textLoopList TextLoopList
Résultat System