diff OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 5539:2b3eeacf636c

added SetRootUri(), SetDescription() and ExtendOrthancExplorer() in OrthancPluginCppWrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Mar 2024 11:46:27 +0100
parents 48b8dae6dc77
children 0b18690c1935
line wrap: on
line diff
--- a/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Sat Mar 16 11:34:28 2024 +0100
+++ b/OrthancServer/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Sat Mar 16 11:46:27 2024 +0100
@@ -1435,4 +1435,13 @@
                          IWebDavCollection& collection);
   };
 #endif
+
+  void SetRootUri(const std::string& pluginIdentifier,
+                  const std::string& uri);
+
+  void SetDescription(const std::string& pluginIdentifier,
+                      const std::string& description);
+
+  void ExtendOrthancExplorer(const std::string& pluginIdentifier,
+                             const std::string& javascript);
 }