C# Class Microsoft.R.Components.Plots.Implementation.ViewModel.RPlotHistoryViewModel

Inheritance: BindableBase, IRPlotHistoryViewModel
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
DecreaseThumbnailSize ( ) : void
Dispose ( ) : void
IncreaseThumbnailSize ( ) : void
RPlotHistoryViewModel ( IRPlotManager plotManager, ICoreShell shell ) : System
SelectEntry ( IRPlot plot ) : void

Private Methods

Méthode Description
ActivePlotChanged ( object sender, EventArgs e ) : void
AddOrUpdate ( IRPlot plot, BitmapImage plotImage ) : void
DeviceAdded ( object sender, RPlotDeviceEventArgs e ) : void
DeviceCleared ( object sender, EventArgs e ) : void
DeviceNumChanged ( object sender, EventArgs e ) : void
DeviceRemoved ( object sender, RPlotDeviceEventArgs e ) : void
PlotRemoved ( object sender, RPlotEventArgs e ) : void
Remove ( System.Guid plotId ) : void
RemoveAll ( System.Guid deviceId ) : void
SubscribeDeviceEvents ( IRPlotDevice device ) : void
UnsubscribeDeviceEvents ( IRPlotDevice device ) : void

Method Details

DecreaseThumbnailSize() public méthode

public DecreaseThumbnailSize ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IncreaseThumbnailSize() public méthode

public IncreaseThumbnailSize ( ) : void
Résultat void

RPlotHistoryViewModel() public méthode

public RPlotHistoryViewModel ( IRPlotManager plotManager, ICoreShell shell ) : System
plotManager IRPlotManager
shell ICoreShell
Résultat System

SelectEntry() public méthode

public SelectEntry ( IRPlot plot ) : void
plot IRPlot
Résultat void