Home
last modified time | relevance | path

Searched refs:isDrawing (Results 1 – 5 of 5) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js83 this.isDrawing = function() method in mxFreehand
H A DMinimal.js1962 !graph.freehand.isDrawing())) ||
1975 if (!graph.freehand.isDrawing())
H A DMenus.js302 if (graph.freehand.isDrawing())
311 this.freehandWindow.window.setVisible(graph.freehand.isDrawing());
H A DDialogs.js7495 if (graph.freehand.isDrawing())
7525 …mxUtils.write(startBtn, mxResources.get(graph.freehand.isDrawing() ? 'stopDrawing' : 'startDrawing…
7526 …startBtn.setAttribute('title', mxResources.get(graph.freehand.isDrawing() ? 'stopDrawing' : 'start…
7527 startBtn.className = 'geBtn' + (!graph.freehand.isDrawing() ? ' gePrimaryBtn' : '');
7537 if (graph.freehand.isDrawing())
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10283 …ight="100%";var n=mxUtils.button(mxResources.get("startDrawing"),function(){k.freehand.isDrawing()?
10285isDrawing()?"stopDrawing":"startDrawing"));n.setAttribute("title",mxResources.get(k.freehand.isDra…
11801 g.freehand.isDrawing()?g.freehand.stopDrawing():g.freehand.startDrawing(),this.freehandWindow.windo…
12132 …){var c=b.getEvent();return null==b.getState()&&!mxEvent.isMouseEvent(c)&&!n.freehand.isDrawing()||
12133 …s){var ba=m.hoverIcons.update;m.hoverIcons.update=function(){n.freehand.isDrawing()||ba.apply(this…
12190 …ject("freehandStateChanged"))};this.startDrawing=function(){A(!0)};this.isDrawing=function(){retur… method in mxFreehand