comparison Applications/StoneWebViewer/WebApplication/index.html @ 1980:0aac8f552d89

added pixel probe to the Stone Web viewer toolbar
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 30 Oct 2022 10:26:32 +0100
parents ed5a0b9183dc
children ba45e1b0812a
comparison
equal deleted inserted replaced
1979:b31e494e34c5 1980:0aac8f552d89
521 <button class="wvButton--underline text-center" 521 <button class="wvButton--underline text-center"
522 v-bind:class="{ 'active' : mouseTool == MOUSE_TOOL_CREATE_CIRCLE }" 522 v-bind:class="{ 'active' : mouseTool == MOUSE_TOOL_CREATE_CIRCLE }"
523 v-on:click="SetLeftMouseButtonAction(MOUSE_TOOL_CREATE_CIRCLE, stone.WebViewerAction.CREATE_CIRCLE)" 523 v-on:click="SetLeftMouseButtonAction(MOUSE_TOOL_CREATE_CIRCLE, stone.WebViewerAction.CREATE_CIRCLE)"
524 data-toggle="tooltip" data-title="Measure circle"> 524 data-toggle="tooltip" data-title="Measure circle">
525 <i class="far fa-circle"></i> 525 <i class="far fa-circle"></i>
526 </button>
527 </div>
528
529 <div class="ng-scope inline-object">
530 <button class="wvButton--underline text-center"
531 v-bind:class="{ 'active' : mouseTool == MOUSE_TOOL_CREATE_PIXEL_PROBE }"
532 v-on:click="SetLeftMouseButtonAction(MOUSE_TOOL_CREATE_PIXEL_PROBE, stone.WebViewerAction.CREATE_PIXEL_PROBE)"
533 data-toggle="tooltip" data-title="Pixel probe">
534 <i class="far fa-dot-circle"></i>
526 </button> 535 </button>
527 </div> 536 </div>
528 537
529 <div class="ng-scope inline-object"> 538 <div class="ng-scope inline-object">
530 <button class="wvButton--underline text-center" 539 <button class="wvButton--underline text-center"