MCPcopy Index your code

hub / github.com/Hufe921/canvas-editor / functions

Functions1,174 in github.com/Hufe921/canvas-editor

↓ 2 callersFunctionhome
(evt: KeyboardEvent, host: CanvasEvent)
src/editor/core/event/handlers/keydown/home.ts:4
↓ 2 callersMethodinitControl
()
src/editor/core/draw/control/Control.ts:491
↓ 2 callersMethodisCanRedo
()
src/editor/core/history/HistoryManager.ts:45
↓ 2 callersMethodisCanUndo
()
src/editor/core/history/HistoryManager.ts:41
↓ 2 callersMethodisDisabled
(pageNo?: number)
src/editor/core/draw/frame/Header.ts:129
↓ 2 callersMethodisDisabled
(pageNo?: number)
src/editor/core/draw/frame/Footer.ts:126
↓ 2 callersMethodmousedown
(evt: MouseEvent)
src/editor/core/event/CanvasEvent.ts:184
↓ 2 callersMethodmoveCursorToVisible
(payload: IMoveCursorToVisibleOption)
src/editor/core/cursor/Cursor.ts:201
↓ 2 callersFunctionmoveImgPosition
( element: IElement, evt: MouseEvent, host: CanvasEvent, cachePositionContext: IPositionContext | null
src/editor/core/event/handlers/mouseup.ts:27
↓ 2 callersMethodoff
( eventName: K, callback: EventMap[K] )
src/editor/core/event/eventbus/EventBus.ts:32
↓ 2 callersFunctiononConfirm
(payload)
src/main.ts:1968
↓ 2 callersFunctionpasteHTML
(host: CanvasEvent, htmlText: string)
src/editor/core/event/handlers/paste.ts:67
↓ 2 callersFunctionrecoveryTable
()
src/main.ts:391
↓ 2 callersMethodregisterTouchEvent
(evt: TouchEvent, eventName: string)
src/components/signature/Signature.ts:325
↓ 2 callersFunctionremoveAllTableCellSelect
()
src/main.ts:381
↓ 2 callersFunctionremoveComposingInput
(host: CanvasEvent)
src/editor/core/event/handlers/input.ts:125
↓ 2 callersMethodrender
(ctx: CanvasRenderingContext2D)
src/editor/core/draw/interactive/Group.ts:170
↓ 2 callersFunctionreplaceHTMLElementTag
( oldDom: HTMLElement, tagName: keyof HTMLElementTagNameMap )
src/editor/utils/element.ts:1830
↓ 2 callersMethodreplaceRange
(range: IRange)
src/editor/core/command/CommandAdapt.ts:251
↓ 2 callersFunctionscrollIntoView
(container: HTMLElement, selected: HTMLElement)
src/editor/utils/index.ts:433
↓ 2 callersMethodsetClientRects
(pageNo: number, x: number, y: number)
src/editor/core/draw/particle/block/modules/BaseBlock.ts:280
↓ 2 callersMethodsetExtensionListById
(payload: ISetControlExtensionOption[])
src/editor/core/draw/control/Control.ts:1255
↓ 2 callersMethodsetIsAllowSelection
(payload: boolean)
src/editor/core/event/CanvasEvent.ts:90
↓ 2 callersMethodsetLocale
(locale: string)
src/editor/core/i18n/I18n.ts:28
↓ 2 callersMethodsetPageDevicePixel
()
src/editor/core/draw/Draw.ts:1148
↓ 2 callersMethodsetPagePixelRatio
(payload: number | null)
src/editor/core/draw/Draw.ts:1137
↓ 2 callersMethodsetPainterStyle
( payload: IElementStyle | null, options?: IPainterOption )
src/editor/core/draw/Draw.ts:1038
↓ 2 callersMethodsetPrintData
()
src/editor/core/draw/Draw.ts:318
↓ 2 callersMethodsetPropertiesListById
(payload: ISetControlProperties[])
src/editor/core/draw/control/Control.ts:1314
↓ 2 callersFunctionsetRangeCache
(host: CanvasEvent)
src/editor/core/event/handlers/mousedown.ts:16
↓ 2 callersMethodsetSelect
( code: string, context: IControlContext = {}, options: IControlRuleOption = {} )
src/editor/core/draw/control/select/SelectControl.ts:369
↓ 2 callersMethodsetSurroundPosition
(payload: ISetSurroundPositionPayload)
src/editor/core/position/Position.ts:1018
↓ 2 callersFunctionsetTableTitle
(payload: string)
src/main.ts:387
↓ 2 callersMethodsetValueListById
(payload: ISetControlValueOption[])
src/editor/core/draw/control/Control.ts:1080
↓ 2 callersFunctionsplitListElement
( elementList: IElement[] )
src/editor/utils/element.ts:1128
↓ 2 callersMethodsubmitHistory
(curIndex: number | undefined)
src/editor/core/draw/Draw.ts:2993
↓ 2 callersFunctiontakeN
(n: number)
src/editor/core/draw/particle/latex/utils/LaTexUtils.ts:110
↓ 2 callersMethodupdateActiveControlValue
()
src/editor/core/draw/control/Control.ts:461
↓ 2 callersFunctionupdateCatalog
()
src/main.ts:1289
↓ 2 callersMethodupdateResizer
( element: IElement, position: IElementPosition | null = null )
src/editor/core/draw/particle/previewer/Previewer.ts:555
↓ 2 callersFunctionwriteElementList
( elementList: IElement[], options: DeepRequired<IEditorOption> )
src/editor/utils/clipboard.ts:69
↓ 1 callersMethod_addEvent
()
src/editor/core/draw/interactive/Magnifier.ts:38
↓ 1 callersMethod_addEvent
()
src/editor/core/contextmenu/ContextMenu.ts:70
↓ 1 callersMethod_addEvent
()
src/editor/core/shortcut/Shortcut.ts:27
↓ 1 callersMethod_addEvent
()
src/editor/core/observer/ScrollObserver.ts:38
↓ 1 callersMethod_addEvent
()
src/editor/core/observer/SelectionObserver.ts:45
↓ 1 callersMethod_bindEvent
()
src/components/signature/Signature.ts:167
↓ 1 callersMethod_bindEvent
()
src/editor/core/draw/particle/date/DatePicker.ts:256
↓ 1 callersMethod_blinkStart
()
src/editor/core/cursor/Cursor.ts:76
↓ 1 callersMethod_blinkStop
()
src/editor/core/cursor/Cursor.ts:80
↓ 1 callersMethod_clearPage
(pageNo: number)
src/editor/core/draw/Draw.ts:2642
↓ 1 callersMethod_clearPreviewer
()
src/editor/core/draw/particle/previewer/Previewer.ts:473
↓ 1 callersMethod_clearZoneIndicator
()
src/editor/core/zone/Zone.ts:193
↓ 1 callersMethod_compute
(options?: IPlaceholderRenderOption)
src/editor/core/draw/frame/Placeholder.ts:41
↓ 1 callersMethod_computePageList
()
src/editor/core/draw/Draw.ts:2148
↓ 1 callersMethod_computePositionList
()
src/editor/core/draw/frame/Header.ts:73
↓ 1 callersMethod_computePositionList
(options?: IPlaceholderRenderOption)
src/editor/core/draw/frame/Placeholder.ts:54
↓ 1 callersMethod_computePositionList
()
src/editor/core/draw/frame/Footer.ts:67
↓ 1 callersMethod_computeRowList
()
src/editor/core/draw/frame/Header.ts:60
↓ 1 callersMethod_computeRowList
()
src/editor/core/draw/frame/Placeholder.ts:46
↓ 1 callersMethod_computeRowList
()
src/editor/core/draw/frame/Footer.ts:59
↓ 1 callersMethod_countImagesBeforeTarget
( elementList: IElement[], targetElement: IElement )
src/editor/core/draw/particle/ImageParticle.ts:50
↓ 1 callersMethod_createBlockContainer
()
src/editor/core/draw/particle/block/BlockParticle.ts:28
↓ 1 callersMethod_createBlockItem
()
src/editor/core/draw/particle/block/modules/BaseBlock.ts:68
↓ 1 callersMethod_createContextMenuContainer
()
src/editor/core/contextmenu/ContextMenu.ts:191
↓ 1 callersMethod_createDom
()
src/editor/core/draw/particle/date/DatePicker.ts:113
↓ 1 callersMethod_createHyperlinkPopupDom
()
src/editor/core/draw/particle/HyperlinkParticle.ts:25
↓ 1 callersMethod_createMagnifierCanvas
()
src/editor/core/draw/interactive/Magnifier.ts:27
↓ 1 callersMethod_createPageContainer
()
src/editor/core/draw/Draw.ts:1318
↓ 1 callersMethod_createResizerDom
()
src/editor/core/draw/particle/previewer/Previewer.ts:114
↓ 1 callersMethod_createSelectPopupDom
()
src/editor/core/draw/control/select/SelectControl.ts:484
↓ 1 callersMethod_defineIframeProperties
(iframeWindow: Window)
src/editor/core/draw/particle/block/modules/IFrameBlock.ts:20
↓ 1 callersMethod_drawBackgroundColor
( ctx: CanvasRenderingContext2D, element: IElement, startX: number, startY: number )
src/editor/core/draw/particle/table/TableParticle.ts:316
↓ 1 callersMethod_drawBorder
( ctx: CanvasRenderingContext2D, element: IElement, startX: number, startY: number )
src/editor/core/draw/particle/table/TableParticle.ts:168
↓ 1 callersMethod_drawDouble
( ctx: CanvasRenderingContext2D, startX: number, startY: number, width: number )
src/editor/core/draw/richtext/Underline.ts:40
↓ 1 callersMethod_drawHighlight
( ctx: CanvasRenderingContext2D, payload: IDrawRowPayload )
src/editor/core/draw/Draw.ts:2203
↓ 1 callersMethod_drawOuterBorder
(payload: IDrawTableBorderOption)
src/editor/core/draw/particle/table/TableParticle.ts:107
↓ 1 callersMethod_drawPreviewer
()
src/editor/core/draw/particle/previewer/Previewer.ts:293
↓ 1 callersMethod_drawRoundedRect
( ctx: CanvasRenderingContext2D, x: number, y: number, width: number, height: number,
src/editor/core/draw/particle/LabelParticle.ts:59
↓ 1 callersMethod_drawSlash
( ctx: CanvasRenderingContext2D, td: ITd, startX: number, startY: number )
src/editor/core/draw/particle/table/TableParticle.ts:142
↓ 1 callersMethod_drawWave
( ctx: CanvasRenderingContext2D, startX: number, startY: number, width: number )
src/editor/core/draw/richtext/Underline.ts:60
↓ 1 callersMethod_drawZoneTip
()
src/editor/core/zone/ZoneTip.ts:88
↓ 1 callersMethod_formatContainer
()
src/editor/core/draw/Draw.ts:1311
↓ 1 callersMethod_getContext
()
src/editor/core/contextmenu/ContextMenu.ts:142
↓ 1 callersMethod_getDatePickerType
(format?: string)
src/editor/core/draw/particle/date/DatePicker.ts:384
↓ 1 callersMethod_immediateRender
()
src/editor/core/draw/Draw.ts:2792
↓ 1 callersMethod_keyDown
(evt: KeyboardEvent)
src/editor/core/cursor/CursorAgent.ts:45
↓ 1 callersMethod_lazyRender
()
src/editor/core/draw/Draw.ts:2770
↓ 1 callersMethod_mousemove
( evt: MouseEvent, tableOrder: TableOrder, startX: number, startY: number )
src/editor/core/draw/particle/table/TableTool.ts:547
↓ 1 callersMethod_move
(direction: MoveDirection)
src/editor/core/observer/SelectionObserver.ts:110
↓ 1 callersMethod_nextMonth
()
src/editor/core/draw/particle/date/DatePicker.ts:763
↓ 1 callersMethod_nextYear
()
src/editor/core/draw/particle/date/DatePicker.ts:773
↓ 1 callersMethod_nextYearPage
()
src/editor/core/draw/particle/date/DatePicker.ts:783
↓ 1 callersMethod_now
()
src/editor/core/draw/particle/date/DatePicker.ts:788
↓ 1 callersMethod_paste
(evt: ClipboardEvent)
src/editor/core/cursor/CursorAgent.ts:59
↓ 1 callersMethod_preMonth
()
src/editor/core/draw/particle/date/DatePicker.ts:758
↓ 1 callersMethod_preYear
()
src/editor/core/draw/particle/date/DatePicker.ts:768
↓ 1 callersMethod_preYearPage
()
src/editor/core/draw/particle/date/DatePicker.ts:778
↓ 1 callersMethod_recovery
()
src/editor/core/draw/frame/Placeholder.ts:35
↓ 1 callersMethod_removeEvent
()
src/editor/core/draw/interactive/Magnifier.ts:44
← previousnext →401–500 of 1,174, ranked by callers