MCPcopy Create free account

hub / github.com/Mongkii/RMind / functions

Functions109 in github.com/Mongkii/RMind

↓ 16 callersFunctiondeepCopy
src/methods/assistFunctions.js:5
↓ 10 callersFunctionuseMindmap
()
src/customHooks/useMindmap.js:8
↓ 9 callersFunctionfindNode
(node, search_id)
src/methods/assistFunctions.js:19
↓ 5 callersFunctionmoveXY
(x,y)
src/context/reducer/global/actionCreator.js:45
↓ 3 callersFunctiondownloadFile
(url, filename)
src/methods/assistFunctions.js:31
↓ 3 callersFunctiondrawBezier
(ctx, from_x, from_y, to_x, to_y)
src/methods/drawCanvas.js:3
↓ 3 callersFunctiondrawDragCanvas
(ctx, theme, child_id, parent_offset, child_offset, child_left_of_parent)
src/methods/drawCanvas.js:37
↓ 3 callersFunctionhandleZoom
(zoom)
src/features/Nav/index.js:60
↓ 3 callersFunctionsetMindmap
src/context/reducer/mindmap/actionCreator.js:86
↓ 3 callersFunctionsetTitle
src/context/reducer/global/actionCreator.js:3
↓ 2 callersFunctionapplySnapshot
src/customHooks/useHistory.js:9
↓ 2 callersFunctiondebounce
(func,wait)
src/methods/assistFunctions.js:38
↓ 2 callersFunctiongetDomOffset
src/methods/getDragEvents.js:5
↓ 2 callersFunctiongetLayerAndText
(line, format)
src/methods/mindmapParser.js:4
↓ 2 callersFunctionhandleClosePopup
()
src/features/Nav/index.js:23
↓ 2 callersFunctionregisterValidSW
(swUrl, config)
src/serviceWorker.js:57
↓ 2 callersFunctionuseEditPanel
()
src/customHooks/useEditPanel.js:6
↓ 2 callersFunctionuseMove
()
src/customHooks/useMove.js:6
↓ 2 callersFunctionuseZoom
()
src/customHooks/useZoom.js:6
↓ 2 callersFunctionzoomIn
(x,y)
src/context/reducer/global/actionCreator.js:18
↓ 2 callersFunctionzoomOut
(x,y)
src/context/reducer/global/actionCreator.js:25
↓ 1 callersFunctionaddChild
(node_id, new_node_id)
src/context/reducer/mindmap/actionCreator.js:14
↓ 1 callersFunctionaddSibling
(node_id, parent_id, new_node_id)
src/context/reducer/mindmap/actionCreator.js:27
↓ 1 callersFunctionbuildNodeFromJSON
(json, format)
src/methods/mindmapParser.js:68
↓ 1 callersFunctionbuildNodeFromText
(data_array, format, cur_layer, cur_text = '')
src/methods/mindmapParser.js:27
↓ 1 callersFunctionchangeText
(node_id, text)
src/context/reducer/mindmap/actionCreator.js:51
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl, config)
src/serviceWorker.js:101
↓ 1 callersFunctionclearHistory
()
src/context/reducer/history/actionCreator.js:8
↓ 1 callersFunctioncopyNodeData
(format, target_node, source_node, is_root_node)
src/methods/mindmapParser.js:55
↓ 1 callersFunctioncopyNodeData
(format, target_node, source_node)
src/methods/mindmapExporter.js:30
↓ 1 callersFunctiondeleteNode
(node_id, parent_id)
src/context/reducer/mindmap/actionCreator.js:71
↓ 1 callersFunctiondfs
(node, layer, format)
src/methods/mindmapExporter.js:17
↓ 1 callersFunctiondrawLine
(ctx, node, map)
src/methods/drawCanvas.js:8
↓ 1 callersFunctiondrawLineCanvas
(ctx, theme, mindmap, map)
src/methods/drawCanvas.js:28
↓ 1 callersFunctionexpandAll
src/context/reducer/mindmap/actionCreator.js:79
↓ 1 callersFunctionexportMindmapToJSON
(mindmap, format)
src/methods/mindmapExporter.js:45
↓ 1 callersFunctionexportMindmapToText
(mindmap, format)
src/methods/mindmapExporter.js:15
↓ 1 callersFunctionexportNodeToText
(node, layer, format)
src/methods/mindmapExporter.js:1
↓ 1 callersFunctiongetContentComponent
src/components/Popup/index.js:9
↓ 1 callersFunctiongetNodeInfo
(node, parent, on_left)
src/context/reducer/nodeStatus/actionCreator.js:32
↓ 1 callersFunctiongetWheelDelta
(e)
src/methods/getMouseWheelEvent.js:8
↓ 1 callersFunctionhandleKeyEventWithNode
src/methods/getKeydownEvent.js:6
↓ 1 callersFunctionhandleWhellEventWithkey
src/methods/getMouseWheelEvent.js:16
↓ 1 callersFunctionmoveNode
(node_id, target_id, parent_id, is_sibling)
src/context/reducer/mindmap/actionCreator.js:41
↓ 1 callersFunctionmoveReset
()
src/context/reducer/global/actionCreator.js:39
↓ 1 callersFunctionpreventMinValue
(obj,key,min)
src/context/reducer/global/index.js:25
↓ 1 callersFunctionresetVariables
()
src/methods/getDragEvents.js:22
↓ 1 callersFunctionsetHistory
(mindmap, cur_node)
src/context/reducer/history/actionCreator.js:3
↓ 1 callersFunctionsetSelect
(node_id, select_by_click)
src/context/reducer/nodeStatus/actionCreator.js:3
↓ 1 callersFunctionsetShowChildrenTrue
src/methods/assistFunctions.js:26
↓ 1 callersFunctionsetTheme
src/context/reducer/global/actionCreator.js:10
↓ 1 callersFunctiontoggleChildren
(node_id, bool)
src/context/reducer/mindmap/actionCreator.js:4
↓ 1 callersFunctionzoomReset
src/context/reducer/global/actionCreator.js:32
FunctionAnnotation
src/components/Popup/common/styledComponents.js:37
FunctionButtonSet
src/components/Popup/common/styledComponents.js:5
FunctionEditPanel
()
src/features/EditPanel/index.js:8
FunctionExport
({handleClosePopup})
src/components/Popup/subComponents/Export.js:11
FunctionHighlight
src/components/Popup/common/styledComponents.js:31
FunctionMainButton
src/components/Popup/common/styledComponents.js:23
FunctionMdPreview
(props)
src/components/mdPreview/index.js:22
FunctionMindmap
({ container_ref })
src/features/Mindmap/index.js:19
FunctionNew
({handleClosePopup, handleDownload})
src/components/Popup/subComponents/New.js:9
FunctionOpen
({handleClosePopup, handleDownload})
src/components/Popup/subComponents/Open.js:10
FunctionShortcut
src/components/Popup/common/styledComponents.js:42
FunctionThemeListItem
({theme, index, is_current, setTheme})
src/components/Popup/subComponents/Theme/ThemeListItem.js:4
FunctionToolButton
({icon, onClick, children, disabled})
src/components/ToolButton/index.js:7
FunctionWrappedProvider
src/context/index.js:10
FunctionchangeInfo
(node_id, info)
src/context/reducer/mindmap/actionCreator.js:61
FunctionclearAll
()
src/context/reducer/nodeStatus/actionCreator.js:22
FunctionhandleAddChild
()
src/components/Node/subComponents/Toolbar.js:12
FunctionhandleAddInfo
()
src/components/Node/subComponents/Toolbar.js:32
FunctionhandleAddSibling
()
src/components/Node/subComponents/Toolbar.js:16
FunctionhandleBlur
()
src/components/Node/subComponents/InputDiv.js:22
FunctionhandleBlur
()
src/components/MindmapTitle/index.js:28
FunctionhandleContainerScroll
(e)
src/methods/getDragEvents.js:44
FunctionhandleDeleteNode
()
src/components/Node/subComponents/Toolbar.js:20
FunctionhandleDownload
()
src/features/Nav/index.js:31
FunctionhandleEditNode
()
src/components/Node/index.js:22
FunctionhandleEditNode
()
src/components/Node/subComponents/Toolbar.js:24
FunctionhandleExpand
()
src/features/Nav/index.js:56
FunctionhandleExport
()
src/features/Nav/index.js:40
FunctionhandleExportPNG
()
src/components/Popup/subComponents/Export.js:15
FunctionhandleExportText
src/components/Popup/subComponents/Export.js:23
FunctionhandleKeydown
src/components/Node/subComponents/InputDiv.js:10
FunctionhandleKeydown
src/components/MindmapTitle/index.js:16
FunctionhandleMove
(move)
src/features/Nav/index.js:74
FunctionhandleNewFile
()
src/components/Popup/subComponents/New.js:13
FunctionhandleNewFile
()
src/features/Nav/index.js:27
FunctionhandleOpenFile
()
src/components/Popup/subComponents/Open.js:14
FunctionhandleOpenFile
()
src/features/Nav/index.js:36
FunctionhandlePropagation
src/methods/assistFunctions.js:1
FunctionhandleRedo
()
src/features/Nav/index.js:52
FunctionhandleResize
()
src/features/Mindmap/index.js:32
FunctionhandleSelectNode
()
src/components/Node/index.js:18
FunctionhandleSetTheme
()
src/components/Popup/subComponents/Theme/ThemeListItem.js:5
FunctionhandleTheme
()
src/features/Nav/index.js:44
FunctionhandleToggleChildren
()
src/components/Node/index.js:26
FunctionhandleToggleChildren
()
src/components/Node/subComponents/Toolbar.js:28
FunctionhandleUndo
()
src/features/Nav/index.js:48
FunctionhandleWindowResize
()
src/components/DragCanvas/index.js:20
next →1–100 of 109, ranked by callers