C# Class RoverOperator.Content.CameraViewModel

Inheritance: INotifyPropertyChanged
Show file Open project: jpadillak/Concordia_Capstone2013-14 Class Usage Examples

Public Properties

Property Type Description
mIsActive bool

Public Methods

Method Description
CameraViewModel ( ) : System
CameraViewModel ( string iCameraName ) : System

Protected Methods

Method Description
OnPropertyChanged ( string iPropertyName ) : void

Private Methods

Method Description
CanToggleCamera ( object param ) : bool
EnableToggle ( object sender, System e ) : void
HandleNewVideoFrame ( Bitmap aBitmap ) : void
ToggleCam ( object param ) : void

Method Details

CameraViewModel() public method

public CameraViewModel ( ) : System
return System

CameraViewModel() public method

public CameraViewModel ( string iCameraName ) : System
iCameraName string
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string iPropertyName ) : void
iPropertyName string
return void

Property Details

mIsActive public property

public bool mIsActive
return bool