Lines Matching refs:reset

185 mxDragSource.prototype.reset=function(){null!=this.currentGraph&&(this.dragExit(this.currentGraph),…  method in mxDragSource
243 …&&a>this.autoSaveThrottle?(this.save(),this.reset()):this.ignoredChanges++};mxAutoSaveManager.prot… method in mxAutoSaveManager
254 …nction mxAbstractCanvas2D(){this.converter=this.createUrlConverter();this.reset()}mxAbstractCanvas…
256 mxAbstractCanvas2D.prototype.reset=function(){this.state=this.createState();this.states=[]}; method in mxAbstractCanvas2D
306 mxSvgCanvas2D.prototype.reset=function(){mxAbstractCanvas2D.prototype.reset.apply(this,arguments);t… method in mxSvgCanvas2D
1355 …,this.panHandler);this.escapeHandler=mxUtils.bind(this,function(a,c){this.reset()});this.graph.add…
1357 this.updatePreview())):this.reset()}}),0)});this.graph.getModel().addListener(mxEvent.CHANGE,this.r…
1381 …eState.setCursor(d));else if(mxEvent.isMultiTouchEvent(b.getEvent()))this.reset();else{var d=this.…
1388 "hidden")))}));if(0==c.length)this.reset();else{for(var d=this.graph.view.scale,e=0;e<c.length;e++)…
1395 …arget,b.getEvent())}}this.cellWasClicked&&this.consumeMouseEvent(mxEvent.MOUSE_UP,b);this.reset()};
1396 mxGraphHandler.prototype.reset=function(){this.livePreviewUsed&&(this.resetLivePreview(),this.setHa… method in mxGraphHandler
1405 …dler),this.mouseUpListener=mxUtils.bind(this,function(){this.active&&this.reset()}),mxEvent.addGes…
1412 …+this.dy/c)}b.consume()}this.fireEvent(new mxEventObject(mxEvent.PAN_END,"event",b))}this.reset()};
1413 …=b&&(this.graph.zoomTo(b),mxEvent.consume(a))};mxPanningHandler.prototype.reset=function(){this.pa… method in mxPanningHandler
1423 …getMarkedState=function(){return this.markedState};mxCellMarker.prototype.reset=function(){this.va… method in mxCellMarker
1430 …tHandler(a)};mxSelectionCellsHandler.prototype.reset=function(){this.handlers.visit(function(a,b){… method in mxSelectionCellsHandler
1437 …hod=b,this.init(),this.escapeHandler=mxUtils.bind(this,function(a,b){this.reset()}),this.graph.add…
1442 …State),this.constraintHandler.reset()):null!=this.previous&&null==this.graph.view.getState(this.pr…
1443 …,this.changeHandler);this.drillHandler=mxUtils.bind(this,function(a){this.reset()});this.graph.add…
1461 …State.cell))&&this.constraintHandler.reset());else{this.graph.isIgnoreTerminalEvent(a.getEvent())?…
1462 ….isCellEnabled(this.currentState.cell)||(this.constraintHandler.reset(),this.marker.reset(),this.c…
1467 …ouseDown&&null==this.first&&this.graph.isMouseDown)this.constraintHandler.reset();else{this.isEnab…
1474 …l!=this.icons||this.graph.isMouseDown||b.consume():this.constraintHandler.reset();if(!this.graph.i…
1484 …nect(e,f,b.getEvent(),b.getCell());this.destroyIcons();b.consume()}null!=this.first&&this.reset()};
1485reset=function(){null!=this.shape&&(this.shape.destroy(),this.shape=null);null!=this.cursor&&null!… method in mxConnectionHandler
1499 …currentFocus&&null==this.graph.view.getState(this.currentFocus.cell)?this.reset():this.redraw()});…
1501 mxConstraintHandler.prototype.reset=function(){if(null!=this.focusIcons){for(var a=0;a<this.focusIc… method in mxConstraintHandler
1505 …raph.container&&(this.mouseleaveHandler=mxUtils.bind(this,function(){this.reset()}),mxEvent.addLis…
1515 mxConstraintHandler.prototype.destroy=function(){this.reset();null!=this.resetHandler&&(this.graph.…
1517 …his.gestureHandler=mxUtils.bind(this,function(a,c){null!=this.first&&this.reset()}),this.graph.add…
1523 mxRubberband.prototype.mouseUp=function(a,b){var c=this.isActive();this.reset();c&&(this.execute(b.…
1524 mxRubberband.prototype.reset=function(){if(null!=this.div)if(mxClient.IS_SVG&&(!mxClient.IS_IE||10<… method in mxRubberband
1527 …s.forceRubberbandHandler),this.graph.removeListener(this.panHandler),this.reset(),null!=this.share…
1536 mxHandle.prototype.reset=function(){this.setVisible(!0);this.state.style=this.graph.getCellStyle(th… method in mxHandle
1537 …e(this.state.cell),this.state.invalid=!1,this.state.view.validate());this.reset()}),this.state.vie…
1582 …edEvent(b),r)}}finally{this.graph.getModel().endUpdate()}b.consume();this.reset();this.redrawHandl…
1585 mxVertexHandler.prototype.reset=function(){null!=this.sizers&&null!=this.index&&null!=this.sizers[t… method in mxVertexHandler
1586 …mHandles[a].active?(this.customHandles[a].active=!1,this.customHandles[a].reset()):this.customHand…
1609 …escapeHandler=mxUtils.bind(this,function(b,c){var d=null!=this.index;this.reset();d&&this.graph.ce…
1641reset(),a;if(this.graph.isIgnoreTerminalEvent(a.getEvent()))return this.marker.reset(),null;this.m…
1655 …epaint(),c=null)}null==c||this.isCellEnabled(c.cell)||(c=null,this.marker.reset());var e=this.clon…
1661 …selectCellForEvent(this.state.cell,b.getEvent());null!=this.marker&&(this.reset(),c!=this.state.ce…
1662reset=function(){this.active&&this.refresh();this.snapPoint=this.points=this.label=this.index=this… method in mxEdgeHandler
1716 …urn a.getState()};mxTooltipHandler.prototype.mouseDown=function(a,b){this.reset(b,!1);this.hideToo…
1717reset(b,!0);var c=this.getStateForEvent(b);(this.isHideOnHover()||c!=this.state||b.getSource()!=th…
1719 mxTooltipHandler.prototype.reset=function(a,b,c){if(!this.ignoreTouchEvents||mxEvent.isMouseEvent(a… method in mxTooltipHandler