#include <qbwcb_fast.h>
Inheritance diagram for QBFastCallback:
Definition at line 22 of file qbwcb_fast.h.
Public Member Functions | |
QBFastCallback (const char *id) | |
virtual | ~QBFastCallback () |
virtual QBWaitCallback * | instantiate () |
QBFastCallback::QBFastCallback | ( | const char * | id | ) |
virtual QBFastCallback::~QBFastCallback | ( | ) | [virtual] |
virtual QBWaitCallback* QBFastCallback::instantiate | ( | ) | [virtual] |
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 QBProgressCallback.