MiscMenuView Module
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
Full Usage:
Button sheetPath buttonDecision label isDisabled model dispatch
Parameters:
string
buttonDecision : ImportDecision option
label : string
isDisabled : bool
model : Model
dispatch : Msg -> unit
Returns: ReactElement list
|
|
Full Usage:
allRootHierarchiesFromProjectBreadcrumbs cfg dispatch model
Parameters:
BreadcrumbConfig
dispatch : Msg -> unit
model : Model
Returns: ReactElement
|
|
Full Usage:
createSheetInfo model projectDir dispatch (arg4, arg5)
Parameters: Returns: ReactElement array
|
|
|
|
Full Usage:
getDecisionText path model sheetIsDependency decisionNeeded
Parameters:
string
model : Model
sheetIsDependency : bool
decisionNeeded : bool
Returns: ReactElement
|
|
Full Usage:
getDependents model oldSheetPath newSheetPath
Parameters:
Model
oldSheetPath : string
newSheetPath : string
Returns: string option
|
|
Full Usage:
getDependentsFromSheet model sheetName
Parameters:
Model
sheetName : string
Returns: (string * string * ((string * int) list * (string * int) list)) list option
|
|
|
|
|
|
Full Usage:
gridElement reactElementId props styleProps pos x
Parameters:
string
props : IHTMLProp list
styleProps : CSSProp list
pos : CSSGridPos
x : ReactElement
Returns: ReactElement
|
|
|
|
Full Usage:
hierarchyBreadcrumbs cfg dispatch model
Parameters:
BreadcrumbConfig
dispatch : Msg -> unit
model : Model
Returns: ReactElement
|
|
Full Usage:
hierarchyFromSheetBreadcrumbs rootSheet cfg dispatch model
Parameters:
string
cfg : BreadcrumbConfig
dispatch : Msg -> unit
model : Model
Returns: ReactElement
|
|
|
|
|
|
Full Usage:
makeBreadcrumbsFromPositions sheetTreeMap cfg positionSheetsInGrid dispatch
Parameters:
Map<string, SheetTree>
cfg : BreadcrumbConfig
positionSheetsInGrid : Map<string, SheetTree> -> (CSSGridPos * SheetTree) list
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
makeGridFromSheetsWithPositions cfg dispatch posL
Parameters:
BreadcrumbConfig
dispatch : Msg -> unit
posL : (CSSGridPos * SheetTree) list
Returns: ReactElement
|
|
Full Usage:
maybeWarning dialogText project
Parameters:
string
project : Project
Returns: ReactElement option
|
|
Full Usage:
pathsWithDependencies destProjectDir paths sourceProjectDir
Parameters:
string
paths : string list
sourceProjectDir : string
Returns: (string * Set<string>) list
|
|
Full Usage:
positionDesignHierarchyInGrid rootSheet trees
Parameters: Returns: (CSSGridPos * SheetTree) list
|
|
Full Usage:
positionRootAndFocusChildrenInGrid root pathToFocus trees
Parameters: Returns: (CSSGridPos * SheetTree) list
|
|
|
|
Full Usage:
smallSimulationBreadcrumbs rootName pathToFocus cfg dispatch model
Parameters:
string
pathToFocus : string list
cfg : BreadcrumbConfig
dispatch : Msg -> unit
model : Model
Returns: ReactElement
|
Breadcrumbs of the focus sheet, with sheets on its path to root, and its children. Provides navigation while occupying small vertical area. Untested. *** TODO: hookthis function to simulation and test *** Should be called extracting inputs from waveform simulation. Display as a ReactElement the breadcrumbs. clickAction - what happens when a given breadcrumb (labelled by its path to root) is clicked. project - the model project
|
Full Usage:
twoButtons leftButton rightButton
Parameters:
ReactElement list
rightButton : ReactElement list
Returns: ReactElement
|