C# Class PLC.PLCSoftwareView

Inheritance: PLCView
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddFeatureDeliveryContainers ( ) : void
AddProductDeliveryContainers ( ) : void

Method Details

AddDeliverablesHeadings() public méthode

public AddDeliverablesHeadings ( ) : void
Résultat void

AddDeliveryContainers() public méthode

public AddDeliveryContainers ( ) : void
Résultat void

AddImages() public méthode

public AddImages ( ) : void
Résultat void

AddLegend() public méthode

public AddLegend ( ) : void
Résultat void

AddPhaseArrows() public méthode

public AddPhaseArrows ( ) : void
Résultat void

AddPhaseHeadings() public méthode

public AddPhaseHeadings ( ) : void
Résultat void

AddStageHeadings() public méthode

public AddStageHeadings ( ) : void
Résultat void

Animate() public méthode

public Animate ( ) : void
Résultat void

PLCSoftwareView() public méthode

public PLCSoftwareView ( ) : System
Résultat System

PLCSoftwareView() public méthode

public PLCSoftwareView ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
Résultat System

diagramHeading_MouseDown() public méthode

public diagramHeading_MouseDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void