MeVisLab Toolbox Reference
XVStatus Class 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.
 

Detailed Description

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.

Member Function Documentation

◆ abortIsHandled()

static bool XVStatus::abortIsHandled ( )
static

Returns whether global abortion will be handled by the viewer.

◆ setAbortIsHandled()

static void XVStatus::setAbortIsHandled ( bool flag)
static

Sets whether global abortion will be handled by the viewer.

◆ setWasAborted()

static void XVStatus::setWasAborted ( bool flag)
static

Sets whether 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 whether global abortion flag was set.


The documentation for this class was generated from the following file: