comparison Framework/Widgets/LayoutWidget.cpp @ 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 7d3b2c4f9ba1
children 8a86695fcbc3
comparison
equal deleted inserted replaced
272:d7d91d96b9d8 273:f21ba2468570
263 263
264 NotifyChange(*this); 264 NotifyChange(*this);
265 } 265 }
266 266
267 267
268 LayoutWidget::LayoutWidget() : 268 LayoutWidget::LayoutWidget(const std::string& name) :
269 WidgetBase(name),
269 isHorizontal_(true), 270 isHorizontal_(true),
270 width_(0), 271 width_(0),
271 height_(0), 272 height_(0),
272 paddingLeft_(0), 273 paddingLeft_(0),
273 paddingTop_(0), 274 paddingTop_(0),