MeVisLab Toolbox Reference
|
Class for passing status information to a host system. More...
#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 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 | |
Class for passing status information to a host system.
Class for passing status information to a host system
Definition at line 24 of file XVStatus.h.
get if global abortion will be handled by the viewer
set if global abortion will be handled by the viewer
sets the global progress status to the given strings (using ML host if ML is linked)