Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 2801:3ee82c7313e7
New events in change callbacks: "UpdatedPeers" and "UpdatedModalities"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 23 Aug 2018 13:52:54 +0200 |
parents | 6e3a60b85da6 |
children | 37583cd183ed |
comparison
equal
deleted
inserted
replaced
2800:dc7330089736 | 2801:3ee82c7313e7 |
---|---|
262 void SignalOrthancStopped() | 262 void SignalOrthancStopped() |
263 { | 263 { |
264 SignalChangeInternal(OrthancPluginChangeType_OrthancStopped, OrthancPluginResourceType_None, NULL); | 264 SignalChangeInternal(OrthancPluginChangeType_OrthancStopped, OrthancPluginResourceType_None, NULL); |
265 } | 265 } |
266 | 266 |
267 void SignalUpdatedPeers() | |
268 { | |
269 SignalChangeInternal(OrthancPluginChangeType_UpdatedPeers, OrthancPluginResourceType_None, NULL); | |
270 } | |
271 | |
272 void SignalUpdatedModalities() | |
273 { | |
274 SignalChangeInternal(OrthancPluginChangeType_UpdatedModalities, OrthancPluginResourceType_None, NULL); | |
275 } | |
276 | |
267 bool HasWorklistHandler(); | 277 bool HasWorklistHandler(); |
268 | 278 |
269 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler(); | 279 virtual IWorklistRequestHandler* ConstructWorklistRequestHandler(); |
270 | 280 |
271 bool HasCustomImageDecoder(); | 281 bool HasCustomImageDecoder(); |