#include <XVStatus.h>
Static Public Member Functions | |
| static void | updateProgress (const char *info1, const char *info2) |
| sets the global progress status to the given strings (using ML host if ML is linked) | |
| static void | setBreakCheckCallback (InvBreakCheckCB *cb) |
| method used by the host system | |
| static bool | wasAborted () |
| check if global abortion flag was set | |
| static void | setWasAborted (bool flag) |
| set if global abortion was done | |
| static void | setAbortIsHandled (bool flag) |
| set if global abortion will be handled by the viewer | |
| static bool | abortIsHandled () |
| get if global abortion will be handled by the viewer | |
Definition at line 25 of file XVStatus.h.
| static bool XVStatus::abortIsHandled | ( | ) | [static] |
get if global abortion will be handled by the viewer
| static void XVStatus::setAbortIsHandled | ( | bool | flag | ) | [static] |
set if global abortion will be handled by the viewer
| static void XVStatus::setBreakCheckCallback | ( | InvBreakCheckCB * | cb | ) | [inline, static] |
| static void XVStatus::setWasAborted | ( | bool | flag | ) | [static] |
set if global abortion was done
| static void XVStatus::updateProgress | ( | const char * | info1, | |
| const char * | info2 | |||
| ) | [static] |
sets the global progress status to the given strings (using ML host if ML is linked)
| static bool XVStatus::wasAborted | ( | ) | [static] |
check if global abortion flag was set
1.5.8