ProteoWizard
|
interface to be implemented by clients who want progress callbacks More...
#include <IterationListener.hpp>
Classes | |
struct | UpdateMessage |
Public Types | |
enum | Status { Status_Ok , Status_Cancel } |
Public Member Functions | |
virtual Status | update (const UpdateMessage &updateMessage) |
virtual | ~IterationListener () |
Static Public Attributes | |
static std::string | no_message |
interface to be implemented by clients who want progress callbacks
Definition at line 38 of file IterationListener.hpp.
|
inlinevirtual |
Definition at line 58 of file IterationListener.hpp.
|
inlinevirtual |
Reimplemented in TestIterationListener, TestIterationListener_WithCancel, TestListener, CancelListener, and BadListener.
Definition at line 56 of file IterationListener.hpp.
References Status_Ok.
|
static |
Definition at line 43 of file IterationListener.hpp.