comparison OrthancStone/Sources/Scene2D/ISceneLayer.h @ 1609:5f5c549499ff

new class MacroSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:01:29 +0100
parents 8563ea5d8ae4
children b7630b1a0253
comparison
equal deleted inserted replaced
1608:646e581e115b 1609:5f5c549499ff
38 Type_InfoPanel, 38 Type_InfoPanel,
39 Type_ColorTexture, 39 Type_ColorTexture,
40 Type_Polyline, 40 Type_Polyline,
41 Type_Text, 41 Type_Text,
42 Type_FloatTexture, 42 Type_FloatTexture,
43 Type_LookupTableTexture 43 Type_LookupTableTexture,
44 Type_Macro
44 }; 45 };
45 46
46 virtual ~ISceneLayer() 47 virtual ~ISceneLayer()
47 { 48 {
48 } 49 }