WaveSimStyle Module
Functions to style the DOM elements used in waveform simulator
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
backgroundSVG wsModel count
Parameters:
WaveSimModel
count : int
Returns: ReactElement list
|
|
|
|
|
|
Full Usage:
calcWaveformAndScrollBarHeight wsModel
Parameters:
WaveSimModel
Returns: float
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
cursorCycleHighlightSVG m dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
detailsProps showDetails cBox ws dispatch
Parameters:
bool
cBox : CheckBoxStyle
ws : WaveSimModel
dispatch : Msg -> Unit
Returns: IHTMLProp list
|
|
|
|
|
|
|
|
Full Usage:
listCollectSomes mapFn lst
Parameters:
'a -> 'b option
lst : 'a list
Returns: 'b list
|
|
Full Usage:
listMaxWithDef defaultValue lst
Parameters:
'a
lst : 'a list
Returns: 'a
|
|
|
|
Full Usage:
nameRowLevelLeftProps visibility
Parameters:
string
Returns: IHTMLProp list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
screenHeight ()
Parameters:
unit
Returns: float
|
|
Full Usage:
screenWidth ()
Parameters:
unit
Returns: float
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
setSelectionOpen cBox show wsModel
Parameters:
CheckBoxStyle
show : bool
wsModel : WaveSimModel
Returns: WaveSimModel
|
|
Full Usage:
setWaveGroupSelectionOpen wsModel grps show
Parameters:
WaveSimModel
grps : (ComponentGroup * string list) list
show : bool
Returns: WaveSimModel
|
|
Full Usage:
setWaveSheetSelectionOpen wsModel subSheets show
Parameters:
WaveSimModel
subSheets : string list list
show : bool
Returns: WaveSimModel
|
|
|
|
|
|
|
|
Full Usage:
singleValueOnWaveProps isStart textFont textWeight xpos
Parameters:
bool
textFont : float
textWeight : 'a
xpos : 'b
-
Starting X-direction position.
Returns: IProp list
|
|
|
|
Full Usage:
summaryProps isSummary cBox ws dispatch
Parameters:
bool
cBox : CheckBoxStyle
ws : WaveSimModel
dispatch : Msg -> Unit
Returns: IHTMLProp list
|
|
|
|
|
|
|
|
|
|
Full Usage:
topRow ws topRowContent
Parameters:
WaveSimModel
topRowContent : ReactElement seq
Returns: ReactElement list
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
valuesColumnStyle ws colWidth
Parameters:
WaveSimModel
colWidth : int
Returns: HTMLAttr
|
|
Full Usage:
viewBoxMinX m
Parameters:
'a
Returns: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|