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

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

Méthodes publiques

Méthode Description
Assign ( IRPlotDevice device ) : void
ClickPlot ( int pixelX, int pixelY ) : void
CopyPlotFromAsync ( System.Guid sourceDeviceId, System.Guid sourcePlotId, bool isMove ) : Task
EndLocatorMode ( ) : void
EndLocatorMode ( LocatorResult result ) : void
RPlotDeviceViewModel ( IRPlotManager plotManager, ICoreShell shell, int instanceId ) : System
ResizePlotAsync ( int pixelWidth, int pixelHeight, int resolution ) : Task
StartLocatorModeAsync ( CancellationToken ct ) : Task
Unassign ( ) : void

Private Methods

Méthode Description
Cleared ( object sender, EventArgs e ) : void
DeviceNumChanged ( object sender, RPlotDeviceEventArgs e ) : void
PlotAddedOrUpdated ( object sender, RPlotEventArgs e ) : void
Refresh ( IRPlot plot ) : void

Method Details

Assign() public méthode

public Assign ( IRPlotDevice device ) : void
device IRPlotDevice
Résultat void

ClickPlot() public méthode

public ClickPlot ( int pixelX, int pixelY ) : void
pixelX int
pixelY int
Résultat void

CopyPlotFromAsync() public méthode

public CopyPlotFromAsync ( System.Guid sourceDeviceId, System.Guid sourcePlotId, bool isMove ) : Task
sourceDeviceId System.Guid
sourcePlotId System.Guid
isMove bool
Résultat Task

EndLocatorMode() public méthode

public EndLocatorMode ( ) : void
Résultat void

EndLocatorMode() public méthode

public EndLocatorMode ( LocatorResult result ) : void
result Microsoft.R.Host.Client.LocatorResult
Résultat void

RPlotDeviceViewModel() public méthode

public RPlotDeviceViewModel ( IRPlotManager plotManager, ICoreShell shell, int instanceId ) : System
plotManager IRPlotManager
shell ICoreShell
instanceId int
Résultat System

ResizePlotAsync() public méthode

public ResizePlotAsync ( int pixelWidth, int pixelHeight, int resolution ) : Task
pixelWidth int
pixelHeight int
resolution int
Résultat Task

StartLocatorModeAsync() public méthode

public StartLocatorModeAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task

Unassign() public méthode

public Unassign ( ) : void
Résultat void