diff Framework/Widgets/TestWorldSceneWidget.h @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children
line wrap: on
line diff
--- a/Framework/Widgets/TestWorldSceneWidget.h	Mon May 20 16:26:34 2019 +0200
+++ b/Framework/Widgets/TestWorldSceneWidget.h	Tue May 21 11:43:25 2019 +0200
@@ -25,7 +25,7 @@
 
 #include <memory>
 
-namespace OrthancStone
+namespace Deprecated
 {
   namespace Samples
   {
@@ -39,13 +39,13 @@
       unsigned int                count_;
 
     protected:
-      virtual bool RenderScene(CairoContext& context,
+      virtual bool RenderScene(OrthancStone::CairoContext& context,
                                const ViewportGeometry& view);
 
     public:
       TestWorldSceneWidget(const std::string& name, bool animate);
 
-      virtual Extent2D GetSceneExtent();
+      virtual OrthancStone::Extent2D GetSceneExtent();
 
       virtual bool HasAnimation() const
       {