C# Class ColorGlove.SetContent

显示文件 Open project: arunganesan/hand-gesture-recognition

Public Properties

Property Type Description
main_window_ MainWindow

Public Methods

Method Description
SetColorImageLabel ( string s ) : void
SetDensityText ( string s ) : void
SetDepthImageLabel ( string s ) : void
SetMainWindowControler ( MainWindow main_window ) : void
SetMetaInformation ( string s ) : void
SetPoolImageLabel ( string s ) : void
SetRadiusText ( string s ) : void

Method Details

SetColorImageLabel() public static method

public static SetColorImageLabel ( string s ) : void
s string
return void

SetDensityText() public static method

public static SetDensityText ( string s ) : void
s string
return void

SetDepthImageLabel() public static method

public static SetDepthImageLabel ( string s ) : void
s string
return void

SetMainWindowControler() public static method

public static SetMainWindowControler ( MainWindow main_window ) : void
main_window MainWindow
return void

SetMetaInformation() public static method

public static SetMetaInformation ( string s ) : void
s string
return void

SetPoolImageLabel() public static method

public static SetPoolImageLabel ( string s ) : void
s string
return void

SetRadiusText() public static method

public static SetRadiusText ( string s ) : void
s string
return void

Property Details

main_window_ public_oe static_oe property

public static MainWindow,ColorGlove main_window_
return MainWindow