7 #ifndef __FWTOOLS_PROGRESSADVISER_HPP__ 8 #define __FWTOOLS_PROGRESSADVISER_HPP__ 10 #include <fwTools/config.hpp> 12 #include <fwCore/base.hpp> 14 #include <boost/signals2.hpp> 36 typedef ::boost::signals2::signal< void (float, std::string) >
ProgessSignal;
52 FWTOOLS_API
void addHandler(
const ProgessHandler& handler);
55 FWTOOLS_API
void notifyProgress(
float percent,
const std::string& msg =
"")
const;