21 #ifndef mia_callback_hh 22 #define mia_callback_hh 49 void set_range(
int range);
56 void update(
int step);
65 virtual void do_update(
int step) = 0;
66 virtual void do_set_range(
int range) = 0;
67 virtual void do_pulse() = 0;
88 virtual void do_update(
int step);
89 virtual void do_set_range(
int range);
90 virtual void do_pulse();
92 struct CMsgStreamPrintCallbackImpl *impl;
a class to provide a feedback mechanism to show progress based on textual output
#define NS_MIA_BEGIN
conveniance define to start the mia namespace
#define EXPORT_CORE
Macro to manage Visual C++ style dllimport/dllexport.
a class to provide a feedback mechanism to show progress
#define NS_MIA_END
conveniance define to end the mia namespace