Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPlugins.h @ 1436:0a3e3be59094
uncoupling of SignalChange for Lua scripts
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 30 Jun 2015 17:19:26 +0200 |
parents | f9cd40166269 |
children | f3672356c121 |
comparison
equal
deleted
inserted
replaced
1435:6406f5493d92 | 1436:0a3e3be59094 |
---|---|
133 | 133 |
134 bool HasDatabase() const; | 134 bool HasDatabase() const; |
135 | 135 |
136 IDatabaseWrapper& GetDatabase(); | 136 IDatabaseWrapper& GetDatabase(); |
137 | 137 |
138 void Stop(); | |
139 | |
140 const char* GetProperty(const char* plugin, | 138 const char* GetProperty(const char* plugin, |
141 _OrthancPluginProperty property) const; | 139 _OrthancPluginProperty property) const; |
142 | 140 |
143 void SetCommandLineArguments(int argc, char* argv[]); | 141 void SetCommandLineArguments(int argc, char* argv[]); |
144 | 142 |