Lines Matching defs:reset

389 mxDragSource.prototype.reset=function(){null!=this.currentGraph&&(this.dragExit(this.currentGraph),…  method in mxDragSource
447 …hanges>=this.autoSaveThreshold&&a>this.autoSaveThrottle?(this.save(),this.reset()):this.ignoredCha… method in mxAutoSaveManager
460 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]}; method in mxAbstractCanvas2D
510 mxSvgCanvas2D.prototype.reset=function(){mxAbstractCanvas2D.prototype.reset.apply(this,arguments);t… method in mxAbstractCanvas2D
1600 mxGraphHandler.prototype.reset=function(){this.livePreviewUsed&&(this.resetLivePreview(),this.setHa… method in mxGraphHandler
1617 …=b&&(this.graph.zoomTo(b),mxEvent.consume(a))};mxPanningHandler.prototype.reset=function(){this.pa… method in mxPanningHandler
1627 …getMarkedState=function(){return this.markedState};mxCellMarker.prototype.reset=function(){this.va… method in mxCellMarker
1634 …ion(a){return null!=this.getHandler(a)};mxSelectionCellsHandler.prototype.reset=function(){this.ha… method in mxSelectionCellsHandler
1689 mxConnectionHandler.prototype.reset=function(){null!=this.shape&&(this.shape.destroy(),this.shape=n… method in mxConnectionHandler
1705 mxConstraintHandler.prototype.reset=function(){if(null!=this.focusIcons){for(var a=0;a<this.focusIc… method in mxConstraintHandler
1728 mxRubberband.prototype.reset=function(){if(null!=this.div)if(mxClient.IS_SVG&&(!mxClient.IS_IE||10<… method in mxRubberband
1740 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th… method in mxHandle
1789 mxVertexHandler.prototype.reset=function(){null!=this.sizers&&null!=this.index&&null!=this.sizers[t… method in mxVertexHandler
1866 mxEdgeHandler.prototype.reset=function(){this.active&&this.refresh();this.snapPoint=this.points=thi… method in mxEdgeHandler
1923 mxTooltipHandler.prototype.reset=function(a,b,c){if(!this.ignoreTouchEvents||mxEvent.isMouseEvent(a… method in mxTooltipHandler
2641 …hX(),b.getGraphY())||c.cell;d.graphHandler.selectCellForEvent(f,b)}m=0};f.reset=function(){m=0};b.… function