comparison Framework/Widgets/CairoWidget.cpp @ 365:ef31240a73f6 am-2

no automatic call to moc and uic, CircleMeasureTracker using Orthanc fonts
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Oct 2018 18:10:29 +0100
parents 3a4ca166fafa
children 557c8ff1db5c
comparison
equal deleted inserted replaced
364:aad2f9293089 365:ef31240a73f6
30 { 30 {
31 // TODO 31 // TODO
32 return true; 32 return true;
33 } 33 }
34 34
35 CairoWidget::CairoWidget(const std::string& name) 35 CairoWidget::CairoWidget(const std::string& name) :
36 : WidgetBase(name) 36 WidgetBase(name)
37 { 37 {
38 } 38 }
39 39
40 void CairoWidget::SetSize(unsigned int width, 40 void CairoWidget::SetSize(unsigned int width,
41 unsigned int height) 41 unsigned int height)