#include <qbwcb_progress.h>
Inheritance diagram for QBProgressCallback:
Public Member Functions | |
QBProgressCallback (const char *id, QBProgress::ProgressType pt) | |
virtual | ~QBProgressCallback () |
virtual QBWaitCallback * | instantiate () |
virtual GWEN_WAITCALLBACK_RESULT | checkAbort (unsigned int level) |
virtual void | log (unsigned int level, GWEN_LOGGER_LEVEL loglevel, const char *s) |
Definition at line 23 of file qbwcb_progress.h.
|
|
|
|
|
Checks whether the user wants to abort the current action. This function is optional.
Reimplemented from QBWaitCallback. |
|
Uses this callback as a template to instantiate a new one. For GUI callbacks this function can be used to open a window (such as progress dialogs etc). Reimplemented from QBWaitCallback. Reimplemented in QBFastCallback, and QBSimpleCallback. |
|
Logs a message to this callback. A GUI program could use this function to write the given string to an open window. This function is optional.
Reimplemented from QBWaitCallback. |