Searched refs:ignoreFn (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 2372 Graph.prototype.getCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument 2388 Graph.prototype.getScaledCellAt = function(x, y, parent, vertices, edges, ignoreFn) argument 2410 var result = this.getScaledCellAt(x, y, cell, vertices, edges, ignoreFn); 2421 if (state != null && (ignoreFn == null || !ignoreFn(state, x, y)) && 2492 Graph.prototype.filterSelectionCells = function(ignoreFn) argument 2496 if (ignoreFn != null) 2502 if (!ignoreFn(cells[i]))
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 6394 …alog = function(editorUi, title, xml, editFn, discardFn, editLabel, discardLabel, ignoreFn, drafts) argument 6712 var ignoreBtn = (ignoreFn != null) ? mxUtils.button(mxResources.get('ignore'), ignoreFn) : null;
|