Home
last modified time | relevance | path

Searched defs:cell (Results 151 – 175 of 224) sorted by path

123456789

/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js10 Graph.prototype.getTooltipForCell = function(cell) argument
H A DDialogs.js1290 var addOverlay = mxUtils.bind(this, function(cell) argument
6838 function testMeta(re, cell, search, checkIndex) argument
9672 var EditShapeDialog = function(editorUi, cell, title, w, h) argument
H A DDiffSync.js433 EditorUi.prototype.patchCellRecursive = function(page, model, cell, parentLookup, diff) argument
549 EditorUi.prototype.patchCell = function(model, cell, diff, resolve) argument
766 EditorUi.prototype.createCellLookup = function(cell, prev, lookup) argument
769 lookup[cell.getId()] = {cell: cell, prev: prev}; property in EditorUi.createCellLookup.lookup
787 EditorUi.prototype.diffCellRecursive = function(cell, prev, lookup, diff, removed) argument
936 EditorUi.prototype.getJsonForCell = function(cell, previous) argument
H A DEditor.js3777 EditDataDialog.getDisplayIdForCell = function(ui, cell) argument
4437 StyleFormatPanel.prototype.findCommonProperties = function(cell, properties, addAll) argument
5870 this.layoutManager.getLayout = function(cell) argument
6994 Graph.prototype.doUpdateCustomLinksForCell = function(mapping, cell) argument
7152 result = result.concat(this.model.filterDescendants(function(cell) argument
7176 Graph.prototype.isCellVisible = function(cell) argument
7360 Graph.prototype.getTagsForCell = function(cell) argument
7503 Graph.prototype.highlightCell = function(cell, color, duration, opacity) argument
H A DEditorUi.js7097 EditorUi.prototype.updatePageLinksForCell = function(mapping, cell) argument
9057 graph.cellEditor.editPlantUmlData = function(cell, trigger, data) argument
9113 graph.cellEditor.editMermaidData = function(cell, trigger, data) argument
9163 graph.cellEditor.startEditing = function(cell, trigger) argument
9408 this.menus.addPopupMenuEditItems = function(menu, cell, evt) argument
11446 EditorUi.prototype.addBasenamesForCell = function(cell, basenames) argument
H A DExtensions.js4618 function addAllStyles(style, properties, action, cell, noLblStyle) argument
4661 function addStyle(key, style, properties, action, cell) argument
5183 function getOpacity(properties, action, cell) argument
5220 function getRounded(properties, action, cell) argument
5241 function getRotation(properties, action, cell) argument
5487 function addCustomData(cell, p, graph) argument
5521 function replacePlaceholders(cell, graph) argument
5588 function setAttributeForCell(cell, key, value, graph) argument
5603 function updateCell(cell, obj, graph, source, target, ignoreLabel) argument
6047 function updateEndpoint(cell, endpoint, source, ignoreX, ignoreY, endCell) argument
[all …]
H A DMinimal.js745 Menus.prototype.createPopupMenu = function(menu, cell, evt) argument
809 Menus.prototype.addPopupMenuEditItems = function(menu, cell, evt) argument
1040 this.addPopupMenuCellEditItems = function(menu, cell, evt, parent) argument
H A DTrees.js57 Graph.prototype.foldTreeCell = function(collapse, cell) argument
99 Graph.prototype.isTreeEdge = function(cell) argument
154 function isTreeVertex(cell) argument
159 function isTreeMoving(cell) argument
173 function hasTreeParent(cell) argument
189 function hasLayoutParent(cell) argument
635 function getTreeDirection(cell) argument
678 function addSibling(cell, after) argument
819 function addParent(cell) argument
891 function addChild(cell, direction) argument
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js392 function createEdge(cell, layerIndex, graph, xmlDoc, parentHeight, isChild) argument
495 function convertMxCell2Shape(cell, layerIndex, graph, xmlDoc, parentHeight, parentGeo, isChild) argument
H A Dimporter.js1685 mxVssxCodec.prototype.normalizeGeo = function (cell) { argument
/plugin/diagramsnet/lib/js/
H A Dexport.js143 graph.getLinkForCell = function(cell) argument
H A Dviewer-static.min.js752 WeightedCellSorter.prototype.cell=null;WeightedCellSorter.prototype.compare=function(a,b){return nu… method in WeightedCellSorter
827 function mxGraphHierarchyNode(a){mxGraphAbstractHierarchyCell.apply(this,arguments);this.cell=a;thi… method in mxGraphHierarchyNode
869 …on MedianCellSorter(){}MedianCellSorter.prototype.medianValue=0;MedianCellSorter.prototype.cell=!1; method in MedianCellSorter
1050 function mxCellState(a,b,c){this.view=a;this.cell=b;this.style=null!=c?c:{};this.origin=new mxPoint… method in mxCellState
2492 …p.setVisible(t[q],n);n=this.graph.getCurrentCellStyle(t[q],!0);m={style:n,cell:t[q],geo:m};if(null… property in AnonymousFunctioncbe8b5113f300.m
H A Dviewer.min.js752 WeightedCellSorter.prototype.cell=null;WeightedCellSorter.prototype.compare=function(a,b){return nu… method in WeightedCellSorter
827 function mxGraphHierarchyNode(a){mxGraphAbstractHierarchyCell.apply(this,arguments);this.cell=a;thi… method in mxGraphHierarchyNode
869 …on MedianCellSorter(){}MedianCellSorter.prototype.medianValue=0;MedianCellSorter.prototype.cell=!1; method in MedianCellSorter
1050 function mxCellState(a,b,c){this.view=a;this.cell=b;this.style=null!=c?c:{};this.origin=new mxPoint… method in mxCellState
2492 …p.setVisible(t[q],n);n=this.graph.getCurrentCellStyle(t[q],!0);m={style:n,cell:t[q],geo:m};if(null… property in AnonymousFunction39177abc3f300.m
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js366 function applyValue(cell, value) argument
H A DDialogs.js1342 var EditDataDialog = function(ui, cell) argument
1776 EditDataDialog.getDisplayIdForCell = function(ui, cell) argument
H A DEditor.js2786 mxGraphHandler.prototype.isPropagateSelectionCell = function(cell, immediate, me) argument
H A DEditorUi.js93 this.setDefaultStyle = function(cell) argument
642 graph.cellEditor.stopEditing = function(cell, trigger) argument
690 graph.popupMenuHandler.factoryMethod = mxUtils.bind(this, function(menu, cell, evt) argument
1233 graph.dblClick = function(evt, cell) argument
1291 ui.showShapePicker(me.getGraphX(), me.getGraphY(), temp, mxUtils.bind(this, function(cell) argument
1334 var div = ui.showShapePicker(x, y, temp, mxUtils.bind(this, function(cell) argument
1482 var addCell = mxUtils.bind(this, function(cell) argument
1572 EditorUi.prototype.getCellsForShapePicker = function(cell, hovering) argument
1955 this.editor.graph.cellEditor.stopEditing = function(cell, trigger) argument
3749 this.editor.graph.cellEditor.stopEditing = function(cell, trigger) argument
[all …]
H A DFormat.js205 Format.prototype.updateSelectionStateForCell = function(result, cell, cells, initial) argument
2531 widthUpdate = this.addGeometryHandler(width, function(geo, value, cell) argument
2552 heightUpdate = this.addGeometryHandler(height, function(geo, value, cell) argument
3731 var wwCells = graph.filterSelectionCells(mxUtils.bind(this, function(cell) argument
6112 var applyStyle = mxUtils.bind(this, function(style, result, cell, graphStyle, theGraph) argument
6201 graph2.getCellStyle = function(cell) argument
6349 graph.getCellStyle = function(cell) argument
H A DGraph.js304 this.isHtmlLabel = function(cell) argument
1080 this.getCursorForCell = function(cell) argument
1137 this.isCellLocked = function(cell) argument
2281 Graph.prototype.copyStyle = function(cell) argument
2463 Graph.prototype.isPart = function(cell) argument
3419 Graph.prototype.getLabel = function(cell) argument
4498 Graph.prototype.isContainer = function(cell) argument
5913 Graph.prototype.isTableRow = function(cell) argument
5921 Graph.prototype.isTable = function(cell) argument
5931 Graph.prototype.isStack = function(cell) argument
[all …]
H A DMenus.js1448 Menus.prototype.createPopupMenu = function(menu, cell, evt) argument
1463 Menus.prototype.addPopupMenuHistoryItems = function(menu, cell, evt) argument
1474 Menus.prototype.addPopupMenuEditItems = function(menu, cell, evt) argument
1489 Menus.prototype.addPopupMenuStyleItems = function(menu, cell, evt) argument
1504 Menus.prototype.addPopupMenuArrangeItems = function(menu, cell, evt) argument
1533 Menus.prototype.addPopupMenuCellItems = function(menu, cell, evt) argument
1600 Menus.prototype.addPopupMenuCellEditItems = function(menu, cell, evt, parent) argument
1617 Menus.prototype.addPopupMenuSelectionItems = function(menu, cell, evt) argument
H A DSidebar.js778 Sidebar.prototype.cloneCell = function(cell, value) argument
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js548 WeightedCellSorter.prototype.cell=null;WeightedCellSorter.prototype.compare=function(a,b){return nu… method in WeightedCellSorter
623 function mxGraphHierarchyNode(a){mxGraphAbstractHierarchyCell.apply(this,arguments);this.cell=a;thi… method in mxGraphHierarchyNode
665 …on MedianCellSorter(){}MedianCellSorter.prototype.medianValue=0;MedianCellSorter.prototype.cell=!1; method in MedianCellSorter
846 function mxCellState(a,b,c){this.view=a;this.cell=b;this.style=null!=c?c:{};this.origin=new mxPoint… method in mxCellState
/plugin/diagramsnet/lib/plugins/
H A Danimation.js40 function mapCell(cell, clone, mapping) argument
387 function showCell(graph, cell) argument
H A Dexplore.js13 ui.menus.createPopupMenu = function(menu, cell, evt) argument
104 graph.getCursorForCell = function(cell) argument
184 function load(graph, cell) argument
291 function rootChanged(graph, cell) argument
H A Dflow.js13 ui.menus.createPopupMenu = function(menu, cell, evt) argument

123456789