comparison Applications/StoneWebViewer/WebAssembly/StoneWebViewer.cpp @ 1824:a56bf4c534ef

display stone web viewer version in info panel
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 May 2021 21:07:13 +0200
parents 0489fe25ce48
children 21ccc00839f7
comparison
equal deleted inserted replaced
1823:781e9fc8925e 1824:a56bf4c534ef
3480 return stringBuffer_.c_str(); 3480 return stringBuffer_.c_str();
3481 } 3481 }
3482 3482
3483 3483
3484 EMSCRIPTEN_KEEPALIVE 3484 EMSCRIPTEN_KEEPALIVE
3485 void LoadStoneWebViewerVersion()
3486 {
3487 try
3488 {
3489 stringBuffer_.assign(STONE_WEB_VIEWER_VERSION);
3490 }
3491 EXTERN_CATCH_EXCEPTIONS;
3492 }
3493
3494
3495 EMSCRIPTEN_KEEPALIVE
3485 void LoadStudyTags(int i) 3496 void LoadStudyTags(int i)
3486 { 3497 {
3487 try 3498 try
3488 { 3499 {
3489 if (i < 0) 3500 if (i < 0)