Метод | Описание | |
---|---|---|
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 ( |
||
FindDeliverablesList ( string name ) : |
||
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, |
public ClearDeliverable ( string name ) : void | ||
name | string | |
Результат | void |
public Draw ( |
||
devent | ||
Результат | void |
public FindDeliverablesList ( string name ) : |
||
name | string | |
Результат |
public LoadFile ( string filename ) : void | ||
filename | string | |
Результат | void |
public LoadXML ( XmlReader reader ) : void | ||
reader | XmlReader | |
Результат | void |
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 |
public Render ( GraphicsInterface gi ) : void | ||
gi | GraphicsInterface | |
Результат | void |
public SaveInterface ( string tofile ) : void | ||
tofile | string | |
Результат | void |