12 #ifndef __KOME_CORE_DISPLAY_PROGRESS_H__
13 #define __KOME_CORE_DISPLAY_PROGRESS_H__
18 #include <boost/progress.hpp>
54 virtual void onSetRange(
const int start,
const int end );
62 virtual void onSetPosition(
const int pos,
const int prevPos );
70 virtual void onSetStatus(
const char* status,
const bool bForced =
false );
77 virtual bool onIsStopped();
85 virtual void onFill(
void );
92 #endif // __KOME_CORE_DISPLAY_PROGRESS_H__
interfaces of Progress class
boost::progress_display * m_progress
progress display abstract class
showing progress with display class