x4Trace Documentation v1.0
|
Classes | |
class | Ix4Trace.GraphicsController.Controls.RecordIsLockedException |
Exception: Record is locked. More... | |
class | Ix4Trace.GraphicsController.Controls.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... | |
Namespaces | |
namespace | Ix4Trace |
namespace | Ix4Trace.GraphicsController |
namespace | Ix4Trace.GraphicsController.Controls |
Functions | |
delegate void | Ix4Trace.GraphicsController.Controls.CloseEvent (GraphicsController gc) |
Delegate of close event. | |
delegate void | Ix4Trace.GraphicsController.Controls.OpenFileEVT (string extensions, out byte[] content) |
Delegate of open file event. | |
delegate void | Ix4Trace.GraphicsController.Controls.ShowProgressBarEVT (out Tools.Threading.IProgressBar progressBar) |
Delegate of show progressbar. | |
delegate void | Ix4Trace.GraphicsController.Controls.ShowYesNoDialogEVT (string message, out bool result) |
Delegate of yes/no dialog. | |
delegate void | Ix4Trace.GraphicsController.Controls.InvokeMethod (Action action) |
Delegate of invoke. Callc the action by invoke/dispatcher. | |