x4Trace Documentation v1.0
Loading...
Searching...
No Matches
IGCProcessDisplay.cs File Reference

Classes

class  Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.IGCProcessDisplay
 Represents a graphics controller (GUI) of process display. Shows informaions of ordes, task and product. Collects informations of production. More...
 

Namespaces

namespace  Ix4Trace
 
namespace  Ix4Trace.GraphicsController
 
namespace  Ix4Trace.GraphicsController.Controls
 
namespace  Ix4Trace.GraphicsController.Controls.Production
 
namespace  Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay
 

Enumerations

enum  Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.KanbanInputMode { Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.None , Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.Pass , Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.Fail , Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.Repair }
 Kanban modes. Forward/Pass with given result, will be placed in the given box. More...
 

Functions

delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.ShowDownTime ()
 Delegate of show downtime.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.HideDownTime ()
 Delegate of hide downtime.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.RecordEvt (string recordText, out bool isEnableRun)
 Delegate of pre steps of record.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.ForwardInstanceEvt (string code, out bool isEnableRun)
 Delegate of pre steps of instance forwarding.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.StartedEvt ()
 Delageta of process is started event.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.LoadedEvt ()
 Delegate of graphics controller is loaded.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.ShowProcessData ()
 Delegate of show process data event. Runs when process needs any data.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.HideProcessData ()
 Delegate of hide process data event.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.ShowProductData ()
 Delegate of show product data event. Runs when process needs any data of product.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.HideProductData ()
 Delegate of hide product data event.
 
delegate void Ix4Trace.GraphicsController.Controls.Production.ProcessDisplay.ProcessActivated ()
 Delegate of process activated.