C# Class PLC.PLCView

This view is meant to be a view that covers an entire window It doesn't do much more than exist the size of the window And has the opportunity to act as the containing view for a bunch of drawing.
Inheritance: NewTOAPIA.UI.ActiveArea
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
AddDeliverablesHeadings ( ) : void
AddDeliveryContainers ( ) : void
AddImages ( ) : void
AddLegend ( ) : void
AddMasterHeading ( ) : void
AddPhaseArrows ( ) : void
AddPhaseHeadings ( ) : void
AddStageHeadings ( ) : void
AddTeamLogo ( ) : void
Animate ( ) : void
ClearDeliverable ( string name ) : void
ClearDeliverables ( ) : void
Draw ( DrawEvent devent ) : void
FindDeliverablesList ( string name ) : DeliverablesList
LoadFile ( string filename ) : void
LoadXML ( XmlReader reader ) : void
PLCView ( ) : System
PLCView ( string name, string heading, int x, int y, int width, int height ) : System
Render ( GraphicsInterface gi ) : void
Save ( string tofile ) : void
SaveData ( string tofile ) : void
SaveInterface ( string tofile ) : void

Private Methods

Méthode Description
diagramHeading_MouseDown ( object sender, EventArgs e ) : 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

AddMasterHeading() public méthode

public AddMasterHeading ( ) : 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

AddTeamLogo() public méthode

public AddTeamLogo ( ) : void
Résultat void

Animate() public méthode

public Animate ( ) : void
Résultat void

ClearDeliverable() public méthode

public ClearDeliverable ( string name ) : void
name string
Résultat void

ClearDeliverables() public méthode

public ClearDeliverables ( ) : void
Résultat void

Draw() public méthode

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

FindDeliverablesList() public méthode

public FindDeliverablesList ( string name ) : DeliverablesList
name string
Résultat DeliverablesList

LoadFile() public méthode

public LoadFile ( string filename ) : void
filename string
Résultat void

LoadXML() public méthode

public LoadXML ( XmlReader reader ) : void
reader XmlReader
Résultat void

PLCView() public méthode

public PLCView ( ) : System
Résultat System

PLCView() public méthode

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

Render() public méthode

public Render ( GraphicsInterface gi ) : void
gi GraphicsInterface
Résultat void

Save() public méthode

public Save ( string tofile ) : void
tofile string
Résultat void

SaveData() public méthode

public SaveData ( string tofile ) : void
tofile string
Résultat void

SaveInterface() public méthode

public SaveInterface ( string tofile ) : void
tofile string
Résultat void