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

Inheritance: BindableBase, IRPlotHistoryViewModel
Show file Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method 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 method

public DecreaseThumbnailSize ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IncreaseThumbnailSize() public method

public IncreaseThumbnailSize ( ) : void
return void

RPlotHistoryViewModel() public method

public RPlotHistoryViewModel ( IRPlotManager plotManager, ICoreShell shell ) : System
plotManager IRPlotManager
shell ICoreShell
return System

SelectEntry() public method

public SelectEntry ( IRPlot plot ) : void
plot IRPlot
return void