open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | List of all members
iASimpleAbortListener Class Reference

a simple implementation of an iAAbortListener - it holds a boolean flag that is set by the abort method. More...

#include <iAAbortListener.h>

Inheritance diagram for iASimpleAbortListener:
[legend]
Collaboration diagram for iASimpleAbortListener:
[legend]

Public Member Functions

 iASimpleAbortListener ()
 
void abort () override
 
bool isAborted () const
 

Detailed Description

a simple implementation of an iAAbortListener - it holds a boolean flag that is set by the abort method.

Users can determine whether abort was called through the isAborted method Implementation can be found in iAJobListView.cpp

Constructor & Destructor Documentation

◆ iASimpleAbortListener()

iASimpleAbortListener::iASimpleAbortListener ( )

Member Function Documentation

◆ abort()

void iASimpleAbortListener::abort ( )
overridevirtual

Implements iAAbortListener.

◆ isAborted()

bool iASimpleAbortListener::isAborted ( ) const

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