comparison OrthancStone/Sources/Scene2D/Scene2D.h @ 1796:20a0aba0ede5

creation of AnnotationsOverlay
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 May 2021 18:59:45 +0200
parents 9ac2a65d4172
children 3889ae96d2e9
comparison
equal deleted inserted replaced
1795:39673d351ef2 1796:20a0aba0ede5
69 Scene2D* Clone() const 69 Scene2D* Clone() const
70 { 70 {
71 return new Scene2D(*this); 71 return new Scene2D(*this);
72 } 72 }
73 73
74 void SetLayer(int depth, 74 ISceneLayer& SetLayer(int depth,
75 ISceneLayer* layer); // Takes ownership 75 ISceneLayer* layer); // Takes ownership
76 76
77 /** 77 /**
78 Removes the layer at specified depth and deletes the underlying object 78 Removes the layer at specified depth and deletes the underlying object
79 */ 79 */
80 void DeleteLayer(int depth); 80 void DeleteLayer(int depth);