21#ifndef mia_callback_hh
22#define mia_callback_hh
66 virtual void do_update(
int step) = 0;
67 virtual void do_set_range(
int range) = 0;
68 virtual void do_pulse() = 0;
90 virtual void do_update(
int step);
91 virtual void do_set_range(
int range);
92 virtual void do_pulse();
94 struct CMsgStreamPrintCallbackImpl *impl;
a class to provide a feedback mechanism to show progress based on textual output
virtual ~CMsgStreamPrintCallback()
CMsgStreamPrintCallback(const std::string &format)
a class to provide a feedback mechanism to show progress
void set_range(int range)
virtual ~CProgressCallback()
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define EXPORT_CORE
Macro to manage Visual C++ style dllimport/dllexport.
#define NS_MIA_END
conveniance define to end the mia namespace