x4Trace Documentation v1.0
|
Classes | |
class | FinishOrStartIsSelected |
Exception: Finish or Start block mustn't be selected. More... | |
interface | IBlockBox |
GUI element of block. More... | |
class | IFlowEditor |
Represents the flow editor. More... | |
class | MoreThanOneBlockHaveToBeSelected |
Exception: More than one block have to be selected. More... | |
class | NoSelectedBlockException |
Exception: You have to select a block. More... | |
class | NotConnectionSelectedException |
Exception: No connection selected! More... | |
Functions | |
delegate void | BlockMerged (IBlockBox mergedBlock) |
Delegate of blocks merged event. | |
delegate void | BlockDoubleClick (IBlockBox blockBox) |
Delegate of double click event. | |
delegate void | BlockAdded (IBlockBox blockBox) |
Delegate of block added event. | |
delegate void | BlockHadSet (IBlockBox blockBox) |
Delegate of block set event. | |
delegate void | BlockDeleting (IBlockBox blockBox) |
Delegate of block deleting event. | |
delegate void | FlowLoaded () |
Delegate of flow loaded event. | |
delegate void IFlowLib.GUI.BlockAdded | ( | IBlockBox | blockBox | ) |
Delegate of block added event.
blockBox | Added block. |
delegate void IFlowLib.GUI.BlockDeleting | ( | IBlockBox | blockBox | ) |
Delegate of block deleting event.
blockBox | Block to delete. |
delegate void IFlowLib.GUI.BlockDoubleClick | ( | IBlockBox | blockBox | ) |
Delegate of double click event.
blockBox | Block of double click. |
delegate void IFlowLib.GUI.BlockHadSet | ( | IBlockBox | blockBox | ) |
Delegate of block set event.
blockBox | Set block. |
delegate void IFlowLib.GUI.BlockMerged | ( | IBlockBox | mergedBlock | ) |
Delegate of blocks merged event.
mergedBlock | Block of merge. |