Home
last modified time | relevance | path

Searched refs:childShapes (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js2999 this.childShapes = ({});
3094 /* put */ (this.childShapes[shapeId] = masterShape);
3142 … return (function (m, k) { return m[k] ? m[k] : null; })(this.childShapes, id);
9793 _this.childShapes = ({});
9821 … _this.childShapes = page.parseShapes(shapesElement, _this.master, false);
9839 m.entries = []; return m.entries; })(_this.childShapes);
9863 … _this.vertex = vertex || (_this.childShapes != null && !(function (m) { if (m.entries == null)
9864 …m.entries = []; return m.entries.length == 0; })(_this.childShapes)) || (_this.geomList != null &&…
11607 return this.childShapes;
11609 VsdxShape.prototype.setChildShapes = function (childShapes) { argument
[all …]
/plugin/diagramsnet/lib/js/
Dextensions.min.js1192 …e){var k=function(){function d(b,a){this.masterShape=this.Id=null;this.childShapes={};this.master=…
1195 …e(n,a);this.masterShape=null==this.masterShape?k:this.masterShape;this.childShapes[d]=k;c||this.fi…
1196 d.prototype.getSubShape=function(b){var a=this.childShapes;return a[b]?a[b]:null};d.prototype.getNa…
1449 …lLabels=!0;c.rootShape=c;c.shapeName=null;c.shapeIndex=0;c.vertex=!0;c.childShapes={};var m=c.getM…
1450 …ph.io.vsdx.mxVsdxConstants.SHAPES);null!=b&&0<b.length&&(b=b.item(0),c.childShapes=a.parseShapes(b…
1451 …k,a);b=function(a){null==a.entries&&(a.entries=[]);return a.entries}(c.childShapes);for(n=0;n<b.le…
1454 …(null);c.vertex=g||null!=c.childShapes&&!function(a){null==a.entries&&(a.entries=[]);return 0==a.e…
1532 …ype.getChildShapes=function(){return this.childShapes};b.prototype.setChildShapes=function(a){this…