fw4spl
IPulseProgressDialog.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 
8 #include "fwGui/dialog/IPulseProgressDialog.hpp"
9 
10 namespace fwGui
11 {
12 namespace dialog
13 {
14 
15 const IPulseProgressDialog::FactoryRegistryKeyType IPulseProgressDialog::REGISTRY_KEY =
16  "::fwGui::dialog::PulseProgressDialog";
17 
18 IPulseProgressDialog::IPulseProgressDialog()
19 {
20 }
21 
22 //-----------------------------------------------------------------------------
23 
24 IPulseProgressDialog::~IPulseProgressDialog()
25 {
26 }
27 
28 //-----------------------------------------------------------------------------
29 
31 {
32  m_stuff = stuff;
33 }
34 
35 //-----------------------------------------------------------------------------
36 
37 void IPulseProgressDialog::setFrequence(MilliSecond frequence)
38 {
39  m_frequence = frequence;
40 }
41 
42 //-----------------------------------------------------------------------------
43 
44 } //namespace dialog
45 } // namespace fwGui
46 
47 
48 
The namespace fwGui contains the base interface for IHM services.
Definition: SJobBar.hpp:23
virtual FWGUI_API void setStuff(Stuff stuff)
set the stuff
static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY
this unique key should be used for all factory for specific LocationDialog(qt,wx,...)
virtual FWGUI_API void setFrequence(MilliSecond frequence)
set the frequence