comparison Platforms/Wasm/WasmViewport.h @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents 092db46c6291
children c35e98d22764
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
7 #ifdef __cplusplus 7 #ifdef __cplusplus
8 extern "C" { 8 extern "C" {
9 #endif 9 #endif
10 10
11 // JS methods accessible from C++ 11 // JS methods accessible from C++
12 extern OrthancStone::WidgetViewport* CreateWasmViewportFromCpp(const char* htmlCanvasId); 12 extern Deprecated::WidgetViewport* CreateWasmViewportFromCpp(const char* htmlCanvasId);
13 13
14 #ifdef __cplusplus 14 #ifdef __cplusplus
15 } 15 }
16 #endif 16 #endif
17 17
18 extern void AttachWidgetToWasmViewport(const char* htmlCanvasId, OrthancStone::IWidget* centralWidget); 18 extern void AttachWidgetToWasmViewport(const char* htmlCanvasId, Deprecated::IWidget* centralWidget);