Mercurial > hg > orthanc-stone
comparison Framework/Scene2D/ISceneLayer.h @ 588:2a8ac2d426db
renamed ColorTextureSceneLayer, dropped dependency on boost::chrono
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 25 Apr 2019 13:54:42 +0200 |
parents | e36e69a380a5 |
children | 5430bcffba57 |
comparison
equal
deleted
inserted
replaced
586:5b4890d289cf | 588:2a8ac2d426db |
---|---|
32 { | 32 { |
33 public: | 33 public: |
34 enum Type | 34 enum Type |
35 { | 35 { |
36 Type_InfoPanel, | 36 Type_InfoPanel, |
37 Type_Texture, | 37 Type_ColorTexture, |
38 Type_Polyline, | 38 Type_Polyline, |
39 Type_Text | 39 Type_Text |
40 }; | 40 }; |
41 | 41 |
42 virtual ~ISceneLayer() | 42 virtual ~ISceneLayer() |