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
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

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

AddMasterHeading() public method

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

AddTeamLogo() public method

public AddTeamLogo ( ) : void
return void

Animate() public method

public Animate ( ) : void
return void

ClearDeliverable() public method

public ClearDeliverable ( string name ) : void
name string
return void

ClearDeliverables() public method

public ClearDeliverables ( ) : void
return void

Draw() public method

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

FindDeliverablesList() public method

public FindDeliverablesList ( string name ) : DeliverablesList
name string
return DeliverablesList

LoadFile() public method

public LoadFile ( string filename ) : void
filename string
return void

LoadXML() public method

public LoadXML ( XmlReader reader ) : void
reader XmlReader
return void

PLCView() public method

public PLCView ( ) : System
return System

PLCView() public method

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
return System

Render() public method

public Render ( GraphicsInterface gi ) : void
gi GraphicsInterface
return void

Save() public method

public Save ( string tofile ) : void
tofile string
return void

SaveData() public method

public SaveData ( string tofile ) : void
tofile string
return void

SaveInterface() public method

public SaveInterface ( string tofile ) : void
tofile string
return void