C# Class CloudRecognitionUIView, NewCloud

Inheritance: ISampleAppUIView
Mostra file Open project: nileshlg2003/NewCloud

Public Properties

Property Type Description
mAboutLabel UICheckButton,
mAutoFocusSetting UICheckButton,
mBackgroundTextureLabel UILabel,
mBox UIBox,
mCameraFacing UIRadioButton,
mCameraFlashSettings UICheckButton,
mCameraLabel UILabel,
mCloseButton UIButton,
mExtendedTracking UICheckButton,

Public Methods

Method Description
LoadView ( ) : void
OnTappedToClose ( ) : void
UnLoadView ( ) : void
UpdateUI ( bool tf ) : void

Method Details

LoadView() public method

public LoadView ( ) : void
return void

OnTappedToClose() public method

public OnTappedToClose ( ) : void
return void

UnLoadView() public method

public UnLoadView ( ) : void
return void

UpdateUI() public method

public UpdateUI ( bool tf ) : void
tf bool
return void

Property Details

mAboutLabel public_oe property

public UICheckButton, mAboutLabel
return UICheckButton,

mAutoFocusSetting public_oe property

public UICheckButton, mAutoFocusSetting
return UICheckButton,

mBackgroundTextureLabel public_oe property

public UILabel, mBackgroundTextureLabel
return UILabel,

mBox public_oe property

public UIBox, mBox
return UIBox,

mCameraFacing public_oe property

public UIRadioButton, mCameraFacing
return UIRadioButton,

mCameraFlashSettings public_oe property

public UICheckButton, mCameraFlashSettings
return UICheckButton,

mCameraLabel public_oe property

public UILabel, mCameraLabel
return UILabel,

mCloseButton public_oe property

public UIButton, mCloseButton
return UIButton,

mExtendedTracking public_oe property

public UICheckButton, mExtendedTracking
return UICheckButton,