comparison Applications/Samples/SimpleViewer/SimpleViewerApplication.h @ 417:aee3d7941c9b

preparing to load images using DICOMweb
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 15 Nov 2018 17:28:15 +0100
parents ed7146fa2c98
children b70e9be013e4
comparison
equal deleted inserted replaced
415:c0589c3173fd 417:aee3d7941c9b
102 OrthancStone::WidgetViewport* wasmViewport1_; 102 OrthancStone::WidgetViewport* wasmViewport1_;
103 OrthancStone::WidgetViewport* wasmViewport2_; 103 OrthancStone::WidgetViewport* wasmViewport2_;
104 104
105 IStatusBar* statusBar_; 105 IStatusBar* statusBar_;
106 std::auto_ptr<SmartLoader> smartLoader_; 106 std::auto_ptr<SmartLoader> smartLoader_;
107 std::auto_ptr<OrthancApiClient> orthancApiClient_;
108 107
109 Orthanc::Font font_; 108 Orthanc::Font font_;
110 109
111 public: 110 public:
112 SimpleViewerApplication(MessageBroker& broker) : 111 SimpleViewerApplication(MessageBroker& broker) :