C# 클래스 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.
상속: NewTOAPIA.UI.ActiveArea
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
diagramHeading_MouseDown ( object sender, EventArgs e ) : void

메소드 상세

AddDeliverablesHeadings() 공개 메소드

public AddDeliverablesHeadings ( ) : void
리턴 void

AddDeliveryContainers() 공개 메소드

public AddDeliveryContainers ( ) : void
리턴 void

AddImages() 공개 메소드

public AddImages ( ) : void
리턴 void

AddLegend() 공개 메소드

public AddLegend ( ) : void
리턴 void

AddMasterHeading() 공개 메소드

public AddMasterHeading ( ) : void
리턴 void

AddPhaseArrows() 공개 메소드

public AddPhaseArrows ( ) : void
리턴 void

AddPhaseHeadings() 공개 메소드

public AddPhaseHeadings ( ) : void
리턴 void

AddStageHeadings() 공개 메소드

public AddStageHeadings ( ) : void
리턴 void

AddTeamLogo() 공개 메소드

public AddTeamLogo ( ) : void
리턴 void

Animate() 공개 메소드

public Animate ( ) : void
리턴 void

ClearDeliverable() 공개 메소드

public ClearDeliverable ( string name ) : void
name string
리턴 void

ClearDeliverables() 공개 메소드

public ClearDeliverables ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

FindDeliverablesList() 공개 메소드

public FindDeliverablesList ( string name ) : DeliverablesList
name string
리턴 DeliverablesList

LoadFile() 공개 메소드

public LoadFile ( string filename ) : void
filename string
리턴 void

LoadXML() 공개 메소드

public LoadXML ( XmlReader reader ) : void
reader XmlReader
리턴 void

PLCView() 공개 메소드

public PLCView ( ) : System
리턴 System

PLCView() 공개 메소드

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
리턴 System

Render() 공개 메소드

public Render ( GraphicsInterface gi ) : void
gi GraphicsInterface
리턴 void

Save() 공개 메소드

public Save ( string tofile ) : void
tofile string
리턴 void

SaveData() 공개 메소드

public SaveData ( string tofile ) : void
tofile string
리턴 void

SaveInterface() 공개 메소드

public SaveInterface ( string tofile ) : void
tofile string
리턴 void