NCBI C++ ToolKit
|
Search Toolkit Book for IAppJobProgress
#include <gui/utils/app_job.hpp>
Public Member Functions | |
virtual | ~IAppJobProgress () |
virtual float | GetNormDone () const =0 |
return a number indicating the progress(0.0 - just started, 1.0 - done) More... | |
virtual string | GetText () const =0 |
returns a text string describing current state More... | |
Definition at line 49 of file app_job.hpp.