Lines Matching refs:cst

26 mxShapePidDiscInst.prototype.cst = {  method in mxShapePidDiscInst
66 var mounting = mxUtils.getValue(this.style, mxShapePidDiscInst.prototype.cst.MOUNTING, 'field');
68 if (mounting === mxShapePidDiscInst.prototype.cst.ROOM)
75 else if (mounting === mxShapePidDiscInst.prototype.cst.INACCESSIBLE)
83 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
94 mxCellRenderer.registerShape(mxShapePidDiscInst.prototype.cst.SHAPE_DISC_INST, mxShapePidDiscInst);
127 mxShapePidSharedCont.prototype.cst = { method in mxShapePidSharedCont
167 var mounting = mxUtils.getValue(this.style, mxShapePidSharedCont.prototype.cst.MOUNTING, 'field');
172 if (mounting === mxShapePidSharedCont.prototype.cst.ROOM)
179 else if (mounting === mxShapePidSharedCont.prototype.cst.INACCESSIBLE)
187 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
198 mxCellRenderer.registerShape(mxShapePidSharedCont.prototype.cst.SHAPE_SHARED_CONT, mxShapePidShared…
231 mxShapePidCompFunc.prototype.cst = { method in mxShapePidCompFunc
278 var mounting = mxUtils.getValue(this.style, mxShapePidCompFunc.prototype.cst.MOUNTING, 'field');
280 if (mounting === mxShapePidCompFunc.prototype.cst.ROOM)
287 else if (mounting === mxShapePidCompFunc.prototype.cst.INACCESSIBLE)
295 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
306 mxCellRenderer.registerShape(mxShapePidCompFunc.prototype.cst.SHAPE_COMP_FUNC, mxShapePidCompFunc);
339 mxShapePidProgLogCont.prototype.cst = { method in mxShapePidProgLogCont
379 var mounting = mxUtils.getValue(this.style, mxShapePidProgLogCont.prototype.cst.MOUNTING, 'field');
389 if (mounting === mxShapePidProgLogCont.prototype.cst.ROOM)
396 else if (mounting === mxShapePidProgLogCont.prototype.cst.INACCESSIBLE)
404 else if (mounting === mxShapePidDiscInst.prototype.cst.LOCAL)
415 mxCellRenderer.registerShape(mxShapePidProgLogCont.prototype.cst.SHAPE_PROG_LOG_CONT, mxShapePidPro…
448 mxShapePidIndicator.prototype.cst = { method in mxShapePidIndicator
494 var type = mxUtils.getValue(this.style, mxShapePidIndicator.prototype.cst.IND_TYPE, 'inst');
501 if (type === mxShapePidIndicator.prototype.cst.INSTRUMENT)
506 else if (type === mxShapePidIndicator.prototype.cst.CONTROL)
511 else if (type === mxShapePidIndicator.prototype.cst.FUNCTION)
523 else if (type === mxShapePidIndicator.prototype.cst.PLC)
532 var mounting = mxUtils.getValue(this.style, mxShapePidIndicator.prototype.cst.MOUNTING, 'field');
533 var type = mxUtils.getValue(this.style, mxShapePidIndicator.prototype.cst.IND_TYPE, 'inst');
535 if (type === mxShapePidIndicator.prototype.cst.CONTROL)
540 else if (type === mxShapePidIndicator.prototype.cst.PLC)
551 if (mounting === mxShapePidIndicator.prototype.cst.ROOM)
558 else if (mounting === mxShapePidIndicator.prototype.cst.INACCESSIBLE)
566 else if (mounting === mxShapePidIndicator.prototype.cst.LOCAL)
577 mxCellRenderer.registerShape(mxShapePidIndicator.prototype.cst.SHAPE_INDICATOR, mxShapePidIndicator…
601 mxShapePidLogic.prototype.cst = { method in mxShapePidLogic
646 var mounting = mxUtils.getValue(this.style, mxShapePidLogic.prototype.cst.MOUNTING, 'field');
648 if (mounting === mxShapePidLogic.prototype.cst.ROOM)
655 else if (mounting === mxShapePidLogic.prototype.cst.INACCESSIBLE)
663 else if (mounting === mxShapePidLogic.prototype.cst.LOCAL)
674 mxCellRenderer.registerShape(mxShapePidLogic.prototype.cst.SHAPE_LOGIC, mxShapePidLogic);