x4Trace Documentation v1.0
|
Classes | |
class | DivisionToken |
Represents a token of division. This is a line of division grid. More... | |
class | DriverToken |
Represents a token of driver. This is a line of driver grid. More... | |
class | DriverVarToken |
Represents a token of variable of driver. This is a line of driver variable grid. More... | |
interface | IDivisionListGrid |
Represents a grid of divisions of lines. More... | |
interface | IDriverListGrid |
Represents a grid of drivers of division. More... | |
interface | IDriverVarListGrid |
Represents a grid of varriables of driver. More... | |
class | IGCDriverVarList |
Represents a graphics controller (GUI) of variable list of driver. More... | |
class | IGCLineList |
Represents a graphics controller (GUI) of line list. More... | |
interface | ILineListGrid |
Represents a grid of line list. More... | |
class | LineToken |
Represents a token of line. This is a line of line grid. More... | |
Functions | |
delegate void | DivisionChanged (Ix4Trace.Engine.Features.Line.ILineDivision div) |
Delegate of division changed event. | |
delegate void | DriverChanged (Ix4Trace.Engine.Features.Driver.IDriverFeature driver) |
Delegate of driver changed event. | |
delegate void | LineChaged (Ix4Trace.Engine.Features.Line.ILineFeature line) |
Delegate of line changed event. | |
delegate void Ix4Trace.GraphicsController.Controls.Line.DivisionChanged | ( | Ix4Trace.Engine.Features.Line.ILineDivision | div | ) |
Delegate of division changed event.
div | Feature of division. |
delegate void Ix4Trace.GraphicsController.Controls.Line.DriverChanged | ( | Ix4Trace.Engine.Features.Driver.IDriverFeature | driver | ) |
Delegate of driver changed event.
driver | Feature of driver. |
delegate void Ix4Trace.GraphicsController.Controls.Line.LineChaged | ( | Ix4Trace.Engine.Features.Line.ILineFeature | line | ) |
Delegate of line changed event.
line | Feature of line. |