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 whether global abortion flag was set. | |
static void | setWasAborted (bool flag) |
Sets whether global abortion was done. | |
static void | setAbortIsHandled (bool flag) |
Sets whether global abortion will be handled by the viewer. | |
static bool | abortIsHandled () |
Returns whether 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.
Returns whether global abortion will be handled by the viewer.
Sets whether global abortion will be handled by the viewer.
Sets the global progress status to the given strings (using ML host if ML is linked).