Lines Matching refs:isVisible

296 … {name: 'comic', dispName: 'Comic', type: 'bool', defVal: false, isVisible: function(state, format)
300 …{name: 'jiggle', dispName: 'Jiggle', type: 'float', min: 0, defVal: 1, isVisible: function(state, …
305 …{name: 'fillWeight', dispName: 'Fill Weight', type: 'int', defVal: -1, isVisible: function(state, …
309 …{name: 'hachureGap', dispName: 'Hachure Gap', type: 'int', defVal: -1, isVisible: function(state, …
313 …{name: 'hachureAngle', dispName: 'Hachure Angle', type: 'int', defVal: -41, isVisible: function(st…
317 …{name: 'curveFitting', dispName: 'Curve Fitting', type: 'float', defVal: 0.95, isVisible: function…
321 …, dispName: 'Simplification', type: 'float', defVal: 0, min: 0, max: 1, isVisible: function(state,…
325 …Stroke', dispName: 'Disable Multi Stroke', type: 'bool', defVal: false, isVisible: function(state,…
329 …l', dispName: 'Disable Multi Stroke Fill', type: 'bool', defVal: false, isVisible: function(state,…
333 …{name: 'dashOffset', dispName: 'Dash Offset', type: 'int', defVal: -1, isVisible: function(state, …
337 …{name: 'dashGap', dispName: 'Dash Gap', type: 'int', defVal: -1, isVisible: function(state, format)
341 …{name: 'zigzagOffset', dispName: 'ZigZag Offset', type: 'int', defVal: -1, isVisible: function(sta…
345 …{name: 'jiggle', dispName: 'Jiggle', type: 'float', min: 0, defVal: 1, isVisible: function(state, …
352 isVisible: function(state, format)
370 …ame: 'Jetty Size', type: 'int', min: 0, defVal: 'auto', allowAuto: true, isVisible: function(state)
400 …{name: 'colspan', dispName: 'Colspan', type: 'int', min: 1, defVal: 1, isVisible: function(state, …
407 …{name: 'rowspan', dispName: 'Rowspan', type: 'int', min: 1, defVal: 1, isVisible: function(state, …
422 }, isVisible: function(state, format)
436 }, isVisible: function(state, format)
464 }, isVisible: function(state, format)
482 …{name: 'container', dispName: 'Container', type: 'bool', defVal: false, isVisible: function(state,…
492 }, isVisible: function(state, format)
503 }, isVisible: function(state, format)
507 …ursiveResize', dispName: 'Resize Children', type: 'bool', defVal: true, isVisible: function(state,…
514 … {name: 'part', dispName: 'Part', type: 'bool', defVal: false, isVisible: function(state, format)
524 …{name: 'movableLabel', dispName: 'Movable Label', type: 'bool', defVal: false, isVisible: function…
538 …{name: 'pointerEvents', dispName: 'Pointer Events', type: 'bool', defVal: true, isVisible: functio…
546 …{name: 'moveCells', dispName: 'Move Cells on Fold', type: 'bool', defVal: false, isVisible: functi…
5127 if (typeof(prop.isVisible) == 'function')
5129 if (!prop.isVisible(state, this)) continue;
7461 this.model.setVisible(cells[i], !this.model.isVisible(cells[i]))