x4Trace Documentation v1.0
Loading...
Searching...
No Matches
IFlowLib.GUI Namespace Reference

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.
 

Function Documentation

◆ BlockAdded()

delegate void IFlowLib.GUI.BlockAdded ( IBlockBox blockBox)

Delegate of block added event.

Parameters
blockBoxAdded block.

◆ BlockDeleting()

delegate void IFlowLib.GUI.BlockDeleting ( IBlockBox blockBox)

Delegate of block deleting event.

Parameters
blockBoxBlock to delete.

◆ BlockDoubleClick()

delegate void IFlowLib.GUI.BlockDoubleClick ( IBlockBox blockBox)

Delegate of double click event.

Parameters
blockBoxBlock of double click.

◆ BlockHadSet()

delegate void IFlowLib.GUI.BlockHadSet ( IBlockBox blockBox)

Delegate of block set event.

Parameters
blockBoxSet block.

◆ BlockMerged()

delegate void IFlowLib.GUI.BlockMerged ( IBlockBox mergedBlock)

Delegate of blocks merged event.

Parameters
mergedBlockBlock of merge.