Home
last modified time | relevance | path

Searched refs:sender (Results 26 – 50 of 143) sorted by last modified time

123456

/plugin/diagramsnet/lib/plugins/
H A Dexplore.js161 graph.getModel().addListener(mxEvent.CHANGE, function(sender, evt) argument
H A Dreplay.js119 model.addListener(mxEvent.CHANGE, function(sender, evt) argument
H A Dtags.js282 graph.selectionModel.addListener(mxEvent.CHANGE, function(sender, evt) argument
287 graph.model.addListener(mxEvent.CHANGE, function(sender, evt) argument
H A Dprops.js167 graph.selectionModel.addListener(mxEvent.CHANGE, function(sender, evt) argument
172 graph.model.addListener(mxEvent.CHANGE, function(sender, evt) argument
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js366 this.unitListener = function(sender, evt) argument
H A DTrees.js1306 mxVertexHandler.prototype.destroy = function(sender, me) argument
H A DDialogs.js173 editorUi.addListener('clientLoaded', mxUtils.bind(this, function(sender, evt) argument
1297 overlay.addListener(mxEvent.CLICK, function(sender, evt2) argument
1319 overlay.addListener('pointerdown', function(sender, eo) argument
5659 graph.addListener(mxEvent.SIZE, mxUtils.bind(this, function(sender, evt) argument
H A DDrawioFile.js1375 this.changeListener = mxUtils.bind(this, function(sender, eventObject) argument
H A DEditor.js2547 this.graph.addListener(mxEvent.SIZE, mxUtils.bind(this, function(sender, evt) argument
6294 var refreshUi = mxUtils.bind(this, function(sender, evt) argument
H A DEditorUi.js2310 overlay.addListener(mxEvent.CLICK, function(sender, evt) argument
9667 view.addListener('unitChanged', function(sender, evt) argument
9705 …itor.graph.getSelectionModel().addListener(mxEvent.CHANGE, mxUtils.bind(this, function(sender, evt) argument
10445 this.addListener('customFontsChanged', mxUtils.bind(this, function(sender, evt) argument
10467 this.addListener('copyConnectChanged', mxUtils.bind(this, function(sender, evt) argument
10479 this.addListener('pageFormatChanged', mxUtils.bind(this, function(sender, evt) argument
10490 this.addListener('gridColorChanged', mxUtils.bind(this, function(sender, evt) argument
10501 this.editor.addListener('autosaveChanged', mxUtils.bind(this, function(sender, evt) argument
11748 var updateStatus = mxUtils.bind(this, function(sender, eventObject) argument
12601 changeListener = mxUtils.bind(this, function(sender, eventObject) argument
H A DEmbed.js91 graph.addListener(mxEvent.SIZE, function(sender, evt) argument
347 mouseDown: function(sender, me) argument
352 mouseMove: function(sender, me) argument
393 mouseUp: function(sender, me) argument
H A DGraphViewer.js1246 mouseDown: function(sender, me) argument
1253 mouseMove: function(sender, me) {}, argument
1254 mouseUp: function(sender, me) argument
H A DPages.js514 this.editor.graph.model.addListener(mxEvent.CHANGE, mxUtils.bind(this, function(sender, evt) argument
H A DMinimal.js1385 graph.getSelectionModel().addListener(mxEvent.CHANGE, mxUtils.bind(this, function(sender, evt) argument
H A DmxFreehand.js241 graph.addListener(mxEvent.FIRE_MOUSE_EVENT, mxUtils.bind(this, function(sender, evt) argument
264 mouseDown: mxUtils.bind(this, function(sender, me) argument
314 mouseMove: mxUtils.bind(this, function(sender, me) argument
332 mouseUp: mxUtils.bind(this, function(sender, me) argument
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js91 graph.addListener(mxEvent.SIZE, function(sender, evt) argument
347 mouseDown: function(sender, me) argument
352 mouseMove: function(sender, me) argument
393 mouseUp: function(sender, me) argument
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js445 mouseDown: function(sender, me) {}, argument
446 mouseMove: mxUtils.bind(this, function(sender, me) argument
715 mouseUp: mxUtils.bind(this, function(sender, me) argument
5072 mouseDown: mxUtils.bind(this, function(sender, me) argument
5093 mouseMove: mxUtils.bind(this, function(sender, me) argument
5113 mouseUp: mxUtils.bind(this, function(sender, me) argument
9161 mouseDown: function(sender, me) argument
9175 mouseMove: function(sender, me) argument
9221 mouseUp: function(sender, me) argument
10825 this.fireMouseEvent = function(evtName, me, sender) argument
[all …]
H A DEditor.js41 this.graphChangeListener = function(sender, eventObject) argument
675 this.undoListener = function(sender, evt) argument
681 var listener = mxUtils.bind(this, function(sender, evt) argument
690 var undoHandler = function(sender, evt) argument
1777 function listener(sender, evt, force) argument
H A DEditorUi.js326 graph.addListener('cellsInserted', function(sender, evt) argument
331 graph.addListener('textInserted', function(sender, evt) argument
674 graph.fireMouseEvent = function(evtName, me, sender) argument
711 graph.connectionHandler.addListener(mxEvent.CONNECT, function(sender, evt) argument
731 this.addListener('styleChanged', mxUtils.bind(this, function(sender, evt) argument
936 graph.addListener(mxEvent.CELLS_ADDED, function(sender, evt) argument
1314 this.hoverIcons.addListener('focus', mxUtils.bind(this, function(sender, evt) argument
1368 this.hoverIcons.addListener('blur', mxUtils.bind(this, function(sender, evt) argument
2577 mouseDown: function(sender, me) argument
2584 mouseMove: function(sender, me) {}, argument
[all …]
H A DSidebar.js2842 graph.addListener(mxEvent.ESCAPE, function(sender, evt) argument
H A DFormat.js117 this.update = mxUtils.bind(this, function(sender, evt) argument
134 ui.addListener('styleChanged', mxUtils.bind(this, function(sender, evt) argument
1527 var listener = mxUtils.bind(this, function(sender, evt, force) argument
2354 var listener = mxUtils.bind(this, function(sender, evt, force) argument
2609 var listener = mxUtils.bind(this, function(sender, evt, force) argument
2967 var listener = mxUtils.bind(this, function(sender, evt, force) argument
4138 var listener = mxUtils.bind(this, function(sender, evt, force) argument
5444 var listener = mxUtils.bind(this, function(sender, evt, force) argument
5768 var listener = mxUtils.bind(this, function(sender, evt, force) argument
5840 var listener = mxUtils.bind(this, function(sender, evt, force) argument
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6 ….getTransceivers().forEach(e=>{e.mid||!e.sender.track||e.requested||(e.requested=!0,this.addTransc…
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js287 onLayoutStateChanged: function (sender, args) { argument
/plugin/diagramsnet/lib/
H A Delectron.js117 const win = event.sender
170 const index = windowsRegistry.indexOf(event.sender)
192 event.sender.send('asynchronous-reply', 'pong')
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js1173 mouseDown: function(sender, me) argument
1188 mouseMove: function(sender, me) argument
1228 mouseUp: function(sender, me) { }, argument

123456