Msg Type
The different messages coming from sheet, normally represent events
Union cases
Union case | Description |
Full Usage:
AddSymbol(LoadedComponent list, pos, compType, lbl)
Parameters:
LoadedComponent list
pos : XYPos
compType : ComponentType
lbl : string
|
|
Full Usage:
ChangeAdderComponent(compId, oldComp, newComp)
Parameters:
ComponentId
oldComp : Component
newComp : ComponentType
|
|
Full Usage:
ChangeBusCompare(compId, NewBits, NewText)
Parameters:
ComponentId
NewBits : bigint
NewText : string
|
|
Full Usage:
ChangeConstant(compId, NewBits, NewText)
Parameters:
ComponentId
NewBits : bigint
NewText : string
|
|
Full Usage:
ChangeCounterComponent(compId, oldComp, newComp)
Parameters:
ComponentId
oldComp : Component
newComp : ComponentType
|
|
Full Usage:
ChangeCustom(compId, oldComp, newComp)
Parameters:
ComponentId
oldComp : Component
newComp : ComponentType
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
ChangeScale(compId, newScale, whichScale)
Parameters:
ComponentId
newScale : float
whichScale : ScaleAdjustment
|
|
Full Usage:
ColorSymbols(compList, colour)
Parameters:
ComponentId list
colour : HighLightColor
|
|
|
|
Full Usage:
DeleteAllPorts
|
|
|
|
Full Usage:
ErrorSymbols(errorIds, selectIds, isDragAndDrop)
Parameters:
ComponentId list
selectIds : ComponentId list
isDragAndDrop : bool
|
|
Full Usage:
Flip(compList, orientation)
Parameters:
ComponentId list
orientation : FlipType
|
|
|
|
Full Usage:
LoadComponents(LoadedComponent list, Component list)
Parameters:
LoadedComponent list
Item2 : Component list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
ResetModel
|
|
Full Usage:
ResizeSymbol(compId, corner, move)
Parameters:
ComponentId
corner : XYPos
move : XYPos
|
|
Full Usage:
ResizeSymbolDone(compId, resetSymbol, corner, move)
Parameters:
ComponentId
resetSymbol : Symbol option
corner : XYPos
move : XYPos
|
|
Full Usage:
RotateAntiClockAng(compList, Rotation)
Parameters:
ComponentId list
Item2 : Rotation
|
|
|
|
Full Usage:
SaveSymbols
|
|
|
|
|
|
Full Usage:
ShowAllInputPorts
|
|
Full Usage:
ShowAllOutputPorts
|
|
|
|
|
|
|
|
|
|
Full Usage:
UpdateBoundingBoxes
|
|
Full Usage:
UpdateMemory(ComponentId, Memory1 -> Memory1)
Parameters:
ComponentId
Item2 : Memory1 -> Memory1
|
|
Full Usage:
WriteMemoryLine(ComponentId, bigint, bigint)
Parameters:
ComponentId
Item2 : bigint
Item3 : bigint
|
|
Full Usage:
WriteMemoryType(ComponentId, ComponentType)
Parameters:
ComponentId
Item2 : ComponentType
|
|