C# Class HtwKinect.KinectProjectUiBuilder

显示文件 Open project: rechc/KinectMiniApps Class Usage Examples

Public Methods

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

Method Details

AddRow() public method

public AddRow ( String rowName, List row ) : void
rowName String
row List
return void

GetLoopList() public method

public GetLoopList ( ) : LoopList
return LoopList

GetRowByRowName() public method

public GetRowByRowName ( string rowName ) : Node
rowName string
return Node

KinectProjectUiBuilder() public method

public KinectProjectUiBuilder ( LoopList loopList, TextLoopList textLoopList ) : System
loopList LoopList
textLoopList TextLoopList
return System