comparison Framework/Scene2DViewport/LayerHolder.h @ 1203:f3bb9a6dd949 broker

locking abstraction in IViewport
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Nov 2019 21:22:21 +0100
parents 32eaf4929b08
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1200:54cbffabdc45 1203:f3bb9a6dd949
95 95
96 private: 96 private:
97 int GetPolylineLayerIndex(int index = 0); 97 int GetPolylineLayerIndex(int index = 0);
98 int GetTextLayerIndex(int index = 0); 98 int GetTextLayerIndex(int index = 0);
99 int GetInfoTextLayerIndex(int index = 0); 99 int GetInfoTextLayerIndex(int index = 0);
100 Scene2D& GetScene();
101 100
102 int textLayerCount_; 101 int textLayerCount_;
103 int polylineLayerCount_; 102 int polylineLayerCount_;
104 int infoTextCount_; 103 int infoTextCount_;
105 boost::weak_ptr<ViewportController> controllerW_; 104 boost::weak_ptr<ViewportController> controllerW_;