diff Framework/Radiography/RadiographyScene.h @ 620:fd9b9d993fc7 am-dev

added flip to RadiographyLayer
author Alain Mazy <alain@mazy.be>
date Tue, 07 May 2019 11:15:57 +0200
parents 848170ca4351
children 63982c8c294a
line wrap: on
line diff
--- a/Framework/Radiography/RadiographyScene.h	Mon Apr 29 12:01:55 2019 +0200
+++ b/Framework/Radiography/RadiographyScene.h	Tue May 07 11:15:57 2019 +0200
@@ -156,7 +156,7 @@
 
     void OnTagsReceived(const OrthancApiClient::BinaryResponseReadyMessage& message);
 
-    void OnFrameReceived(const OrthancApiClient::BinaryResponseReadyMessage& message);
+    virtual void OnFrameReceived(const OrthancApiClient::BinaryResponseReadyMessage& message);
     
     void OnDicomExported(const OrthancApiClient::JsonResponseReadyMessage& message);