comparison Framework/Widgets/EmptyWidget.cpp @ 386:e33659decec5

renamed UpdateContent() as DoAnimation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2018 17:06:28 +0100
parents ce4405d98b92
children b70e9be013e4
comparison
equal deleted inserted replaced
385:6cc3ce74dc05 386:e33659decec5
32 Orthanc::ImageProcessing::Set(surface, red_, green_, blue_, 255); 32 Orthanc::ImageProcessing::Set(surface, red_, green_, blue_, 255);
33 return true; 33 return true;
34 } 34 }
35 35
36 36
37 void EmptyWidget::UpdateContent() 37 void EmptyWidget::DoAnimation()
38 { 38 {
39 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError); 39 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
40 } 40 }
41 } 41 }