C# Class csRemoteScreenPlugin.RemoteScreenViewModel

Inheritance: Caliburn.Micro.Screen, IRemoteScreen
ファイルを表示 Open project: TNOCS/csTouch

Public Methods

Method Description
BEarth ( ) : void
BStreet ( ) : void
Exit ( RoutedEventArgs e ) : void
FilterClient ( ) : void
Follow2D ( RoutedEventArgs e ) : void
FollowScreen ( ) : void

Protected Methods

Method Description
OnInitialize ( ) : void
OnViewAttached ( object view, object context ) : void
OnViewLoaded ( object view ) : void

Private Methods

Method Description
Client_PropertyChanged ( object sender, System e ) : void
DoDrop ( object sender, SurfaceDragDropEventArgs e ) : void
DoEnter ( object sender, SurfaceDragDropEventArgs e ) : void
DoLeave ( object sender, SurfaceDragDropEventArgs e ) : void
GetImageFromByteArray ( byte pixelInfo, int height, int width ) : System.Windows.Media.Imaging.BitmapSource
Imb_ClientChanged ( object sender, ImbClientStatus e ) : void
Imb_CommandReceived ( object sender, csImb c ) : void
RemoteScreenViewModel ( ) : System
UpdateStatus ( ) : void

Method Details

BEarth() public method

public BEarth ( ) : void
return void

BStreet() public method

public BStreet ( ) : void
return void

Exit() public method

public Exit ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void

FilterClient() public method

public FilterClient ( ) : void
return void

Follow2D() public method

public Follow2D ( RoutedEventArgs e ) : void
e RoutedEventArgs
return void

FollowScreen() public method

public FollowScreen ( ) : void
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

OnViewAttached() protected method

protected OnViewAttached ( object view, object context ) : void
view object
context object
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void