C# Class PLC.PLCSoftwareView

Inheritance: PLCView
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
AddDeliverablesHeadings ( ) : void
AddDeliveryContainers ( ) : void
AddImages ( ) : void
AddLegend ( ) : void
AddPhaseArrows ( ) : void
AddPhaseHeadings ( ) : void
AddStageHeadings ( ) : void
Animate ( ) : void
PLCSoftwareView ( ) : System
PLCSoftwareView ( string name, int x, int y, int width, int height ) : System
diagramHeading_MouseDown ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddFeatureDeliveryContainers ( ) : void
AddProductDeliveryContainers ( ) : void

Method Details

AddDeliverablesHeadings() public method

public AddDeliverablesHeadings ( ) : void
return void

AddDeliveryContainers() public method

public AddDeliveryContainers ( ) : void
return void

AddImages() public method

public AddImages ( ) : void
return void

AddLegend() public method

public AddLegend ( ) : void
return void

AddPhaseArrows() public method

public AddPhaseArrows ( ) : void
return void

AddPhaseHeadings() public method

public AddPhaseHeadings ( ) : void
return void

AddStageHeadings() public method

public AddStageHeadings ( ) : void
return void

Animate() public method

public Animate ( ) : void
return void

PLCSoftwareView() public method

public PLCSoftwareView ( ) : System
return System

PLCSoftwareView() public method

public PLCSoftwareView ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
return System

diagramHeading_MouseDown() public method

public diagramHeading_MouseDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void