Skip to content

MaterialManagerOrFocus

Stanislav Podolia edited this page Jul 21, 2020 · 1 revision

Flow Wiki

MaterialManagerOrFocus

  • MaterialManager

    • id : int
    • white : DynamicBehaviour<bool>
    • currentZorder : DynamicBehaviour<int>
    • focus : MFocusGroup
    • previousFocus : DynamicBehaviour<Maybe<MFocus>>
    • manager : TManager
    • findPositionScaleFns : Tree<int, (int) -> PositionScale>
    • nextRenderId : () -> int
    • style : [ MRenderStyle ]
    • grabSnapshot : () -> Tropic
    • theme : MaterialTheme
    • disposers : Tree<int, () -> void>
    • currentInteractionItemID : DynamicBehaviour<[ int ]>
    • downInsideFocus : Maybe<MaterialFocus>
    • debugMetrics : DynamicBehaviour<bool>
    • floatingActions : DynamicBehaviour<[ flow ]>
    • iscript : IScriptManager
    • forceRender : DynamicBehaviour<bool>
    • pebblesEnabled : DynamicBehaviour<bool>
    • stageWH : Transform<WidthHeight>
  • MaterialFocus

    • MFocusGroup

      • isInitialized : DynamicBehaviour<bool>
      • managerId : int
      • id : Transform<int>
      • form : FForm
      • tabOrder : Transform<[ int ]>
      • zorder : Transform<int>
      • iScriptId : Maybe<string>
      • name : string
      • parent : Maybe<MFocusGroup>
      • vertical : Maybe<MFocusGroup>
      • horizontal : Maybe<MFocusGroup>
      • focusedId : DynamicBehaviour<int>
      • nextId : DynamicBehaviour<int>
      • previousFocusedId : int
      • focusIds : DynamicBehaviour<Tree<int, MaterialFocus>>
      • nextFocusId : int
      • iScriptIds : DynamicBehaviour<Tree<string, MaterialFocus>>
      • enabled : Transform<bool>
      • zorderEnabled : Transform<bool>
      • keysEnabled : Transform<bool>
      • focusEnabled : Transform<bool>
      • hintMarkerEnabled : Transform<bool>
      • recordingEnabled : Transform<bool>
      • selectionEnabled : Transform<bool>
      • focused : DynamicBehaviour<bool>
      • active : DynamicBehaviour<bool>
      • transformMatrix : Transform<TransformMatrix>
      • widthHeight : Transform<WidthHeight>
      • scrollInfo : Maybe<MScrollInfo>
      • rtl : bool
      • theme : MaterialTheme
      • behaviours : Tree<string, Pair<DynamicBehaviour<flow>, IScriptRecordType>>
    • MFocus

      • id : Transform<int>
      • form : FForm
      • tabOrder : Transform<[ int ]>
      • iScriptId : Maybe<string>
      • name : string
      • title : Transform<string>
      • parent : MFocusGroup
      • onClick : Maybe<() -> void>
      • down : DynamicBehaviour<bool>
      • rightDown : DynamicBehaviour<bool>
      • middleDown : DynamicBehaviour<bool>
      • hover : DynamicBehaviour<bool>
      • enabled : Transform<bool>
      • focusEnabled : Transform<bool>
      • recordingEnabled : Transform<bool>
      • focused : DynamicBehaviour<bool>
      • active : DynamicBehaviour<bool>
      • selected : DynamicBehaviour<bool>
      • transformMatrix : Transform<TransformMatrix>
      • widthHeight : Transform<WidthHeight>
      • updateEnabled : DynamicBehaviour<bool>
      • behaviours : Tree<string, Pair<DynamicBehaviour<flow>, IScriptRecordType>>
Clone this wiki locally