comparison Framework/Widgets/LayoutWidget.h @ 273:f21ba2468570 am-2

force all Widgets to have a name to ease debugging
author am@osimis.io
date Fri, 24 Aug 2018 11:26:59 +0200
parents fccffbf99ba1
children 8a86695fcbc3
comparison
equal deleted inserted replaced
272:d7d91d96b9d8 273:f21ba2468570
47 bool hasUpdateContent_; 47 bool hasUpdateContent_;
48 48
49 void ComputeChildrenExtents(); 49 void ComputeChildrenExtents();
50 50
51 public: 51 public:
52 LayoutWidget(); 52 LayoutWidget(const std::string& name);
53 53
54 virtual ~LayoutWidget(); 54 virtual ~LayoutWidget();
55 55
56 virtual void SetDefaultView(); 56 virtual void SetDefaultView();
57 57