Class for passing status information to a host system.
More...
#include <XVStatus.h>
|
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.
◆ abortIsHandled()
static bool XVStatus::abortIsHandled |
( |
| ) |
|
|
static |
get if global abortion will be handled by the viewer
◆ setAbortIsHandled()
static void XVStatus::setAbortIsHandled |
( |
bool | flag | ) |
|
|
static |
set if global abortion will be handled by the viewer
◆ setWasAborted()
static void XVStatus::setWasAborted |
( |
bool | flag | ) |
|
|
static |
set if global abortion was done
◆ updateProgress()
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)
◆ wasAborted()
static bool XVStatus::wasAborted |
( |
| ) |
|
|
static |
check if global abortion flag was set
The documentation for this class was generated from the following file:
- MeVis/Foundation/Sources/MLInventorBinding/XVStatus.h