C# 클래스 Microsoft.R.Components.Plots.Implementation.ViewModel.RPlotHistoryViewModel

상속: BindableBase, IRPlotHistoryViewModel
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
DecreaseThumbnailSize ( ) : void
Dispose ( ) : void
IncreaseThumbnailSize ( ) : void
RPlotHistoryViewModel ( IRPlotManager plotManager, ICoreShell shell ) : System
SelectEntry ( IRPlot plot ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DecreaseThumbnailSize() 공개 메소드

public DecreaseThumbnailSize ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IncreaseThumbnailSize() 공개 메소드

public IncreaseThumbnailSize ( ) : void
리턴 void

RPlotHistoryViewModel() 공개 메소드

public RPlotHistoryViewModel ( IRPlotManager plotManager, ICoreShell shell ) : System
plotManager IRPlotManager
shell ICoreShell
리턴 System

SelectEntry() 공개 메소드

public SelectEntry ( IRPlot plot ) : void
plot IRPlot
리턴 void