C# Class csRemoteScreenPlugin.RemoteScreenViewModel

Inheritance: Caliburn.Micro.Screen, IRemoteScreen
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
BEarth ( ) : void
BStreet ( ) : void
Exit ( RoutedEventArgs e ) : void
FilterClient ( ) : void
Follow2D ( RoutedEventArgs e ) : void
FollowScreen ( ) : void

Méthodes protégées

Méthode Description
OnInitialize ( ) : void
OnViewAttached ( object view, object context ) : void
OnViewLoaded ( object view ) : void

Private Methods

Méthode 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 méthode

public BEarth ( ) : void
Résultat void

BStreet() public méthode

public BStreet ( ) : void
Résultat void

Exit() public méthode

public Exit ( RoutedEventArgs e ) : void
e RoutedEventArgs
Résultat void

FilterClient() public méthode

public FilterClient ( ) : void
Résultat void

Follow2D() public méthode

public Follow2D ( RoutedEventArgs e ) : void
e RoutedEventArgs
Résultat void

FollowScreen() public méthode

public FollowScreen ( ) : void
Résultat void

OnInitialize() protected méthode

protected OnInitialize ( ) : void
Résultat void

OnViewAttached() protected méthode

protected OnViewAttached ( object view, object context ) : void
view object
context object
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object view ) : void
view object
Résultat void