x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.GraphicsController.Controls Namespace Reference

Namespaces

namespace  DeparmentList
 
namespace  Designer
 
namespace  Documentation
 
namespace  DownTime
 
namespace  Flow
 
namespace  Kanban
 
namespace  Line
 
namespace  OperationList
 
namespace  Order
 
namespace  OrderStatus
 
namespace  Product
 
namespace  Production
 
namespace  Reports
 
namespace  ServerPluginList
 
namespace  Shift
 
namespace  Terminal
 
namespace  UpdateGrid
 
namespace  UserList
 
namespace  UserSelect
 

Classes

class  GraphicsController
 Represents the graphics controller. Handles the GUI elements. Button click, selection change, etc. Calls methods of grids. AddControls method initializes the GUI elements of GraphicsController. More...
 
class  RecordIsLockedException
 Exception: Record is locked. More...
 

Functions

delegate void CloseEvent (GraphicsController gc)
 Delegate of close event.
 
delegate void OpenFileEVT (string extensions, out byte[] content)
 Delegate of open file event.
 
delegate void ShowProgressBarEVT (out Tools.Threading.IProgressBar progressBar)
 Delegate of show progressbar.
 
delegate void ShowYesNoDialogEVT (string message, out bool result)
 Delegate of yes/no dialog.
 
delegate void InvokeMethod (Action action)
 Delegate of invoke. Callc the action by invoke/dispatcher.