MCPcopy Create free account

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

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

MethodchangeImageDisplay
(element: IElement, display: ImageDisplay)
src/editor/core/command/CommandAdapt.ts:1439
Methodclear
()
src/editor/core/draw/particle/block/BlockParticle.ts:67
FunctionclearFillInfo
()
src/editor/core/draw/richtext/AbstractRichText.ts:13
MethodclearFn
()
src/components/signature/Signature.ts:195
MethodclearGraffiti
()
src/editor/core/command/CommandAdapt.ts:2756
FunctionclearMain
(editor: Editor)
tests/helpers/range.ts:7
Methodcolor
(payload: string | null, options?: IRichtextOption)
src/editor/core/command/CommandAdapt.ts:807
Functioncompositionend
(host: CanvasEvent, evt: CompositionEvent)
src/editor/core/event/handlers/composition.ts:9
Functioncompositionstart
(host: CanvasEvent)
src/editor/core/event/handlers/composition.ts:5
Methodcompute
()
src/editor/core/draw/frame/Footer.ts:48
Methodcompute
()
src/editor/core/draw/interactive/Area.ts:168
Methodcompute
(payload: string)
src/editor/core/draw/interactive/Search.ts:322
Methodcompute
()
src/editor/core/draw/graffiti/Graffiti.ts:90
MethodcomputeElementListHeight
(elementList: IElement[])
src/editor/core/command/CommandAdapt.ts:1541
MethodcomputeHighlight
( elementList: IElement[], restArgs?: ISearchResultRestArgs )
src/editor/core/draw/control/interactive/ControlSearch.ts:106
MethodcomputeHighlightList
()
src/editor/core/draw/control/interactive/ControlSearch.ts:104
Functionconstructor
()
src/editor/core/draw/richtext/AbstractRichText.ts:9
Methodconstructor
(options: ISignatureOptions)
src/components/signature/Signature.ts:40
Methodconstructor
(options: IDialogOptions)
src/components/dialog/Dialog.ts:39
Methodconstructor
( container: HTMLDivElement, data: IEditorData | IElement[], options: IEditorOption = {} )
src/editor/index.ts:88
Methodconstructor
(editor: Editor)
src/editor/core/plugin/Plugin.ts:7
Methodconstructor
(draw: Draw, canvasEvent: CanvasEvent)
src/editor/core/cursor/CursorAgent.ts:15
Methodconstructor
(draw: Draw, canvasEvent: CanvasEvent)
src/editor/core/cursor/Cursor.ts:39
Methodconstructor
(adapt: CommandAdapt)
src/editor/core/command/Command.ts:150
Methodconstructor
(draw: Draw)
src/editor/core/command/CommandAdapt.ts:156
Methodconstructor
(locale: string)
src/editor/core/i18n/I18n.ts:15
Methodconstructor
(payload: IRegisterPayload)
src/editor/core/register/Register.ts:21
Methodconstructor
( rootContainer: HTMLElement, options: DeepRequired<IEditorOption>, data: IEditorData, listene
src/editor/core/draw/Draw.ts:206
Methodconstructor
(draw: Draw)
src/editor/core/draw/control/Control.ts:90
Methodconstructor
(element: IElement, control: Control)
src/editor/core/draw/control/checkbox/CheckboxControl.ts:15
Methodconstructor
(element: IElement, control: Control)
src/editor/core/draw/control/date/DateControl.ts:31
Methodconstructor
(control: Control)
src/editor/core/draw/control/interactive/ControlSearch.ts:27
Methodconstructor
(draw: Draw)
src/editor/core/draw/control/richtext/Border.ts:10
Methodconstructor
(options: CalculatorOptions)
src/editor/core/draw/control/number/Calculator.ts:20
Methodconstructor
(element: IElement, control: any)
src/editor/core/draw/control/number/NumberControl.ts:22
Methodconstructor
(element: IElement, control: Control)
src/editor/core/draw/control/select/SelectControl.ts:44
Methodconstructor
(element: IElement, control: Control)
src/editor/core/draw/control/text/TextControl.ts:24
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/HyperlinkParticle.ts:15
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/WhiteSpaceParticle.ts:9
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/LineBreakParticle.ts:12
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/SeparatorParticle.ts:9
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/CheckboxParticle.ts:21
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/ImageParticle.ts:18
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/ListParticle.ts:24
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/TextParticle.ts:28
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/LabelParticle.ts:9
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/RadioParticle.ts:21
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/PageBreakParticle.ts:12
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/previewer/Previewer.ts:45
Methodconstructor
(latex: string)
src/editor/core/draw/particle/latex/utils/LaTexUtils.ts:1022
Methodconstructor
(draw: Draw, options: IDatePickerOption = {})
src/editor/core/draw/particle/date/DatePicker.ts:98
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/date/DateParticle.ts:16
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/table/TableTool.ts:51
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/table/TableOperate.ts:29
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/table/TableParticle.ts:26
Methodconstructor
(draw: Draw)
src/editor/core/draw/particle/block/BlockParticle.ts:19
Methodconstructor
(blockParticle: BlockParticle, element: IRowElement)
src/editor/core/draw/particle/block/modules/BaseBlock.ts:30
Methodconstructor
(element: IRowElement)
src/editor/core/draw/particle/block/modules/IFrameBlock.ts:11
Methodconstructor
(element: IRowElement)
src/editor/core/draw/particle/block/modules/VideoBlock.ts:7
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/Watermark.ts:13
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/Badge.ts:13
Methodconstructor
(draw: Draw, data?: IElement[])
src/editor/core/draw/frame/Header.ts:22
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/PageBorder.ts:13
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/LineNumber.ts:10
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/Placeholder.ts:25
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/Background.ts:14
Methodconstructor
(draw: Draw, data?: IElement[])
src/editor/core/draw/frame/Footer.ts:21
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/PageNumber.ts:13
Methodconstructor
(draw: Draw)
src/editor/core/draw/frame/Margin.ts:9
Methodconstructor
(draw: Draw)
src/editor/core/draw/interactive/Area.ts:37
Methodconstructor
(draw: Draw)
src/editor/core/draw/interactive/Group.ts:18
Methodconstructor
(draw: Draw)
src/editor/core/draw/interactive/Magnifier.ts:14
Methodconstructor
(draw: Draw)
src/editor/core/draw/interactive/Search.ts:34
Methodconstructor
(draw: Draw)
src/editor/core/draw/richtext/Strikeout.ts:8
Methodconstructor
(draw: Draw)
src/editor/core/draw/richtext/Underline.ts:9
Methodconstructor
(draw: Draw)
src/editor/core/draw/richtext/Highlight.ts:8
Methodconstructor
(draw: Draw, data?: IGraffitiData[])
src/editor/core/draw/graffiti/Graffiti.ts:14
Methodconstructor
(draw: Draw)
src/editor/core/worker/WorkerManager.ts:19
Methodconstructor
(draw: Draw, command: Command)
src/editor/core/contextmenu/ContextMenu.ts:44
Methodconstructor
(draw: Draw)
src/editor/core/actuator/Actuator.ts:10
Methodconstructor
(draw: Draw)
src/editor/core/range/RangeManager.ts:35
Methodconstructor
(draw: Draw)
src/editor/core/position/Position.ts:39
Methodconstructor
(draw: Draw)
src/editor/core/zone/Zone.ts:21
Methodconstructor
(draw: Draw, zone: Zone)
src/editor/core/zone/ZoneTip.ts:20
Methodconstructor
(draw: Draw)
src/editor/core/accessibility/Accessibility.ts:16
Methodconstructor
()
src/editor/core/listener/Listener.ts:28
Methodconstructor
(draw: Draw, command: Command)
src/editor/core/shortcut/Shortcut.ts:14
Methodconstructor
(draw: Draw)
src/editor/core/history/HistoryManager.ts:8
Methodconstructor
(draw: Draw)
src/editor/core/event/CanvasEvent.ts:52
Methodconstructor
(draw: Draw, canvasEvent: CanvasEvent)
src/editor/core/event/GlobalEvent.ts:32
Methodconstructor
()
src/editor/core/event/eventbus/EventBus.ts:4
Methodconstructor
(draw: Draw)
src/editor/core/observer/MouseObserver.ts:9
Methodconstructor
(draw: Draw)
src/editor/core/observer/ScrollObserver.ts:19
Methodconstructor
()
src/editor/core/observer/ImageObserver.ts:4
Methodconstructor
(draw: Draw)
src/editor/core/observer/SelectionObserver.ts:26
Methodconstructor
(draw: any)
tests/factories/editor.ts:11
Methodcopy
(payload?: ICopyOption)
src/editor/core/command/CommandAdapt.ts:181
FunctioncopyWithCopyrightPlugin
( editor: Editor, options?: ICopyWithCopyrightOption )
src/plugins/copy/index.ts:8
Methodcut
()
src/editor/core/command/CommandAdapt.ts:175
Methodcut
()
src/editor/core/draw/control/Control.ts:969
← previousnext →801–900 of 1,174, ranked by callers