ProteoWizard
Public Member Functions | List of all members
pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback Class Reference

progress callback interface More...

#include <MSDataAnalyzer.hpp>

Inheritance diagram for pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback:
CancelProgressCallback SimpleProgressCallback

Public Member Functions

virtual size_t iterationsPerCallback () const
 
virtual Status progress (size_t index, size_t size)
 
virtual ~ProgressCallback ()
 

Detailed Description

progress callback interface

Definition at line 167 of file MSDataAnalyzer.hpp.

Constructor & Destructor Documentation

◆ ~ProgressCallback()

virtual pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback::~ProgressCallback ( )
inlinevirtual

Definition at line 172 of file MSDataAnalyzer.hpp.

172{}

Member Function Documentation

◆ iterationsPerCallback()

virtual size_t pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback::iterationsPerCallback ( ) const
inlinevirtual

Reimplemented in SimpleProgressCallback, and CancelProgressCallback.

Definition at line 170 of file MSDataAnalyzer.hpp.

170{return 100;}

◆ progress()

virtual Status pwiz::analysis::MSDataAnalyzerDriver::ProgressCallback::progress ( size_t  index,
size_t  size 
)
inlinevirtual

Reimplemented in SimpleProgressCallback, and CancelProgressCallback.

Definition at line 171 of file MSDataAnalyzer.hpp.

171{return Status_Ok;}

References Status_Ok.


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