comparison Framework/Toolbox/OrthancSlicesLoader.h @ 262:77fdab5b5d6e am-2

cleanup + todos
author am@osimis.io
date Tue, 17 Jul 2018 18:28:12 +0200
parents 9afafb192180
children c9cf95b49a86
comparison
equal deleted inserted replaced
261:58ad26032bd6 262:77fdab5b5d6e
123 class Operation; 123 class Operation;
124 class WebCallback; 124 class WebCallback;
125 125
126 boost::shared_ptr<WebCallback> webCallback_; // This is a PImpl pattern 126 boost::shared_ptr<WebCallback> webCallback_; // This is a PImpl pattern
127 127
128 ISliceLoaderObserver& userCallback_; 128 ISliceLoaderObserver& userCallback_; // TODO: instead of passing a userCallback, use the generic messages
129 IWebService& orthanc_; 129 IWebService& orthanc_;
130 State state_; 130 State state_;
131 SlicesSorter slices_; 131 SlicesSorter slices_;
132 132
133 void NotifySliceImageSuccess(const Operation& operation, 133 void NotifySliceImageSuccess(const Operation& operation,