MeVisLabToolboxReference
XVStatus Class Reference

Class for passing status information to a host system. More...

#include <XVStatus.h>

List of all members.

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

Detailed Description

Class for passing status information to a host system.

Author:
Florian Link

Definition at line 25 of file XVStatus.h.


Member Function Documentation

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]

method used by the host system

Definition at line 32 of file XVStatus.h.

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


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