Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
1231:703fcd797186 | 1232:f1c01451a8ee |
---|---|
107 bool HasStorageArea() const; | 107 bool HasStorageArea() const; |
108 | 108 |
109 IStorageArea* GetStorageArea(); | 109 IStorageArea* GetStorageArea(); |
110 | 110 |
111 void Stop(); | 111 void Stop(); |
112 | |
113 const char* GetProperty(const char* plugin, | |
114 _OrthancPluginProperty property) const; | |
112 }; | 115 }; |
113 } | 116 } |