comparison Framework/Layers/SliceOutlineRenderer.cpp @ 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
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
19 **/ 19 **/
20 20
21 21
22 #include "SliceOutlineRenderer.h" 22 #include "SliceOutlineRenderer.h"
23 23
24 namespace OrthancStone 24 namespace Deprecated
25 { 25 {
26 bool SliceOutlineRenderer::RenderLayer(CairoContext& context, 26 bool SliceOutlineRenderer::RenderLayer(OrthancStone::CairoContext& context,
27 const ViewportGeometry& view) 27 const ViewportGeometry& view)
28 { 28 {
29 if (style_.visible_) 29 if (style_.visible_)
30 { 30 {
31 cairo_t *cr = context.GetObject(); 31 cairo_t *cr = context.GetObject();