|
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.
| Enumerator | |
|---|---|
| Status_Ok | |
| Status_Cancel | |
Definition at line 42 of file IterationListener.hpp.
|
inlinevirtual |
Definition at line 58 of file IterationListener.hpp.
|
inlinevirtual |
Reimplemented in TestIterationListener_WithCancel, TestIterationListener, BadListener, CancelListener, and TestListener.
Definition at line 56 of file IterationListener.hpp.
References Status_Ok.
|
static |
Definition at line 43 of file IterationListener.hpp.
1.8.13