diff Plugins/Engine/OrthancPlugins.h @ 1232:f1c01451a8ee

Introspection of plugins, Plugins can extend Orthanc Explorer with custom JavaScript
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Dec 2014 17:04:40 +0100
parents a843ee8bb903
children d6a65dc6d0ac
line wrap: on
line diff
--- a/Plugins/Engine/OrthancPlugins.h	Fri Nov 28 12:39:22 2014 +0100
+++ b/Plugins/Engine/OrthancPlugins.h	Thu Dec 04 17:04:40 2014 +0100
@@ -109,5 +109,8 @@
     IStorageArea* GetStorageArea();
 
     void Stop();
+
+    const char* GetProperty(const char* plugin,
+                            _OrthancPluginProperty property) const;
   };
 }