x4Trace Documentation v1.0
|
Classes | |
class | IGCTerminalList |
Represents a graphics controller (GUI) of terminal list. More... | |
interface | ITerminalGrid |
Represents a grid of terminal list. More... | |
interface | ITerminalVariableGrid |
Represents a grid of variable list of terminal. More... | |
class | TerminalToken |
Represents a token of terminal. This is a line of terminal grid. More... | |
class | TerminalVariableToken |
Represents a token of variable of terminal. This is a line of terminal variable grid. More... | |
Functions | |
delegate void | TerminalChanged (Ix4Trace.Engine.Features.Terminal.ITerminalFeature terminal) |
Delegate of terminal change event. | |
delegate void Ix4Trace.GraphicsController.Controls.Terminal.TerminalChanged | ( | Ix4Trace.Engine.Features.Terminal.ITerminalFeature | terminal | ) |
Delegate of terminal change event.
terminal | Feature of terminal. |