comparison Framework/Widgets/LayoutWidget.cpp @ 46:766d31dc5716 wasm

removing threads for wasm
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Apr 2017 14:33:06 +0200
parents 7207a407bcd8
children 25befef48c35
comparison
equal deleted inserted replaced
45:ecd96e563929 46:766d31dc5716
262 262
263 NotifyChange(*this); 263 NotifyChange(*this);
264 } 264 }
265 265
266 266
267 void LayoutWidget::UpdateStep()
268 {
269 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
270 }
271
272
273 LayoutWidget::LayoutWidget() : 267 LayoutWidget::LayoutWidget() :
274 isHorizontal_(true), 268 isHorizontal_(true),
275 started_(false), 269 started_(false),
276 width_(0), 270 width_(0),
277 height_(0), 271 height_(0),