C# Class ARCed.Controls.ParameterMiniChart

显示文件 Open project: borisblizzard/arcreator

Private Properties

Property Type Description
InitializeComponent void
ParameterMiniChartDoubleClick void
SetParameterIndex void

Public Methods

Method Description
ChangeActor ( Actor actor ) : void

Changes the actor the chart is displaying information of.

ParameterMiniChart ( ) : System

Default constructor

RefreshChart ( ) : void

Forces the chart to refresh current parameters

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ParameterMiniChartDoubleClick ( object sender, EventArgs e ) : void
SetParameterIndex ( int index ) : void

Method Details

ChangeActor() public method

Changes the actor the chart is displaying information of.
public ChangeActor ( Actor actor ) : void
actor Actor
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ParameterMiniChart() public method

Default constructor
public ParameterMiniChart ( ) : System
return System

RefreshChart() public method

Forces the chart to refresh current parameters
public RefreshChart ( ) : void
return void